aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2002-09-26new config files, including directory serversRoger Dingledine
2002-09-26stop duplicate freeRoger Dingledine
2002-09-26dirserver should include itself in the directoryRoger Dingledine
2002-09-26directory servers in and functionalRoger Dingledine
2002-09-26another bugfix on the proxy sideRoger Dingledine
2002-09-24laying the groundwork for dynamic router listsRoger Dingledine
2002-09-23more robust when only some of the socks info has arrivedRoger 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-20OP was hanging on first try if connect finishes too quicklyRoger Dingledine
2002-09-19synchronize to the version i've been giving people to testRoger Dingledine
2002-09-17added 'connected' cell typeRoger Dingledine
2002-09-10"You got BSD in my MacOS!" "You got MacOS in my BSD!" Anyway, MacOS works again.Nick Mathewson
2002-09-09port to actual BSDRoger Dingledine
2002-09-09minor race conditionRoger Dingledine
2002-09-05slight optimization on rsa exponentRoger Dingledine
2002-09-04an rc file for an onion proxyRoger Dingledine
2002-09-04onion proxies now work (i think)Roger Dingledine
2002-09-04fixed the killer bug with onion proxiesRoger Dingledine
2002-09-04the logs now include a timestamp and severityRoger Dingledine
2002-09-03changed my mind, sort ofRoger Dingledine
2002-09-03Our program is now called 'tor', not 'or'.Roger Dingledine
2002-09-03Backport to OpenSSL version 0.9.5Nick Mathewson
2002-09-03clarifying the empty semicolonRoger Dingledine
2002-09-03resolve warningsRoger Dingledine
2002-09-03Port to MacOS XNick Mathewson
2002-09-03Add function to fake a poll call using selectNick Mathewson
2002-09-03enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine
2002-08-27more debugging info, to track down bruce's IP problemsRoger Dingledine
2002-08-24we now encrypt the entire cell on the link, not just the headerRoger Dingledine
2002-08-24proxies send port in host order as ascii stringRoger Dingledine
2002-08-24port is now kept in host order except in sin_portRoger Dingledine
2002-08-24cleanup: start enforcing hton and ntoh on stuff sent over the networkRoger Dingledine
2002-08-24cleanup: don't use size_t when you mean intRoger Dingledine
2002-08-23linkpadding is now off by default.Roger Dingledine
2002-08-23changed path selection so it's actually random againRoger 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-25Updated to use crypto.h instead of OpenSSL.Matej Pjafjar
2002-07-25Added the crypto abstraction to libor. Need to test and change the code to us...Matej Pjafjar
2002-07-24Beginnings of a crypto abstraction layer.Matej Pjafjar
2002-07-22only choose routers for the onion that are currently connected to usRoger Dingledine
2002-07-22Code cleaned up to be less noisyRoger Dingledine
2002-07-22More reasonable CoinWeight, now that we can handle large pathsRoger Dingledine
2002-07-22Include src/config/ in the 'make dist' tarballRoger Dingledine
2002-07-20bugfixes: don't hang waiting for new children to die; accept HTTP/1.1Roger Dingledine
2002-07-20bugfix: create_onion now works with routelen>2Roger Dingledine
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-19slightly less noisyRoger Dingledine
2002-07-19minor cleanups in config filesRoger Dingledine