aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2003-12-17remove trailing whitespaceRoger Dingledine
2003-12-14add options.ExcludedNodes -- nodes that are never picked in path buildingRoger Dingledine
2003-12-14slightly different default default exit policy.Roger Dingledine
2003-12-13Make default exit policy reject 127.*:*Nick Mathewson
2003-12-13reasonably permissive exit policy if you don't set oneRoger Dingledine
2003-12-03prevent assert failure on -HUP when options->PidFile==NULLRoger Dingledine
2003-11-20simplify: options.OnionRouter==1 iff options.ORPort>0Roger Dingledine
2003-11-19default log level is now warnRoger Dingledine
2003-11-19make pidfile default to null rather than writing to your cwdRoger Dingledine
2003-11-17finally find and possibly fix the circuit_deliver_relay_cell warn bugRoger Dingledine
2003-11-13bump default pathlen to 3; clean up surrounding codeRoger Dingledine
2003-11-13let getconfig survive repeated calls. now we call it again when we hup.Roger Dingledine
2003-11-12lay groundwork for EntryNodes and ExitNodesRoger Dingledine
2003-11-10client now survives going offline betterRoger Dingledine
2003-10-25add DirBindAddress, parse the BindAddress's when you bindRoger Dingledine
2003-10-22make end relay cells have payloadsRoger Dingledine
2003-10-22added User and Group options -- if you set them, tor will try toSteven Hazel
2003-10-21move closer to being able to reload config on HUPRoger Dingledine
2003-10-20a skeletal print_usage() functionRoger Dingledine
2003-10-15clean up logging, allow user to specify log filesRoger Dingledine
2003-10-15- cause configure to create a tor.sh which will have directories setSteven Hazel
2003-10-10change WARNING to WARNRoger Dingledine
2003-10-08add in basic support for pidfilesRoger Dingledine
2003-10-080.0.2pre11, new licenseRoger Dingledine
2003-10-08Update LICENSE and copyright dates.Nick Mathewson
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