summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2005-06-09Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson
2005-06-08clean up the log warn a bitRoger Dingledine
2005-06-08Fix warning about unused function when compiling with ancient libeventNick Mathewson
2005-06-08absolutely refuse to let people pick internal IP addresses ifRoger Dingledine
2005-06-08Fix syntax error.Nick Mathewson
2005-06-08add patch for 143 and code to check for known-bad/slow libevent versions. Ne...Nick Mathewson
2005-05-23Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson
2005-05-23Make hashed controller password encoding use hex not base64; this makes it po...Nick Mathewson
2005-05-20add HttpProxyAuthenticator config option tooRoger Dingledine
2005-05-17doxygeny goodness from tyranixRoger Dingledine
2005-05-17fix a comment that tyranix noticedRoger Dingledine
2005-05-16Normalize whitespaceNick Mathewson
2005-05-15clean up some log entriesRoger Dingledine
2005-05-15Add an explanatory commentNick Mathewson
2005-05-14fix a case error in suppressing a bogus libevent warning.Roger Dingledine
2005-05-14Append default exit policy before checking for implicit internal addresses: f...Nick Mathewson
2005-05-09Patch from goodell for task 131: Do not die on internal address if we are not...Nick Mathewson
2005-05-07Implement --verify-config command-line option to fix bug 69.Nick Mathewson
2005-05-04whine at you if you're a server and you don't set your contactinfoRoger Dingledine
2005-05-03first iteration of scrubbing sensitive strings from logs.Roger Dingledine
2005-05-03If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...Nick Mathewson
2005-04-29workaround for user error: some people were putting "Address " in theirRoger Dingledine
2005-04-27bump the default bandwidthrate from 1mb to 2mbRoger Dingledine
2005-04-26Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine
2005-04-23let NumCpus be singular without whiningRoger Dingledine
2005-04-21add geoff's NoPublish patchRoger Dingledine
2005-04-06bugfix: chdir to your datadirectory at the *end* of theRoger Dingledine
2005-04-05Revise control spec and implementation to allow all log messages to be sent t...Nick Mathewson
2005-04-01update copyright notices.Nick Mathewson
2005-04-01fix typo in earlier libevent mmessage suppress patchNick Mathewson
2005-04-01Add code to suppress spurious libevent log msgs; use it to resolve bug 68.Nick Mathewson
2005-04-01Use recent libevent features when possibleNick Mathewson
2005-03-27Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...Nick Mathewson
2005-03-22Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...Nick Mathewson
2005-03-17Commit fixes for several pending tor core tasks: document all DOCDOCed functi...Nick Mathewson
2005-03-14Fix some more obscure compiler warningsNick Mathewson
2005-03-12ShutdownWaitLength should be an interval, not a uintRoger Dingledine
2005-03-12change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config optionRoger Dingledine
2005-03-12Implement the common case of ATTACHSTREAM.Nick Mathewson
2005-03-11Get address map resetting implemented.Nick Mathewson
2005-02-27Checkpoint in-progress fixes:Roger Dingledine
2005-02-25Implement more control spec functionalityNick Mathewson
2005-02-24add support for CONNECTing through https proxies.Roger Dingledine
2005-02-22Forward-port the trick to bump up ConnLimit as far as it canRoger Dingledine
2005-02-22Change from inet_ntoa to a threadproof tor_inet_ntoa.Nick Mathewson
2005-02-22Remove assumptions that maximum path length is anything like 1024. From comm...Nick Mathewson
2005-02-22Add a new AddressMap directive to rewrite incoming socks addresses.Roger Dingledine
2005-02-11Free even more things on shutdown. Temporarily move tor_free_all out from #i...Nick Mathewson
2005-02-05Re-normalize whitespace; make "make check-spaces" happyNick Mathewson
2005-02-05forward-port NT service patchNick Mathewson