summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2009-10-10Don't set unreachable from dirvote unless we've been running a while.Nick Mathewson
2009-09-30Dir auths reject relays running < Tor 0.1.2.14Roger Dingledine
2009-09-23downgrade a log notice at startupRoger Dingledine
2009-09-15some cleanups:Sebastian Hahn
2009-09-15ConsensusParams config option lists key=value paramsRoger Dingledine
2009-09-01Fix compile warnings on Snow LeopardSebastian Hahn
2009-08-14Merge commit 'mikeperry/bandwidth-voting-final'Nick Mathewson
2009-08-12Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-08-11Fix possible segmentation fault on directory authorities.Karsten Loesing
2009-08-09Switch over to tor_strtok_r instead of strtok_r.Mike Perry
2009-08-09Fix issues found by Nick in code review.Mike Perry
2009-08-06Display consensus bandwidth to the control port.Mike Perry
2009-08-06Implement measured bw parsing + unit tests.Mike Perry
2009-07-13remove experimental 'getinfo unregistered-servers-'Roger Dingledine
2009-06-30Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-06-30the second piece of bug 969 fixingRoger Dingledine
2009-06-30the first piece of bug 969 fixingRoger Dingledine
2009-05-27Merge commit 'origin/maint-0.2.1'Nick Mathewson
2009-05-27Spell-check Tor.Nick Mathewson
2009-05-25Remove support for events without the extended format or long names.Nick Mathewson
2009-05-04Update copyright to 2009.Karsten Loesing
2009-05-02Update copyright to 2009.Karsten Loesing
2009-04-12Raise the minimum bandwidth to be a relay from 20000 bytes to 20480Roger Dingledine
2009-04-01log more verbosely when we accept or decline a router descriptor,Roger Dingledine
2009-01-06Make dirserv_get_routerdesc_fingerprints() treat extrainfos with send_unencry...Nick Mathewson
2009-01-05Bridge relays that had DirPort set to 0 would stop fetchingRoger Dingledine
2009-01-04Another round of downgrading removing or postponing XXXX021 issues. Some rem...Nick Mathewson
2009-01-04Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson
2008-12-29Spec compliance: if weighted MTBF of a router is at least 5 days, always vote...Nick Mathewson
2008-12-26Add more missing documentation, and correct an error in container.c documenta...Nick Mathewson
2008-12-23Document most undocumented variables.Nick Mathewson
2008-12-22Add DOCDOC entries for undocumented static and global variables.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-22the default should not be the notify the poster, unless somethingRoger Dingledine
2008-12-22Yet still more propagating of things that need to be was_router_added_t now.Nick Mathewson
2008-12-22More propagating of things that need to be was_router_added_t now.Nick Mathewson
2008-12-22WRA_MORE_SEVERE is not WRA_GET_MORE_SEVERE.Nick Mathewson
2008-12-18Downlgrade tweak, and answer lots of XXX021s. No actual code fixes in this p...Nick Mathewson
2008-12-18Avoid nop call to control_event_or_authdir_new_descriptor that makes coverity...Nick Mathewson
2008-12-17declare that we're putting out 0.2.1.9-alpha next weekRoger Dingledine
2008-12-17Make return code from router_add_to_routerlist a nice sensible enum. Based o...Nick Mathewson
2008-12-17Use ctags and a python script to find identifiers that are never used anywher...Nick Mathewson
2008-11-07i needed a piece of the 'patching patches' action tooRoger Dingledine
2008-11-07fix wide linesNick Mathewson
2008-09-30a few more tweaksRoger Dingledine
2008-09-29Tweak the dbg-stability.txt code to log everything else that influences route...Nick Mathewson
2008-09-14Serve the latest v3 networkstatus consensus via the controlRoger Dingledine