summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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
2005-02-03fix the latest bug: don't explode when some router declares aRoger Dingledine
2005-02-02only check if exit_policy_implicitly_allows if you're a server.Roger Dingledine
2005-02-01bump the default rate limit to 1 MBRoger Dingledine
2005-02-01fix an edge case in parsing config options (thanks weasel)Roger Dingledine
2005-01-28forward-port the dns and maxconn fixesRoger Dingledine
2005-01-20Warn when exit policy implicitly allows local addresses.Nick Mathewson
2005-01-18allow bandwidthburst to be smaller, but whine if it's small.Roger Dingledine
2005-01-17Introduce a notion of 'internal' circs, which are chosen without regardRoger Dingledine
2005-01-13Move call to event_init() immediately after start_daemon(); move start_daemon...Nick Mathewson
2005-01-13get rid of 0.0.8 backwards compatibilityRoger Dingledine
2005-01-12Make Tor use Niels Provos's libevent instead of it's currentNick Mathewson
2005-01-12add more chat and interactive protocols to LongLivedPortsRoger Dingledine
2005-01-12Annotate circuits w/ whether they aim to contain high uptime nodes and/orRoger Dingledine
2005-01-06new config option DirAllowPrivateAddresses for authdirservers.Roger Dingledine
2005-01-05Stop reversing and re-reversing config lines: keep them in order all the time...Nick Mathewson
2005-01-05Remove broken and undocumented wart where multiple CSV config lines are appen...Nick Mathewson
2005-01-04post 0.0.9.x, demand that servers declare at least 20000 bytes/sRoger Dingledine
2005-01-04Make sequence of log messages when starting on win32 with no config file more...Nick Mathewson
2005-01-03update print_usage to use new urlRoger Dingledine
2005-01-03Resolve task 42: find where 19-char nicknames were getting truncated when rea...Nick Mathewson
2004-12-31...but only if you're a serverRoger Dingledine