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