aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
Commit message (Expand)AuthorAge
* 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
* onion proxies now work (i think)Roger Dingledine2002-09-04
* Port to MacOS XNick Mathewson2002-09-03
* enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine2002-09-03
* cleanup: don't use size_t when you mean intRoger Dingledine2002-08-24
* cleaned up new_route()Roger Dingledine2002-08-23
* 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 router twinsRoger Dingledine2002-07-18
* Implemented congestion controlRoger Dingledine2002-07-18
* new link padding schemeRoger Dingledine2002-07-16
* new config files, some bugfixesRoger Dingledine2002-07-16
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose2002-07-12
* integrated use of getoption() into OR. removed getargs() and getconfig().Bruce Montrose2002-07-12
* getrouters() changed so that a router ignores its own entry in the router listMatej Pjafjar2002-07-10
* put in the support for 'router twins'Roger Dingledine2002-07-08
* general cleanupRoger Dingledine2002-07-05
* patch to fix running the program only as an opRoger Dingledine2002-07-03
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30
* Initial revisionRoger Dingledine2002-06-26