aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* port to actual BSDRoger Dingledine2002-09-09
* minor race conditionRoger Dingledine2002-09-09
* slight optimization on rsa exponentRoger Dingledine2002-09-05
* an rc file for an onion proxyRoger Dingledine2002-09-04
* onion proxies now work (i think)Roger Dingledine2002-09-04
* fixed the killer bug with onion proxiesRoger Dingledine2002-09-04
* the logs now include a timestamp and severityRoger Dingledine2002-09-04
* changed my mind, sort ofRoger Dingledine2002-09-03
* Our program is now called 'tor', not 'or'.Roger Dingledine2002-09-03
* Backport to OpenSSL version 0.9.5Nick Mathewson2002-09-03
* clarifying the empty semicolonRoger Dingledine2002-09-03
* resolve warningsRoger Dingledine2002-09-03
* Port to MacOS XNick Mathewson2002-09-03
* Add function to fake a poll call using selectNick 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
* proxies send port in host order as ascii stringRoger 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
* Updated to use crypto.h instead of OpenSSL.Matej Pjafjar2002-07-25
* Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar2002-07-25
* Beginnings of a crypto abstraction layer.Matej Pjafjar2002-07-24
* 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
* More reasonable CoinWeight, now that we can handle large pathsRoger Dingledine2002-07-22
* Include src/config/ in the 'make dist' tarballRoger Dingledine2002-07-22
* bugfixes: don't hang waiting for new children to die; accept HTTP/1.1Roger Dingledine2002-07-20
* bugfix: create_onion now works with routelen>2Roger Dingledine2002-07-20
* Folded cell.? into src/orRoger Dingledine2002-07-19
* slightly less noisyRoger Dingledine2002-07-19
* minor cleanups in config filesRoger Dingledine2002-07-19
* Folded cell.? into src/orRoger Dingledine2002-07-19
* Test suite for onion.c - currently tests encrypt_onion() and decrypt_onion().Matej Pjafjar2002-07-19
* moria:9004 is now a twin to town-square:9004Roger Dingledine2002-07-19
* Implemented router twinsRoger Dingledine2002-07-18
* changes to support sendme cellsRoger Dingledine2002-07-18
* Implemented congestion controlRoger Dingledine2002-07-18
* new link padding schemeRoger Dingledine2002-07-16
* Put in a note in README to explain how to compile (I had to wadeAndrei Serjantov2002-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
* bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now.Bruce Montrose2002-07-15
* corrected some string literalsBruce Montrose2002-07-15