Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | go through and rewrite the changes files to be more user-facing | Roger Dingledine | 2014-02-12 | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-11 | |
|\| | | | | | ||||
| * | | | | | Merge branch 'bug10777_netunreach_024' into maint-0.2.4 | Nick Mathewson | 2014-02-11 | |
| |\ \ \ \ \ | ||||
| | * | | | | | update changes file | Nick Mathewson | 2014-02-11 | |
| | * | | | | | make EACCES survivable too. | Nick Mathewson | 2014-02-10 | |
| | * | | | | | Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL. | Nick Mathewson | 2014-02-09 | |
| * | | | | | | Merge remote-tracking branch 'public/bug10777_nointernal_024' into maint-0.2.4 | Nick Mathewson | 2014-02-11 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Don't treat END_STREAM_REASON_INTERNAL as total circuit failure | Nick Mathewson | 2014-02-09 | |
| | |/ / / / / | ||||
* | | | | | / | Free leakable values in the unit tests. | Nick Mathewson | 2014-02-11 | |
| |_|_|_|_|/ |/| | | | | | ||||
* | | | | | | Merge remote-tracking branch 'public/no_itime_queue_025' | Nick Mathewson | 2014-02-11 | |
|\ \ \ \ \ \ | ||||
| * \ \ \ \ \ | Merge remote-tracking branch 'public/no_itime_queue' | Nick Mathewson | 2014-02-10 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Excise the insertion_time_elem_t logic | Nick Mathewson | 2014-02-10 | |
| | |/ / / / / | ||||
* | | | | | | | Merge branch 'bug10881' | Nick Mathewson | 2014-02-11 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Tweak DirAuthority documentation | Nick Mathewson | 2014-02-11 | |
| * | | | | | | | Remove options for configuring HS authorities. | Nick Mathewson | 2014-02-10 | |
* | | | | | | | | Merge remote-tracking branch 'karsten/one-dirauth' | Nick Mathewson | 2014-02-11 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Add changes file for ticket 10842. | Karsten Loesing | 2014-02-11 | |
| * | | | | | | | | Suppress warning in networks with only 1 dirauth. | Karsten Loesing | 2014-02-08 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'public/bug10722' | Nick Mathewson | 2014-02-11 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||
| * | | | | | | | Apply StrictNodes to hidden service directories early | Nick Mathewson | 2014-01-24 | |
* | | | | | | | | fix trivial typo | Roger Dingledine | 2014-02-10 | |
| |_|/ / / / / |/| | | | | | | ||||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-09 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | / / / / | | |/ / / / | |/| | | | | ||||
| * | | | | | Merge remote-tracking branch 'andrea/bug9602' into maint-0.2.4 | Nick Mathewson | 2014-02-09 | |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | ||||
| | * | | | | Make sure orconn->chan gets nulled out when channels exit from channel_free_a... | Andrea Shepard | 2014-02-08 | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-07 | |
|\| | | | | | ||||
| * | | | | | Survive fedora's openssl in our benchmarks | Nick Mathewson | 2014-02-07 | |
* | | | | | | Explain CURVE25519_ENABLED: closes 9774 | Nick Mathewson | 2014-02-07 | |
* | | | | | | Use the right functions; strncpy is usually not the answer | Nick Mathewson | 2014-02-07 | |
* | | | | | | Merge remote-tracking branch 'houqp/hs_control_fix' | Nick Mathewson | 2014-02-07 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | add test case for node_get_verbose_nickname | Qingping Hou | 2014-02-06 | |
| * | | | | | | add test for node_get_verbose_nickname_by_id | Qingping Hou | 2014-02-06 | |
| * | | | | | | remove node_describe_by_id() function | Qingping Hou | 2014-02-06 | |
| * | | | | | | fix longname returned in HS_DESC control events | Qingping Hou | 2014-02-06 | |
* | | | | | | | Remove a needless check in channel_tls_handle_incoming | Nick Mathewson | 2014-02-07 | |
* | | | | | | | Merge the circuit_{free,clear}_cpath functions | Nick Mathewson | 2014-02-07 | |
* | | | | | | | Merge remote-tracking branch 'public/feature9777_024_squashed' | Nick Mathewson | 2014-02-07 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Discard circuit paths on which nobody supports ntor | Nick Mathewson | 2014-02-07 | |
| | |/ / / / / | |/| | | | | | ||||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-07 | |
|\| | | | | | | ||||
| * | | | | | | Attribute bug 9602 to a version. | Nick Mathewson | 2014-02-07 | |
| | |/ / / / | |/| | | | | ||||
| * | | | | | NULL out conns on tlschans when freeing in case channel_run_cleanup() is late... | Andrea Shepard | 2014-02-06 | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-06 | |
|\| | | | | | ||||
| * | | | | | Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4 | Nick Mathewson | 2014-02-06 | |
| |\ \ \ \ \ | ||||
* | \ \ \ \ \ | Merge remote-tracking branch 'public/bug10543_024_v2' | Nick Mathewson | 2014-02-06 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||
| * | | | | | | Make the handling for usable-exit counting handle ExitNodes better | Nick Mathewson | 2014-02-06 | |
| | |_|/ / / | |/| | | | | ||||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-06 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||
| * | | | | | changelog for 10793 | Nick Mathewson | 2014-02-06 | |
| * | | | | | Some anti-forensics paranoia... | Florent Daigniere | 2014-02-06 | |
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.4' | Nick Mathewson | 2014-02-06 | |
|\| | | | | | ||||
| * | | | | | Add a missing include | Nick Mathewson | 2014-02-06 | |
| * | | | | | Merge branch 'bug10485_024' into maint-0.2.4 | Nick Mathewson | 2014-02-06 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | |