aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-01-03
|\
| * Bump copyright statements to 2011Nick Mathewson2011-01-03
* | Merge branch 'bug2081_followup_022' into maint-0.2.2Nick Mathewson2010-12-07
|\ \
| * | Reject relay versions older than 0.2.0.26-rcNick Mathewson2010-12-07
| * | Have authorities reject routers running verions susceptible to bug 1038.Nick Mathewson2010-11-22
* | | Add a missing ! to directory_fetches_from_authoritiesNick Mathewson2010-12-06
|/ /
* | Merge branch 'bug988-nm' into maint-0.2.2Nick Mathewson2010-10-21
|\ \
| * | Maintain separate server and client identity keys when appropriate.Robert Ransom2010-10-04
* | | Add a ! to directory_caches_dir_info() to fix a logic errorNick Mathewson2010-10-20
|/ /
* | Change bug1751 enabling code based on comments from armaNick Mathewson2010-09-27
* | First cut of code to enable RefuseUnknownExitsNick Mathewson2010-09-21
* | Merge branch 'bug1899'Nick Mathewson2010-09-14
|\ \
| * | Extract the "do these routers have the same addr:orport" logic into a fnNick Mathewson2010-09-14
| * | Launch reachability tests for routers whose IP or ORPort changeNick Mathewson2010-09-03
* | | Tweak some issues found by arma in bug911 review.Nick Mathewson2010-09-14
|/ /
* | Move code for launching tests out of router_add_to_routerlist()Nick Mathewson2010-08-18
* | Allow some skew in checking when a router said it was hibernatingNick Mathewson2010-08-18
* | Clarify AssumeReachable semantics wrt hibernationNick Mathewson2010-08-18
* | Add some braces to make arma happyNick Mathewson2010-08-18
* | If a router is hibernating, never vote that it is Running.Nick Mathewson2010-07-31
* | Create routerparse.hSebastian Hahn2010-07-27
* | Create rephist.hSebastian Hahn2010-07-27
* | Create policies.hSebastian Hahn2010-07-27
* | Create networkstatus.hSebastian Hahn2010-07-27
* | Create microdesc.hSebastian Hahn2010-07-27
* | Create hibernate.hSebastian Hahn2010-07-27
* | Create dirvote.hSebastian Hahn2010-07-27
* | Create dirserv.hSebastian Hahn2010-07-27
* | Create directory.hSebastian Hahn2010-07-27
* | Create control.hSebastian Hahn2010-07-27
* | Create connection_or.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create buffers.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | whitespace fixRoger Dingledine2010-07-21
* | Alter how guard flags are chosen.Mike Perry2010-07-14
* | No dirport should mean no hsdir flag (bug 1693)Roger Dingledine2010-07-14
* | Don't crash when reading cached*consensus files on startupSebastian Hahn2010-06-10
* | stop authority reachability check on startupRoger Dingledine2010-04-21
* | immediate reachability check for new relaysRoger Dingledine2010-04-21
* | In the glorious future, all relays cache dir info.Roger Dingledine2010-03-16
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Call exit_policy_is_general_exit lessSebastian Hahn2010-02-04
* | trivial cleanupsRoger Dingledine2010-01-15
* | Now that FOO_free(NULL) always works, remove checks before calling it.Nick Mathewson2009-12-12
* | *_free functions now accept NULLSebastian Hahn2009-12-12
* | only complain when rejecting a descriptor if it has contact infoRoger Dingledine2009-11-17