summaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2010-12-07Merge branch 'bug2081_followup_022' into maint-0.2.2Nick Mathewson
2010-12-07Reject relay versions older than 0.2.0.26-rcNick Mathewson
2010-12-06Add a missing ! to directory_fetches_from_authoritiesNick Mathewson
2010-11-22Have authorities reject routers running verions susceptible to bug 1038.Nick Mathewson
2010-10-21Merge branch 'bug988-nm' into maint-0.2.2Nick Mathewson
2010-10-20Add a ! to directory_caches_dir_info() to fix a logic errorNick Mathewson
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-21First cut of code to enable RefuseUnknownExitsNick Mathewson
2010-09-14Merge branch 'bug1899'Nick Mathewson
2010-09-14Extract the "do these routers have the same addr:orport" logic into a fnNick Mathewson
2010-09-14Tweak some issues found by arma in bug911 review.Nick Mathewson
2010-09-03Launch reachability tests for routers whose IP or ORPort changeNick Mathewson
2010-08-18Move code for launching tests out of router_add_to_routerlist()Nick Mathewson
2010-08-18Allow some skew in checking when a router said it was hibernatingNick Mathewson
2010-08-18Clarify AssumeReachable semantics wrt hibernationNick Mathewson
2010-08-18Add some braces to make arma happyNick Mathewson
2010-07-31If a router is hibernating, never vote that it is Running.Nick Mathewson
2010-07-27Create routerparse.hSebastian Hahn
2010-07-27Create rephist.hSebastian Hahn
2010-07-27Create policies.hSebastian Hahn
2010-07-27Create networkstatus.hSebastian Hahn
2010-07-27Create microdesc.hSebastian Hahn
2010-07-27Create hibernate.hSebastian Hahn
2010-07-27Create dirvote.hSebastian Hahn
2010-07-27Create dirserv.hSebastian Hahn
2010-07-27Create directory.hSebastian Hahn
2010-07-27Create control.hSebastian Hahn
2010-07-27Create connection_or.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn
2010-07-27Create router.hSebastian Hahn
2010-07-21whitespace fixRoger Dingledine
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