summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2010-07-14Alter how guard flags are chosen.Mike Perry
2010-07-14No dirport should mean no hsdir flag (bug 1693)Roger Dingledine
2010-06-10Don't crash when reading cached*consensus files on startupSebastian Hahn
2010-04-21stop authority reachability check on startupRoger Dingledine
2010-04-21immediate reachability check for new relaysRoger Dingledine
2010-03-16In the glorious future, all relays cache dir info.Roger Dingledine
2010-02-27Merge remote branch 'origin/maint-0.2.1'Nick Mathewson
2010-02-27Update Tor Project copyright yearsNick Mathewson
2010-02-04Call exit_policy_is_general_exit lessSebastian Hahn
2010-01-15trivial cleanupsRoger Dingledine
2009-12-12Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson
2009-12-12*_free functions now accept NULLSebastian Hahn
2009-11-17only complain when rejecting a descriptor if it has contact infoRoger Dingledine
2009-10-26Fix dead code found by Coverity (CID 419).Nick Mathewson
2009-10-18Add functions to serve microdescs and flavored consensuses.Nick Mathewson
2009-10-18Document the microdescriptor code better.Nick Mathewson
2009-10-15Actually remember all the consensus types when we are done generating them.Nick Mathewson
2009-10-15Implement signatures for microdesc consensuses right.Nick Mathewson
2009-10-15Refactor consensus signature storage for multiple digests and flavors.Nick Mathewson
2009-10-15Code to generate, store, and parse microdescriptors and consensuses.Nick Mathewson
2009-10-15Make signature-generation code handle different key and digest lengths.Nick Mathewson
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