aboutsummaryrefslogtreecommitdiff
path: root/src/or/routers.c
Commit message (Expand)AuthorAge
* fix two more bugsRoger Dingledine2003-09-13
* Add router_get_by_pk function; use in connection_tls_finish_handshake.Nick Mathewson2003-09-11
* point out why router_forget_router probably doesn't workRoger Dingledine2003-08-29
* Fix memory leaks in directory parsingNick Mathewson2003-08-28
* remove last vestiges of op_portRoger Dingledine2003-08-27
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* Make windows happier stillNick Mathewson2003-08-12
* src/orNick Mathewson2003-07-30
* Change many files to new log_fn formatNick Mathewson2003-06-17
* Make log_fn work on apples with no workarounds needed in main codeNick Mathewson2003-06-17
* Fix MacOS buildNick Mathewson2003-06-14
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* work on versioning; new log_fn functionNick Mathewson2003-05-09
* make router_dump_token only for debugging; clean backslashesRoger Dingledine2003-05-09
* Routerinfos are no longer linkedNick Mathewson2003-05-09
* We cant recognize ourself until we resolve all the routers.Nick Mathewson2003-05-09
* Get directories working.Nick Mathewson2003-05-08
* (possibly incorrect) code to make routers get resolved when they'reNick Mathewson2003-05-08
* Do not replace old directory if new one is invalidNick Mathewson2003-05-07
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* More work on directories. Signed directories not yet tested. No support for ...Nick Mathewson2003-05-07
* Refactor directories; add unit tests; add router keywordNick Mathewson2003-05-06
* incremental path building in; uses ephemeral DH; onions are goneRoger Dingledine2003-05-05
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
* parse exit policy linesRoger Dingledine2003-04-07
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
* was leaking 28 bytes every 100 minutesRoger Dingledine2002-12-03
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* cleanupRoger Dingledine2002-09-28
* stop duplicate freeRoger Dingledine2002-09-26
* dirserver should include itself in the directoryRoger Dingledine2002-09-26
* directory servers in and functionalRoger Dingledine2002-09-26
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* onion proxies now work (i think)Roger Dingledine2002-09-04
* more debugging info, to track down bruce's IP problemsRoger Dingledine2002-08-27
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* cleanup: don't use size_t when you mean intRoger Dingledine2002-08-24
* Changed crypto calls to go through common/crypto.[hc] instead of calling Open...Matej Pjafjar2002-08-22
* Code cleaned up to be less noisyRoger Dingledine2002-07-22
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* getrouters() changed so that a router ignores its own entry in the router listMatej Pjafjar2002-07-10
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* Initial revisionRoger Dingledine2002-06-26