summaryrefslogtreecommitdiff
path: root/src/or/routerlist.c
AgeCommit message (Expand)Author
2009-01-04Fix an xxx021: do not remove routerinfos as too old and unlisted unless we ha...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2009-01-03Another attempt at fixing coverity scan CID 361.Nick Mathewson
2008-12-29coverity thinks it's dumb to check networkstatus_v2_list in one place and not...Nick Mathewson
2008-12-29Refactor some exit-policy-related functions that showed up in oprofile.Nick Mathewson
2008-12-26Document and make more conservative the logic for picking the size of the blo...Nick Mathewson
2008-12-26Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson
2008-12-25some fixes i found in my sandboxRoger Dingledine
2008-12-23Patch from Sebiastian for bug 888: mark a descriptor as "Impossible" if we re...Nick Mathewson
2008-12-22Fix most DOCDOCs remaining and/or added by redox.Nick Mathewson
2008-12-22Documentation and conformance for WRA_* returns.Nick Mathewson
2008-12-22Add DOCDOC comments for all undocumented functions. Add missing *s to other ...Nick Mathewson
2008-12-22Fix all of the doxygen warnings not pertaining to missing documentation.Nick Mathewson
2008-12-22More propagating of things that need to be was_router_added_t now.Nick Mathewson
2008-12-19Doc RRS_DONT_REMOVE_OLD; improve router_rebuild_store documentation.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18whitespace fixes.Nick Mathewson
2008-12-17Resolve many DOCDOCs.Nick Mathewson
2008-12-17Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson
2008-12-11Avoid multiple descriptor-fetch connections to authorities. Fixes bug 366.Nick Mathewson
2008-12-11Add a PDS_ flag to exclude authorities from which we are fetching descs.Nick Mathewson
2008-12-11Change directory_get_from_dirserver to take a set of flags to be passed to pi...Nick Mathewson
2008-12-10Give a better error when something has changed our descriptor cache out from ...Nick Mathewson
2008-12-08When the client is choosing entry guards, now it selects at mostRoger Dingledine
2008-11-16apply sebastian's bug 867 fix: make routerset_equal() work as documented with...Nick Mathewson
2008-11-11oops, remove debugging log message.Nick Mathewson
2008-11-11be less aggressive about deleting expired certs. based on patch from rovv. p...Nick Mathewson
2008-11-07but to not attempt to download a specific certificate we already have.Nick Mathewson
2008-11-07Aaaaand, do not reset the download count just because we have a certificate t...Nick Mathewson
2008-11-07When we get a duplicated certificate, treat it as a failure and increment the...Nick Mathewson
2008-10-01Now NodeFamily and MyFamily config options allow spaces inRoger Dingledine
2008-09-26Proposal 152 implementation from Josh Albrecht, with tweaks.Nick Mathewson
2008-09-25Widen the conditions under which we whine about not having a geoip file to in...Nick Mathewson
2008-09-25Add country-code support to configured node lists to implement the ever-popul...Nick Mathewson
2008-09-24All relays now store and serve v2 hidden service descriptors by default (not ...Karsten Loesing
2008-09-24If we are not using BEGIN_DIR cells, don't attempt to contact hidden service ...Karsten Loesing
2008-09-15Add a circuit_conforms_to_options() function for use in debugging paths [and ...Nick Mathewson
2008-09-11Directory mirrors store and serve v2 hidden service descriptors by default.Karsten Loesing
2008-09-09karsten's patch for bug 767.Roger Dingledine
2008-08-14Add exit policy and bw to dirvotes - unfortunately also to v2 statusesPeter Palfrader
2008-08-05 r17641@31-33-44: nickm | 2008-08-05 16:07:53 -0400Nick Mathewson
2008-07-25 r17359@pc-10-8-1-079: nickm | 2008-07-25 16:42:48 +0200Nick Mathewson
2008-07-24 r17346@aud-055: nickm | 2008-07-24 15:37:19 +0200Nick Mathewson
2008-07-24 r17338@aud-055: nickm | 2008-07-24 11:21:06 +0200Nick Mathewson
2008-07-18 r17220@tombo: nickm | 2008-07-18 15:11:27 -0400Nick Mathewson
2008-07-18 r17188@tombo: nickm | 2008-07-18 14:35:18 -0400Nick Mathewson
2008-07-10 r16881@tombo: nickm | 2008-07-10 14:19:21 -0400Nick Mathewson
2008-06-20Added prefixes to testing-network-only configuration options.Karsten Loesing
2008-06-18check-spaces, fix a typoRoger Dingledine
2008-06-16More bug 707 fixes: no #if/#endif pairs inside macro arguments.Nick Mathewson