aboutsummaryrefslogtreecommitdiff
path: root/src/or/config.c
AgeCommit message (Expand)Author
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-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-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-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
2011-07-19(Unused) backend logic for stream isolationNick Mathewson
2011-07-19Parse prop171 options; refactor listener/port option codeNick Mathewson
2011-07-18Merge remote-tracking branch 'public/bug3560'Nick Mathewson
2011-07-13Merge remote-tracking branch 'public/bug1666'Nick Mathewson
2011-07-11Turn on microdescriptors for clientsNick Mathewson
2011-07-11Merge remote-tracking branch 'public/bug2841'Nick Mathewson
2011-07-07Merge branch 'bug3263'Nick Mathewson
2011-07-07Have transitions in public_server_mode count as affects_descriptorNick Mathewson
2011-07-03Future-proof and user-proof parse_bridge_lineNick Mathewson
2011-07-02Simplify parse_client_transport_lineNick Mathewson
2011-07-02Style and grammar tweaks on 2841 branchNick Mathewson
2011-07-02Small tweaks to 2841 codeNick Mathewson
2011-07-01Replace a "const const" with a "const"Nick Mathewson
2011-06-28Trivial code tweaks and documentation updates.George Kadianakis
2011-06-22Revised how we handle ClientTransportPlugin and Bridge lines.George Kadianakis
2011-06-21Various small tweaks around config.c and or.hGeorge Kadianakis
2011-06-20Fix overwide line in config.cNick Mathewson
2011-06-20Add port 6523 (Gobby) to LongLivedPorts.intrigeri
2011-06-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-17Revert "Add an "auto" option to UseBridges"Nick Mathewson
2011-06-14Make the get_options() return constNick Mathewson