Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-13 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-11-13 | Merge remote-tracking branch 'teor/bug23470-029' into maint-0.2.9 | Nick Mathewson | |
2017-11-13 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-11-13 | Merge branch 'bug8185_025' into maint-0.2.9 | Nick Mathewson | |
2017-11-13 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-11-13 | Merge branch 'ticket21953_029' into maint-0.2.9 | Nick Mathewson | |
2017-11-11 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-11-11 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-11-11 | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | |
2017-11-10 | Update geoip and geoip6 to the November 6 2017 database. | Karsten Loesing | |
2017-10-31 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-31 | Merge remote-tracking branch 'public/bug23693_029' into maint-0.2.9 | Nick Mathewson | |
2017-10-25 | bump to 0.3.0.12-dev | Nick Mathewson | |
2017-10-25 | bump to 0.2.9.13-dev | Nick Mathewson | |
2017-10-25 | bump to 0.2.8.16-dev | Nick Mathewson | |
2017-10-25 | bump to 0.2.5.15-dev | Nick Mathewson | |
2017-10-24 | bump version in the other places :/ | Nick Mathewson | |
2017-10-24 | bump version in the other places :/ | Nick Mathewson | |
2017-10-24 | bump to 0.2.5.15 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge remote-tracking branch 'teor/bug23874-029' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Adjust test, now that there are 9 dirauths again | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | |
2017-10-23 | dirauth: Add bastet to the default authorities | David Goulet | |
Fixes #23910 Based on a patch by dgoulet; backported to 0.2.5 | |||
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Merge remote-tracking branch 'public/bug23690_028' into maint-0.2.8 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge remote-tracking branch 'public/bug23081_025' into maint-0.2.9 | Nick Mathewson | |
2017-10-23 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-23 | Merge remote-tracking branch 'public/bug22349_029' into maint-0.2.9 | Nick Mathewson | |
2017-10-17 | Update Longclaw's IP address; fixes 23592. | Nick Mathewson | |
2017-10-15 | Clear the address when node_get_prim_orport() returns early | teor | |
Fixes bug 23874; bugfix on 0.2.8.2-alpha. | |||
2017-10-05 | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | |
2017-10-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2017-10-05 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-10-05 | Update geoip and geoip6 to the October 4 2017 database. | Karsten Loesing | |
2017-10-02 | Make changes in server_mode() affect workers; fix a crash. | Nick Mathewson | |
Without this fix, changes from client to bridge don't trigger transition_affects_workers(), so we would never have actually initialized the cpuworkers. Fixes bug 23693. Bugfix on 3bcdb26267502e0 0.2.6.3-alpha, which fixed bug 14901 in the general case, but not on the case where public_server_mode() did not change. | |||
2017-09-29 | Clear outbuf_flushlen when we clear a connection's outbuf | Nick Mathewson | |
When we added single_conn_free_bytes(), we cleared the outbuf on a connection without setting outbuf_flushlen() to 0. This could cause an assertion failure later on in flush_buf(). Fixes bug 23690; bugfix on 0.2.6.1-alpha. | |||
2017-09-29 | Don't package cells onto marked circuits. | Nick Mathewson | |
This caused a BUG log when we noticed that the circuit had no channel. The likeliest culprit for exposing that behavior is d769cab3e5097980, where we made circuit_mark_for_close() NULL out the n_chan and p_chan fields of the circuit. Fixes bug 8185; bugfix on 0.2.5.4-alpha, I think. | |||
2017-09-22 | hs: Avoid possible double circuit close on error | David Goulet | |
Fixes #23610 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-09-20 | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | |
2017-09-20 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |