aboutsummaryrefslogtreecommitdiff
path: root/src/or/directory.c
Commit message (Expand)AuthorAge
...
| * | | Initial conversion to use node_t throughout our codebase.Nick Mathewson2010-10-01
| * | | Try to make most routerstatus_t interfaces constNick Mathewson2010-10-01
| * | | Try to make most routerinfo_t interfaces constNick Mathewson2010-10-01
* | | | Remove a spurious .z from microdesc fetch URLs so they no logner end with .z.zNick Mathewson2010-10-07
|/ / /
* | | Whitespace fixes on recent merges to master.Nick Mathewson2010-09-30
* | | Clean long-unlisted microdescs from the cacheNick Mathewson2010-09-27
* | | Download microdescriptors if you're a cacheNick Mathewson2010-09-27
* | | Code to download, parse, and store microdesc consensusesNick Mathewson2010-09-27
* | | Add support for linked connections with bufferevent_pair.Nick Mathewson2010-09-27
* | | Fix more remaining users of inbuf/outbuf to handle bufferevents instead.Nick Mathewson2010-09-27
* | | Move the "stop writing when the buffer is empty" logic to cnnection_finished_...Nick Mathewson2010-09-27
* | | Refactor users of buf_datalen to bufferevent-friendly version.Nick Mathewson2010-09-27
|/ /
* | Rename has_completed_circuit to can_complete_circuitNick Mathewson2010-09-22
* | Merge remote branch 'public/pretty-signature-log'Nick Mathewson2010-09-13
|\ \
| * | Complicate the rules on WARN vs INFO in consensus verificationNick Mathewson2010-09-02
* | | Merge branch 'bug1138'Nick Mathewson2010-09-12
|\ \ \
| * | | Clean up a couple more bug1138 issues mentioned by roger on code reviewNick Mathewson2010-09-12
| * | | Handle null conn->requested_resource rather than assertRobert Hogan2010-09-12
| * | | Nick points out:Robert Hogan2010-09-02
| * | | Amend per Sebastian's comments:Robert Hogan2010-09-02
| * | | Fall back to direct descriptor request to bridges whenRobert Hogan2010-08-16
| |/ /
* / / fix regression introduced by 1a65bdd2Roger Dingledine2010-09-12
|/ /
* | 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 main.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_edge.hSebastian Hahn2010-07-27
* | Create connection.hSebastian Hahn2010-07-27
* | Create config.hSebastian Hahn2010-07-27
* | Create circuitbuild.hSebastian Hahn2010-07-27
* | Create buffers.hSebastian Hahn2010-07-27
* | Create rendclient.hSebastian Hahn2010-07-27
* | Create rendcommon.hSebastian Hahn2010-07-27
* | Create routerlist.hSebastian Hahn2010-07-27
* | Create router.hSebastian Hahn2010-07-27
* | Create geoip.hSebastian Hahn2010-07-27
* | Merge branch 'maint-0.2.1'Roger Dingledine2010-04-03
|\|
| * fetch relay descriptors from v3 authoritiesRoger Dingledine2010-04-03
* | Merge remote branch 'origin/maint-0.2.1'Nick Mathewson2010-02-27
|\|
| * Update Tor Project copyright yearsNick Mathewson2010-02-27
* | Be quieter about failing to decode authority digestsSebastian Hahn2010-01-25
* | Merge branch 'maint-0.2.1' into masterRoger Dingledine2010-01-19
|\|
| * stop bridge authorities from leaking their bridge listRoger Dingledine2010-01-17
* | trivial cleanupsRoger Dingledine2010-01-15
* | Make EntryNodes config option much more aggressive.Roger Dingledine2009-12-21