aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2012-04-01put a _ before or_options_t elements that aren't configurableRoger Dingledine
2012-04-01Do not use strcmp() to compare an http authenticator to its expected valueNick Mathewson
2011-09-28bug 4115: make bridges use begindir for their dir fetchesRoger Dingledine
2011-05-30Merge branch 'bug3045' into maint-0.2.2Nick Mathewson
2011-05-23Fix GCC 4.6's new -Wunused-but-set-variable warnings.Nick Mathewson
2011-05-16Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2Nick Mathewson
2011-05-16Check fetched rendezvous descriptors' service IDsRobert Ransom
2011-05-15Log descriptions of nodes, not just nicknames.Nick Mathewson
2011-05-15Merge branch 'bug3026' into maint-0.2.2Nick Mathewson
2011-05-12Merge remote-tracking branch 'public/bug3122_memcmp_022' into maint-0.2.2Nick Mathewson
2011-05-12bug 3026: do not upload our vote to ourselfNick Mathewson
2011-05-12Merge branch 'bug1352' into maint-0.2.2Nick Mathewson
2011-05-11Merge remote-tracking branch 'public/3122_memcmp_squashed' into bug3122_memcm...Nick Mathewson
2011-05-11Hand-conversion and audit phase of memcmp transitionNick Mathewson
2011-05-11Automated conversion of memcmp to tor_memcmp/tor_mem[n]eqNick Mathewson
2011-04-28Rate-limit v2 networkstatus download fail warningsNick Mathewson
2011-04-28Rename connection_dir_download_networkstatus_failed: be clear that it means v2Nick Mathewson
2011-04-28Only authorities should automatically download v2 networkstatus documentsNick Mathewson
2011-04-26handle excludenodes for dir fetch/postRoger Dingledine
2011-03-25Remove workaround code for bug539Nick Mathewson
2011-03-25Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson
2011-03-15Log the source of a rejected POSTed v3 voteRobert Ransom
2011-02-11Merge branch 'maint-0.2.1' into maint-0.2.2Roger Dingledine
2011-02-10fix the other half of bug 1074Roger Dingledine
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-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-09-22Rename has_completed_circuit to can_complete_circuitNick Mathewson
2010-09-13Merge remote branch 'public/pretty-signature-log'Nick Mathewson
2010-09-12Merge branch 'bug1138'Nick Mathewson
2010-09-12Clean up a couple more bug1138 issues mentioned by roger on code reviewNick Mathewson
2010-09-12Handle null conn->requested_resource rather than assertRobert Hogan
2010-09-12fix regression introduced by 1a65bdd2Roger Dingledine
2010-09-02Nick points out:Robert Hogan
2010-09-02Amend per Sebastian's comments:Robert Hogan
2010-09-02Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson
2010-08-16Fall back to direct descriptor request to bridges whenRobert Hogan
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 main.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_edge.hSebastian Hahn
2010-07-27Create connection.hSebastian Hahn
2010-07-27Create config.hSebastian Hahn
2010-07-27Create circuitbuild.hSebastian Hahn