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