aboutsummaryrefslogtreecommitdiff
path: root/src/or/main.c
AgeCommit message (Expand)Author
2003-03-18greatly simplify this notion of 'roles':Roger Dingledine
2003-03-17Add daemon logicNick Mathewson
2003-03-11Make ACI anti-collision logic work; make sure that cells are filled with 0s.Nick Mathewson
2003-03-11lazy (just in time) directory rebuildingRoger Dingledine
2003-03-06clean up prepare_for_poll() so it's fastRoger Dingledine
2003-03-04better comments and a few patchesRoger Dingledine
2003-02-14rudimentary dns caching (of both resolves and resolve failures)Roger Dingledine
2003-01-26major overhaul: dns slave subsystem, topicsRoger Dingledine
2002-12-31use a rbtree for replay detection, rather than linear searchRoger Dingledine
2002-11-27create cells are now queued and processed only when idleRoger Dingledine
2002-11-24per-second cell statistics to help with profilingRoger Dingledine
2002-11-23added OnionsPerSecond to prevent create floodingRoger Dingledine
2002-11-23remove popt dependency, consolidate config stuffRoger Dingledine
2002-10-13expire unfinished handshakes tooRoger Dingledine
2002-10-02cleanup and a variety of bugfixesRoger Dingledine
2002-10-02preemptive bugfixRoger Dingledine
2002-10-01introduced a periodic keepalive padding cellRoger Dingledine
2002-09-28catch hup to reload directory/router listRoger Dingledine
2002-09-28cleanupRoger 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-22onion proxy now speaks socks4aRoger Dingledine
2002-09-21kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine
2002-09-04onion proxies now work (i think)Roger Dingledine
2002-09-03Port to MacOS XNick Mathewson
2002-09-03enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine
2002-08-24cleanup: don't use size_t when you mean intRoger Dingledine
2002-08-23cleaned up new_route()Roger 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-18Implemented router twinsRoger Dingledine
2002-07-18Implemented congestion controlRoger Dingledine
2002-07-16new link padding schemeRoger Dingledine
2002-07-16new config files, some bugfixesRoger Dingledine
2002-07-16Implemented link padding and receiver token bucketsRoger Dingledine
2002-07-12removed loglevel from global namespace. severity level is set using log() wit...Bruce Montrose
2002-07-12integrated use of getoption() into OR. removed getargs() and getconfig().Bruce Montrose
2002-07-10getrouters() changed so that a router ignores its own entry in the router listMatej Pjafjar
2002-07-08put in the support for 'router twins'Roger Dingledine
2002-07-05general cleanupRoger Dingledine
2002-07-03patch to fix running the program only as an opRoger Dingledine
2002-07-02Integrated onion proxy into or/Roger Dingledine
2002-06-30made 'app' connection be 'exit' connectionRoger Dingledine
2002-06-26Initial revisionRoger Dingledine