aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-22Updated HACKING and README docsRoger 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-19added a note on openssl and popt dependenciesRoger Dingledine
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-19slightly less noisyRoger Dingledine
2002-07-19minor cleanups in config filesRoger Dingledine
2002-07-19Folded cell.? into src/orRoger Dingledine
2002-07-19revised todoRoger Dingledine
2002-07-19Test suite for onion.c - currently tests encrypt_onion() and decrypt_onion().Matej Pjafjar
2002-07-19initial versions of README, for new users getting up to speed, and HACKING,Roger Dingledine
2002-07-19moria:9004 is now a twin to town-square:9004Roger Dingledine
2002-07-18Implemented router twinsRoger Dingledine
2002-07-18changes to support sendme cellsRoger Dingledine
2002-07-18Implemented congestion controlRoger Dingledine
2002-07-16new link padding schemeRoger Dingledine
2002-07-16Put in a note in README to explain how to compile (I had to wadeAndrei Serjantov
2002-07-16new config files, some bugfixesRoger Dingledine
2002-07-16Implemented link padding and receiver token bucketsRoger Dingledine
2002-07-15removed args.c (bruce's popt stuff makes it obsolete)Roger Dingledine
2002-07-15bug-fix. poptReadDefaultOptions() should find and load ~/.<cmd>rc files now.Bruce Montrose
2002-07-15corrected some string literalsBruce Montrose
2002-07-12removed mention of src/op/ from configureRoger Dingledine
2002-07-12removing the obsolete op/ codeRoger 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-11finishing touches. think its ready for integration now.Bruce Montrose
2002-07-11added new option GlobalRole to getoptions()Bruce Montrose
2002-07-11cleaned up some, added validation to getoptions()Bruce Montrose
2002-07-10fixed the deadlock bugRoger Dingledine
2002-07-10it wouldn't return when the next router isn't up, leading to later seg faultRoger Dingledine
2002-07-10a patch for mat's patchRoger Dingledine