aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
AgeCommit message (Expand)Author
2011-02-24Fix memory leak in md-download logicNick Mathewson
2011-02-11Merge branch 'maint-0.2.2'Roger Dingledine
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.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-11-15Merge remote branch 'origin/maint-0.2.2'Nick Mathewson
2010-11-10Synx manpage and source wrt option capitalizationSebastian Hahn
2010-10-13Merge branch 'nodes'Nick Mathewson
2010-10-07Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.zNick Mathewson
2010-10-05Spotted another missing checkNick 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-30Whitespace fixes on recent merges to master.Nick Mathewson
2010-09-27Clean long-unlisted microdescs from the cacheNick Mathewson
2010-09-27Download microdescriptors if you're a cacheNick Mathewson
2010-09-27Code to download, parse, and store microdesc consensusesNick Mathewson
2010-09-27Add support for linked connections with bufferevent_pair.Nick Mathewson
2010-09-27Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson
2010-09-27Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson
2010-09-27Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson
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
2010-07-27Create buffers.hSebastian Hahn
2010-07-27Create rendclient.hSebastian Hahn
2010-07-27Create rendcommon.hSebastian Hahn
2010-07-27Create routerlist.hSebastian Hahn