Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | Merge remote-tracking branch 'public/bug2841' | Nick Mathewson | 2011-07-11 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||
| * | | | | | Refactor the interfaces of transport/proxy lookup fns | Nick Mathewson | 2011-07-03 | |
| * | | | | | 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 | |
| * | | | | | Tweaked connection{.c,.h,_or.c} based on nick's comments. | George Kadianakis | 2011-06-21 | |
| * | | | | | Fixes on circuitbuild.[ch] based on nick's comments. | George Kadianakis | 2011-06-21 | |
| * | | | | | Fixes small bugs. | George Kadianakis | 2011-06-14 | |
| * | | | | | This commit is an attempt to beautify the previous commit. | George Kadianakis | 2011-06-14 | |
| * | | | | | Our warning now is much more specific, mentioning proxy type/addr/port. | 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 connect using transports as well! | George Kadianakis | 2011-06-12 | |
| * | | | | | We can now match our transports with our bridges. | George Kadianakis | 2011-06-11 | |
| * | | | | | ClientTransportPlugin parsing done. | George Kadianakis | 2011-06-11 | |
* | | | | | | Look at the right consensus in router_add_to_routerlist() | Nick Mathewson | 2011-07-11 | |
* | | | | | | Merge branch 'bug2797' | Nick Mathewson | 2011-07-11 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Kill redundant checks around routerset_contains_*() | Nick Mathewson | 2011-07-07 | |
* | | | | | | | Remove a redundant condition in compare_addr_to_node_policy | Nick Mathewson | 2011-07-08 | |
* | | | | | | | Make nodelist_purge avoid orphaned microdescs in rs-less nodes | Nick Mathewson | 2011-07-07 | |
* | | | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-07-07 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | / / | | |_|_|/ / | |/| | | | | ||||
| * | | | | | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | 2011-07-07 | |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | ||||
| | * | | | | update to the july 2011 geoip db | Roger Dingledine | 2011-07-07 | |
* | | | | | | Merge remote-tracking branch 'public/bug3153' | Nick Mathewson | 2011-07-07 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Track where microdescs are referenced to prevent free errs | Nick Mathewson | 2011-05-12 | |
* | | | | | | | Merge branch 'bug3263' | Nick Mathewson | 2011-07-07 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Have transitions in public_server_mode count as affects_descriptor | Nick Mathewson | 2011-07-07 | |
| * | | | | | | | don't mark our descriptor dirty if our onion key hasn't changed | Roger Dingledine | 2011-05-21 | |
* | | | | | | | | Remove unused var in write_to_evbuffer_zlib | Nick Mathewson | 2011-07-07 | |
* | | | | | | | | Avoid double-free in bufferevent read/write cbs | Nick Mathewson | 2011-07-07 | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-07-07 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||
| * | | | | | | | Correctly send a SUCCEEDED event for rdns requests | Sebastian Hahn | 2011-07-07 | |
* | | | | | | | | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-07-06 | |
|\| | | | | | | | ||||
| * | | | | | | | appease check-spaces | Roger Dingledine | 2011-07-06 | |
| * | | | | | | | Merge remote-tracking branch 'rransom-tor/bug3465-022' into maint-0.2.2 | Nick Mathewson | 2011-07-05 | |
| |\ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ | Merge remote-tracking branch 'rransom-tor/bug3465-023-v2' | Nick Mathewson | 2011-07-05 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | Make handle_control_setevents table-driven | Robert Ransom | 2011-06-25 | |
| * | | | | | | | | | Merge branch 'bug3465-022' into bug3465-023 | Robert Ransom | 2011-06-25 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||
| | * | | | | | | | | Add BUILDTIMEOUT_SET to the result of GETINFO events/names | Robert Ransom | 2011-06-25 | |
| | * | | | | | | | | Correct a comment | Robert Ransom | 2011-06-24 | |
| | * | | | | | | | | Fix minor comment issues | Robert Ransom | 2011-06-23 | |
* | | | | | | | | | | Merge branch 'cov217_master' | Nick Mathewson | 2011-07-01 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | Check return value of crypto_global_init in test.c | Nick Mathewson | 2011-07-01 | |
| * | | | | | | | | | | Defensive programming: don't crash with broken node_t | Nick Mathewson | 2011-07-01 | |
| * | | | | | | | | | | Don't shadow parameters with local variables | Nick Mathewson | 2011-07-01 | |
| * | | | | | | | | | | Replace 4 more sscanf()s with tor_sscanf() | Nick Mathewson | 2011-07-01 |