aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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
* removing the obsolete op/ codeRoger Dingledine2002-07-12
* 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
* a patch for mat's patchRoger Dingledine2002-07-10
* Added usage display on error.Bruce Montrose2002-07-10
* Bugfix : connection_exit_process_data_cell() quit after receiving the SS, wit...Matej Pjafjar2002-07-10
* getrouters() changed so that a router ignores its own entry in the router listMatej Pjafjar2002-07-10
* Bugfix - the list of valid characters in a filename didn't include an n .Matej Pjafjar2002-07-10
* added file to codebaseBruce Montrose2002-07-09
* Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose2002-07-09
* put in the support for 'router twins'Roger Dingledine2002-07-08
* general cleanupRoger Dingledine2002-07-05
* minor bug fix in error checkingBruce Montrose2002-07-03
* patch to fix running the program only as an opRoger Dingledine2002-07-03
* added error checking into getoptions()Bruce Montrose2002-07-03
* Added getoptions() and made minor adjustment to poptReadDefaultOptions()Bruce Montrose2002-07-03
* removed op/ from the build process, since it no longerRoger Dingledine2002-07-02
* Integrated onion proxy into or/Roger Dingledine2002-07-02
* removed onion.c and onion.h from common/Roger Dingledine2002-07-02
* httpap now prepends dest_addr and dest_port strings with their length.Roger Dingledine2002-07-02
* Committing my working config files, so we'll all be on the same pageRoger Dingledine2002-07-02
* fixed a critical bug in yesterday's changes to buffers.cRoger Dingledine2002-07-02
* made 'app' connection be 'exit' connectionRoger Dingledine2002-06-30
* First cut at cleaning out a lot of the extra stuff.Roger Dingledine2002-06-29
* moved configure.ac to configure.in, should work with older autoconfs and auto...Felipe Bergo2002-06-28
* added automake/autoconf support. When in doubt, "aclocal && autoconf && autoh...Felipe Bergo2002-06-28
* Added -lpopt to MakefilesBruce Montrose2002-06-28
* Added poptReadOptions() and poptReadDefaultOptions()Bruce Montrose2002-06-28
* Initial revisionRoger Dingledine2002-06-26