aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
Commit message (Expand)AuthorAge
* Fix unit test failure in dir/formatsSebastian Hahn2011-06-02
* Log descriptions of nodes, not just nicknames.Nick Mathewson2011-05-15
* Advertise correct DirPort/ORPort when configured with "auto"Nick Mathewson2011-05-13
* Hand-tune the new tor_memcmp instances in 0.2.2Nick Mathewson2011-05-11
* Re-apply the automated conversion to 0.2.2 to make handle any memcmps that sn...Nick Mathewson2011-05-11
* Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson2011-05-11
|\
| * Hand-conversion and audit phase of memcmp transitionNick Mathewson2011-05-11
| * Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson2011-05-11
* | Handle crypto_pk_get_digest failures semi-sensiblyRobert Ransom2011-05-04
* | Clarify comment to say which version fixed 2722Nick Mathewson2011-04-28
* | Add an XXX to the DA code regarding bug 2722Robert Ransom2011-04-18
* | Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* | Merge remote branch 'arma/bug2716' into maint-0.2.2Nick Mathewson2011-03-14
|\ \
| * | fix one more typoRoger Dingledine2011-03-13
| * | Tweak bug2716 patch a littleNick Mathewson2011-03-12
| * | improve accuracy for when a relay went unreachableRoger Dingledine2011-03-11
* | | Use observed instead of declared uptime for HSDirSebastian Hahn2011-03-11
|/ /
* | Merge remote branch 'sebastian/bug1035' into maint-0.2.2Nick Mathewson2011-03-08
|\ \
| * | Routers count as down when they change ORPort, tooSebastian Hahn2011-02-08
| * | Treat routers whose IPs have changed as having been down for MTBF/routerinfoNick Mathewson2010-11-22
* | | Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson2011-03-06
|\ \ \ | | |/ | |/|
| * | Do not serve encrypt-only descriptors with the "all" request. Reported by pie...Nick Mathewson2011-03-04
* | | 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