aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* Remove false warnings from printf checksNick Mathewson2003-06-21
* question for nick about daemonizingRoger Dingledine2003-06-18
* Change many files to new log_fn formatNick Mathewson2003-06-17
* overhaul the dns farm: cut its size in halfRoger Dingledine2003-06-17
* Add RNG seedingNick Mathewson2003-06-13
* 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
* more debugging on build_directoryNick Mathewson2003-05-09
* more debugging on build_directoryNick Mathewson2003-05-09
* Thats the letter I and the number 2. (Apologies to Negativland)Nick Mathewson2003-05-09
* Get directories working.Nick Mathewson2003-05-08
* Call the right signed-directory functions; try to describe the difference bet...Nick Mathewson2003-05-08
* sign directories with the signing keyRoger Dingledine2003-05-07
* Tested backends for directory signing and checking. Directory parser complet...Nick Mathewson2003-05-07
* fix double-semicolon parse errorRoger Dingledine2003-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
* cpath is now a doubly linked list, not an arrayRoger Dingledine2003-05-01
* bugfix: only close old circuits if they have no connections!Roger Dingledine2003-04-18
* Factor out timeval-related functions.Nick Mathewson2003-04-16
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* put most of the remaining exit policy stuff inRoger Dingledine2003-04-08
* 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
* Add daemon logicNick Mathewson2003-03-17
* Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson2003-03-11
* lazy (just in time) directory rebuildingRoger Dingledine2003-03-11
* clean up prepare_for_poll() so it's fastRoger Dingledine2003-03-06
* better comments and a few patchesRoger Dingledine2003-03-04
* rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine2003-02-14
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* use a rbtree for replay detection, rather than linear searchRoger Dingledine2002-12-31
* create cells are now queued and processed only when idleRoger Dingledine2002-11-27
* per-second cell statistics to help with profilingRoger Dingledine2002-11-24
* added OnionsPerSecond to prevent create floodingRoger Dingledine2002-11-23
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
* expire unfinished handshakes tooRoger Dingledine2002-10-13
* cleanup and a variety of bugfixesRoger Dingledine2002-10-02
* preemptive bugfixRoger Dingledine2002-10-02
* introduced a periodic keepalive padding cellRoger Dingledine2002-10-01
* catch hup to reload directory/router listRoger Dingledine2002-09-28
* cleanupRoger Dingledine2002-09-28
* 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 proxy now speaks socks4aRoger Dingledine2002-09-22
* kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine2002-09-21