Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-07 | ChangeLog and ReleaseNotes for 0.3.3.11 | Nick Mathewson | |
2019-01-07 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2019-01-07 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2019-01-07 | Update geoip and geoip6 to the January 3 2019 database. | Karsten Loesing | |
2019-01-04 | Merge branch 'bug21394_029_redux' into maint-0.2.9 | Nick Mathewson | |
2019-01-04 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2019-01-04 | Merge remote-tracking branch 'dgoulet/ticket28619_033_01' into maint-0.3.3 | Nick Mathewson | |
2019-01-03 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2019-01-03 | Detect openssl bug 7712 and work around it. | Nick Mathewson | |
In theory it would be better to detect this bug in advance, but this approach is much simpler, and therefore safer to backport. This closes tor issue 28973. | |||
2018-12-11 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-11 | Note ticket number in changes file for 24803 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-12-11 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-10 | Fallbacks: Update the hard-coded fallback list in December 2018 | teor | |
Merge Phoul's two lists into teor's list. Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in January 2018 (of which ~115 were still functional), with a list of 157 fallbacks (92 new, 65 existing, 85 removed) generated in December 2018. Closes ticket 24803. | |||
2018-12-07 | Fallbacks: Update the hard-coded fallback list in December 2018 | teor | |
Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in January 2018 (of which ~115 were still functional), with a list of 148 fallbacks (89 new, 59 existing, 91 removed) generated in December 2018. Closes ticket 24803. | |||
2018-12-06 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-12-06 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-12-05 | Update geoip and geoip6 to the December 5 2018 database. | Karsten Loesing | |
2018-12-01 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-26 | hs-v3: Do not close RP circuits when deleting an ephemeral service | David Goulet | |
Bug reported on tor-dev@ and here is the detail explanation of the issue: https://lists.torproject.org/pipermail/tor-dev/2018-November/013558.html Fixes bug #28619 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-11-22 | Test: Fix memory leaks and missing unmocks in entry guard tests | teor | |
test_entry_guard_outdated_dirserver_exclusion leaks memory, and is missing some unmocks. Fixes 28554; bugfix on 0.3.0.1-alpha. | |||
2018-11-15 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge branch 'bug26913_033' into maint-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge remote-tracking branch 'public/bug24104_029_squashed' into maint-0.2.9 | Nick Mathewson | |
Resolved conflicts with the 26269 fix in 015fcd0e1191aa6f. | |||
2018-11-15 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-15 | Merge remote-tracking branch 'dgoulet/bug27550_033_01' into maint-0.3.3 | Nick Mathewson | |
2018-11-14 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-14 | Changes file for bug 28419 | Nick Mathewson | |
2018-11-13 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-13 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-12 | Fix a compiler warning in aes.c. | Nick Mathewson | |
Apparently some freebsd compilers can't tell that 'c' will never be used uninitialized. Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for longer AES keys to this function. | |||
2018-11-11 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-11 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-11 | Update geoip and geoip6 to the November 6 2018 database. | Karsten Loesing | |
2018-11-09 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-09 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-11-09 | Always declare groups when building with openssl 1.1.1 APIs | Nick Mathewson | |
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support. | |||
2018-11-02 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-02 | Merge branch 'bug26470_032' into maint-0.3.3 | Nick Mathewson | |
2018-11-02 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-11-02 | Merge remote-tracking branch 'dgoulet/ticket27410_032_01' into maint-0.3.3 | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-10-31 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2018-10-31 | Merge remote-tracking branch 'tor-github/pr/436' into maint-0.2.9 | Nick Mathewson | |
2018-10-30 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/346' into maint-0.3.3 | Nick Mathewson | |
2018-10-29 | Merge branch 'maint-0.3.3' into release-0.3.3 | Nick Mathewson | |