| Commit message (Expand) | Author | Age |
* | refill our token buckets 10 times/sec, not 100 | Roger Dingledine | 2011-09-28 |
* | Make bufferevents work with TokenBucketRefillInterval | Nick Mathewson | 2011-09-22 |
* | Move around check for TokenBucketRefillInterval; disallow changes to it | Nick Mathewson | 2011-09-22 |
* | New torrc option to allow bucket refill intervals of less than 1 sec | Florian Tschorsch | 2011-09-22 |
* | fix whitespace (two-space indent) | Roger Dingledine | 2011-09-11 |
* | Stop parse_client_port_config() from misinterpreting FooListenAddress and Foo... | Fabian Keil | 2011-09-10 |
* | Fix whitespace in parse_client_port_config() | Fabian Keil | 2011-09-10 |
* | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-09-07 |
|\ |
|
| * | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2 | Nick Mathewson | 2011-09-07 |
| |\ |
|
| | * | Increase default required uptime for HSDirs to 25 hours | Robert Ransom | 2011-06-03 |
| | * | Add a VoteOnHidServDirectoriesV2 configuration option | Robert Ransom | 2011-06-03 |
* | | | Disable run-time changes to DisableIOCP: They do not work | Nick Mathewson | 2011-08-19 |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-08-17 |
|\| | |
|
| * | | Don't write ControlPorts to disk till after we setuid and make datadir | Nick Mathewson | 2011-08-17 |
* | | | Remove a needless config_find_option | Nick Mathewson | 2011-08-17 |
* | | | Don't compare LINELIST_S and OBSOLETE config options. | Kamran Riaz Khan | 2011-08-16 |
* | | | Whitespace tweaks | Nick Mathewson | 2011-08-10 |
* | | | Fix a const warning in bug1692 code | Nick Mathewson | 2011-08-10 |
* | | | Merge branch 'bug1692-squashed' | Nick Mathewson | 2011-08-10 |
|\ \ \ |
|
| * | | | Escape configuration values before sending them via CONF_CHANGED. | Kamran Riaz Khan | 2011-08-10 |
| * | | | Refactor to do CONF_CHANGED event formatting inside control.c | Kamran Riaz Khan | 2011-08-08 |
| * | | | Emits CONF_CHANGED events whenever Tor's configuration values change. | Kamran Riaz Khan | 2011-08-08 |
* | | | | Make FooPort 0 correctly disable the FooPort. | Nick Mathewson | 2011-08-09 |
* | | | | Make --quiet and --hush apply to default logs, not only initial logs | Nick Mathewson | 2011-08-04 |
|/ / / |
|
* | | | Add an OptimisticData option to control client-side optimistic data | Nick Mathewson | 2011-07-20 |
* | | | Check for port config before addr config in client port options | Nick Mathewson | 2011-07-20 |
* | | | Oops: we need to call parse_client_ports with validate_only==0 at least once | Nick Mathewson | 2011-07-20 |
* | | | Fix a warning message. (Found by rransom) | Nick Mathewson | 2011-07-20 |
* | | | Fix a compile warning in config.c reported by sebastian | Nick Mathewson | 2011-07-19 |
* | | | Turn streq_opt into a generic strcmp_opt. | Nick Mathewson | 2011-07-19 |
* | | | Implement sensible isolation for tunneled directory conns | Nick Mathewson | 2011-07-19 |
* | | | Add an option to limit the number of non-open client circuits. | Nick Mathewson | 2011-07-19 |
* | | | (Unused) backend logic for stream isolation | Nick Mathewson | 2011-07-19 |
* | | | Parse prop171 options; refactor listener/port option code | Nick Mathewson | 2011-07-19 |
* | | | Merge remote-tracking branch 'public/bug3560' | Nick Mathewson | 2011-07-18 |
|\ \ \ |
|
| * | | | Turn on microdescriptors for clients | Nick Mathewson | 2011-07-11 |
* | | | | Merge remote-tracking branch 'public/bug1666' | Nick Mathewson | 2011-07-13 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | bug1666 - Pass-through support for SOCKS5 authentication | Robert Hogan | 2010-12-14 |
* | | | | Merge remote-tracking branch 'public/bug2841' | Nick Mathewson | 2011-07-11 |
|\ \ \ \ |
|
| * | | | | Future-proof and user-proof parse_bridge_line | Nick Mathewson | 2011-07-03 |
| * | | | | Simplify parse_client_transport_line | Nick Mathewson | 2011-07-02 |
| * | | | | Style and grammar tweaks on 2841 branch | Nick Mathewson | 2011-07-02 |
| * | | | | Small tweaks to 2841 code | Nick Mathewson | 2011-07-02 |
| * | | | | Trivial code tweaks and documentation updates. | George Kadianakis | 2011-06-28 |
| * | | | | Revised how we handle ClientTransportPlugin and Bridge lines. | George Kadianakis | 2011-06-22 |
| * | | | | Various small tweaks around config.c and or.h | George Kadianakis | 2011-06-21 |
| * | | | | Fixes small bugs. | George Kadianakis | 2011-06-14 |
| * | | | | We now warn the user if a proxy server is not up when we try to connect with it. | George Kadianakis | 2011-06-14 |
| * | | | | Various trivial changes. | George Kadianakis | 2011-06-12 |
| * | | | | We can now match our transports with our bridges. | George Kadianakis | 2011-06-11 |