aboutsummaryrefslogtreecommitdiff
path: root/src/or/dirserv.c
AgeCommit message (Expand)Author
2011-01-03Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2011-01-03Merge remote branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-01-03Bump copyright statements to 2011Nick Mathewson
2010-12-07Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
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-06Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-12-06Add a missing ! to directory_fetches_from_authoritiesNick Mathewson
2010-12-01Merge remote branch 'sjmurdoch/cloexec'Nick Mathewson
2010-11-30fix memory leak introduced in 26e89742Roger Dingledine
2010-11-22Have authorities reject routers running verions susceptible to bug 1038.Nick Mathewson
2010-11-20Do cloexec on socketpairs and stdio filesNick Mathewson
2010-10-21Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-21Merge branch 'bug988-nm' into maint-0.2.2Nick Mathewson
2010-10-20Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-10-20Add a ! to directory_caches_dir_info() to fix a logic errorNick Mathewson
2010-10-15Merge branch 'bug1992_part1'Nick Mathewson
2010-10-14Rename router_get_by_digest()Sebastian Hahn
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-07Fix a crash bug when serving microdescs on a bufferevent.Nick Mathewson
2010-10-04Maintain separate server and client identity keys when appropriate.Robert Ransom
2010-10-01refactor all these tor_inet_ntoa idiomsRoger Dingledine
2010-10-01Rename routerstatus_t.is_running to is_flagged_runningNick Mathewson
2010-10-01Initial conversion to use node_t throughout our codebase.Nick Mathewson
2010-10-01Try to make most routerstatus_t interfaces constNick Mathewson
2010-10-01Try to make most routerinfo_t interfaces constNick Mathewson
2010-09-27Code to download, parse, and store microdesc consensusesNick Mathewson
2010-09-27Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-09-27Change bug1751 enabling code based on comments from armaNick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick 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