summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
2011-11-28New 'DisableNetwork' option to prevent Tor from using the networkNick Mathewson
2011-11-24Move disable-debugger-attachment fn to compat where it belongs. Fix whitespaceNick Mathewson
2011-11-24Tweak disable_debugger_attachment a littleNick Mathewson
2011-11-24Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson
2011-11-24Merge remote-tracking branch 'public/feature4516'Nick Mathewson
2011-11-21raise AuthDirFastGuarantee from 20KB to 100KBRoger Dingledine
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
2011-11-21parameterize bw cutoffs to guarantee Fast and Guard flagsRoger Dingledine
2011-11-18Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-11-19Don't log about stats when running as a client without geoipSebastian Hahn
2011-11-18New UserspaceIOCPBuffers option to set SO_{SND,RCV}BUF to zeroNick Mathewson
2011-10-29Disable stats requiring geoip info if we have noneSebastian Hahn
2011-10-27Merge branch 'maint-0.2.2_secfix' into master_secfixSebastian Hahn
2011-10-26Add option to give guard flag to relays without the CVE-2011-2768 fixRobert Ransom
2011-10-26Fix memory leak in options_act_reversible: fix Coverity CID 486,487Nick Mathewson
2011-10-26Fix a NULL pointer dereference in parse_server_transport_line().George Kadianakis
2011-10-26Fix a couple of pluggable transport bugsSebastian Hahn
2011-10-24Don't initialize desc stats for non-bridgedirauth nodesSebastian Hahn
2011-10-21Add new stats type: descriptor fetch statsSebastian Hahn
2011-10-20Check whether a client port is a Unix socket before using its IP addrRobert Ransom
2011-10-11Fix names of functions that convert strings to addrsNick Mathewson
2011-10-11Fix a bunch of whitespace errorsNick Mathewson
2011-10-11Consider hibernation before dropping privsSebastian Hahn
2011-10-07reinstate a notice for the non-loopback socksport caseNick Mathewson
2011-10-07Merge remote-tracking branch 'rransom-tor/bug4018'Nick Mathewson
2011-10-07Merge remote-tracking branch 'asn2/bug3656'Nick Mathewson
2011-10-07Support multiple transports in a single transport line.George Kadianakis
2011-10-05Turn on directory request statistics by default.Karsten Loesing
2011-09-28refill our token buckets 10 times/sec, not 100Roger Dingledine
2011-09-23Improve wording in some comments and log messages.George Kadianakis
2011-09-22Make bufferevents work with TokenBucketRefillIntervalNick Mathewson
2011-09-22Move around check for TokenBucketRefillInterval; disallow changes to itNick Mathewson
2011-09-22New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch
2011-09-14Fix a bogus warningRobert Ransom
2011-09-12Put some sense into our logging.George Kadianakis
2011-09-11Don't warn of stray Bridges if managed proxies are still unconfigured.George Kadianakis
2011-09-11Constification.George Kadianakis
2011-09-11Make check-spaces happy.George Kadianakis
2011-09-11Enforce transport names being C identifiers.George Kadianakis
2011-09-11Trivial fixes around the code.George Kadianakis
2011-09-11Be more defensive in get_transport_bindaddr().George Kadianakis
2011-09-11Fix bug in get_transport_in_state_by_name() when using strcmpstart().George Kadianakis
2011-09-11Improve how we access or_state_t.George Kadianakis
2011-09-11Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.George Kadianakis
2011-09-11fix whitespace (two-space indent)Roger Dingledine
2011-09-10Stop parse_client_port_config() from misinterpreting FooListenAddress and Foo...Fabian Keil
2011-09-10Fix whitespace in parse_client_port_config()Fabian Keil
2011-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-08-19Disable run-time changes to DisableIOCP: They do not workNick Mathewson