summaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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-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
2011-08-17Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-17Don't write ControlPorts to disk till after we setuid and make datadirNick Mathewson
2011-08-17Remove a needless config_find_optionNick Mathewson
2011-08-16Don't compare LINELIST_S and OBSOLETE config options.Kamran Riaz Khan
2011-08-15Improve the code a tad.George Kadianakis
2011-08-12Spawn multiple protocols using a single managed proxy.George Kadianakis
2011-08-10Whitespace tweaksNick Mathewson
2011-08-10Fix a const warning in bug1692 codeNick Mathewson
2011-08-10Merge branch 'bug1692-squashed'Nick Mathewson
2011-08-10Escape configuration values before sending them via CONF_CHANGED.Kamran Riaz Khan
2011-08-09Make FooPort 0 correctly disable the FooPort.Nick Mathewson
2011-08-08Refactor to do CONF_CHANGED event formatting inside control.cKamran Riaz Khan
2011-08-08Emits CONF_CHANGED events whenever Tor's configuration values change.Kamran Riaz Khan
2011-08-07Server transport proxies should bind on the same port each time, if possible.George Kadianakis
2011-08-04Make --quiet and --hush apply to default logs, not only initial logsNick Mathewson
2011-07-20Add an OptimisticData option to control client-side optimistic dataNick Mathewson
2011-07-20Check for port config before addr config in client port optionsNick Mathewson
2011-07-20Oops: we need to call parse_client_ports with validate_only==0 at least onceNick Mathewson
2011-07-20Fix a warning message. (Found by rransom)Nick Mathewson
2011-07-19Fix a compile warning in config.c reported by sebastianNick Mathewson
2011-07-19Turn streq_opt into a generic strcmp_opt.Nick Mathewson
2011-07-19Implement sensible isolation for tunneled directory connsNick Mathewson
2011-07-19Add an option to limit the number of non-open client circuits.Nick Mathewson