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