aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
Commit message (Expand)AuthorAge
* first pass: obey log conventionRoger Dingledine2003-09-26
* Refactor buffers; implement descriptors.Nick Mathewson2003-09-25
* cleanups, bugfixes, more verbose logsRoger Dingledine2003-09-24
* reshuffle functions for cleaner organizationRoger Dingledine2003-09-12
* add CertFile, NicknameRoger Dingledine2003-09-08
* clean up config.c so it doesn't expose as muchRoger Dingledine2003-09-08
* start honoring the recommended_versions stringRoger Dingledine2003-08-23
* start refactoring dnsworker so testing won't be so darn hardRoger Dingledine2003-08-14
* Start of port to win32. Missing are:Nick Mathewson2003-08-12
* implemented total read rate limitingRoger Dingledine2003-07-05
* Change many files to new log_fn formatNick Mathewson2003-06-17
* OPport is gone. So is conn type OP.Roger Dingledine2003-05-28
* add circuit-level sendme relay cellsRoger Dingledine2003-05-20
* sign directories with the signing keyRoger Dingledine2003-05-07
* further cleanup, test.c still has some bugsRoger Dingledine2003-04-16
* divorce circuit building from user connectionsRoger Dingledine2003-04-16
* Add magic to end of C files to make emacs happy; split test invocation into s...Nick Mathewson2003-04-07
* cleaner errorsRoger Dingledine2003-03-19
* greatly simplify this notion of 'roles':Roger Dingledine2003-03-18
* Add daemon option and bool config typeNick Mathewson2003-03-17
* major overhaul: dns slave subsystem, topicsRoger Dingledine2003-01-26
* onions go on and off the network correctly nowRoger Dingledine2002-12-03
* create cells are now queued and processed only when idleRoger Dingledine2002-11-27
* added OnionsPerSecond to prevent create floodingRoger Dingledine2002-11-23
* remove popt dependency, consolidate config stuffRoger Dingledine2002-11-23
* cell.c is now obsoleteRoger Dingledine2002-10-03
* introduced a periodic keepalive padding cellRoger Dingledine2002-10-01
* cleanupRoger Dingledine2002-09-28
* directory servers in and functionalRoger Dingledine2002-09-26
* onion proxies now work (i think)Roger Dingledine2002-09-04
* resolve warningsRoger Dingledine2002-09-03
* Port to MacOS XNick Mathewson2002-09-03
* enforce maxconn; bugfix to not tear down the parent when we hit maxconnRoger Dingledine2002-09-03
* linkpadding is now off by default.Roger Dingledine2002-08-23
* Implemented link padding and receiver token bucketsRoger Dingledine2002-07-16
* corrected some string literalsBruce Montrose2002-07-15
* 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
* Added usage display on error.Bruce Montrose2002-07-10
* Miscellaneous bug fixes / activated "make check" for src/orBruce Montrose2002-07-09
* minor bug fix in error checkingBruce Montrose2002-07-03
* added error checking into getoptions()Bruce Montrose2002-07-03
* Added getoptions() and made minor adjustment to poptReadDefaultOptions()Bruce Montrose2002-07-03
* Initial revisionRoger Dingledine2002-06-26