aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* stop duplicate freeRoger Dingledine2002-09-26
* dirserver should include itself in the directoryRoger Dingledine2002-09-26
* directory servers in and functionalRoger Dingledine2002-09-26
* another bugfix on the proxy sideRoger Dingledine2002-09-26
* laying the groundwork for dynamic router listsRoger Dingledine2002-09-24
* more robust when only some of the socks info has arrivedRoger Dingledine2002-09-23
* onion proxy now speaks socks4aRoger Dingledine2002-09-22
* kill -USR1 the or and it will dump conn/circuit stats to stdoutRoger Dingledine2002-09-21
* OP was hanging on first try if connect finishes too quicklyRoger Dingledine2002-09-20
* synchronize to the version i've been giving people to testRoger Dingledine2002-09-19
* added 'connected' cell typeRoger Dingledine2002-09-17
* "You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.Nick Mathewson2002-09-10
* port to actual BSDRoger Dingledine2002-09-09
* minor race conditionRoger Dingledine2002-09-09
* onion proxies now work (i think)Roger Dingledine2002-09-04
* fixed the killer bug with onion proxiesRoger Dingledine2002-09-04
* changed my mind, sort ofRoger Dingledine2002-09-03
* Our program is now called 'tor', not 'or'.Roger Dingledine2002-09-03
* clarifying the empty semicolonRoger Dingledine2002-09-03
* resolve warningsRoger Dingledine2002-09-03
* Port to MacOS XNick Mathewson2002-09-03
* enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine2002-09-03
* more debugging info, to track down bruce's IP problemsRoger Dingledine2002-08-27
* we now encrypt the entire cell on the link, not just the headerRoger Dingledine2002-08-24
* port is now kept in host order except in sin_portRoger Dingledine2002-08-24
* cleanup: start enforcing hton and ntoh on stuff sent over the networkRoger Dingledine2002-08-24
* cleanup: don't use size_t when you mean intRoger Dingledine2002-08-24
* linkpadding is now off by default.Roger Dingledine2002-08-23
* changed path selection so it's actually random againRoger Dingledine2002-08-23
* 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
* only choose routers for the onion that are currently connected to usRoger Dingledine2002-07-22
* Code cleaned up to be less noisyRoger Dingledine2002-07-22
* bugfix: create_onion now works with routelen>2Roger Dingledine2002-07-20
* Folded cell.? into src/orRoger Dingledine2002-07-19
* Test suite for onion.c - currently tests encrypt_onion() and decrypt_onion().Matej Pjafjar2002-07-19
* 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 args.c (bruce's popt stuff makes it obsolete)Roger Dingledine2002-07-15
* corrected some string literalsBruce Montrose2002-07-15
* 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
* finishing touches. think its ready for integration now.Bruce Montrose2002-07-11
* added new option GlobalRole to getoptions()Bruce Montrose2002-07-11
* cleaned up some, added validation to getoptions()Bruce Montrose2002-07-11
* fixed the deadlock bugRoger Dingledine2002-07-10
* it wouldn't return when the next router isn't up, leading to later seg faultRoger Dingledine2002-07-10