Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-08 | hs-v2: Copy needed information between service on prunning | David Goulet | |
Turns out that when reloading a tor configured with hidden service(s), we weren't copying all the needed information between the old service object to the new one. For instance, the desc_is_dirty timestamp wasn't which could lead to the service uploading its descriptor much later than it would need to. The replaycache wasn't also moved over and some intro point information as well. Fixes #23790 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-03-08 | Merge branch 'bug23512-v4-029-fixes-keep-typedef' into bug23512-v4-034-fixes | teor | |
2019-03-06 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-03-06 | Merge branch 'maint-0.2.9' into maint-0.3.3maint-0.3.3 | Nick Mathewson | |
2019-03-06 | Update geoip and geoip6 to the March 4 2019 database. | Karsten Loesing | |
2019-03-01 | Merge branch 'maint-0.3.3' into maint-0.3.4 | teor | |
2019-03-01 | Merge branch 'maint-0.2.9' into maint-0.3.3 | teor | |
2019-03-01 | Merge remote-tracking branch 'tor-github/pr/749' into maint-0.2.9 | teor | |
2019-03-01 | Merge remote-tracking branch 'tor-github/pr/748' into maint-0.2.9 | teor | |
2019-03-01 | Merge remote-tracking branch 'tor-github/pr/747' into maint-0.2.9 | teor | |
2019-03-01 | Bug 25733: Avoid assert failure if all circuits time out. | Mike Perry | |
Prior to #23100, we were not counting HS circuit build times in our calculation of the timeout. This could lead to a condition where our timeout was set too low, based on non HS circuit build times, and then we would abandon all HS circuits, storing no valid timeouts in the histogram. This commit avoids the assert. | |||
2019-02-28 | Merge branch 'maint-0.3.3' into maint-0.3.4 | teor | |
2019-02-28 | Merge remote-tracking branch 'tor-github/pr/731' into maint-0.3.3 | teor | |
2019-02-28 | Merge branch 'maint-0.3.3' into maint-0.3.4 | teor | |
2019-02-28 | Merge branch 'maint-0.2.9' into maint-0.3.3 | teor | |
2019-02-27 | test/shared-random: use sr_state_free_all() rather than sr_state_free() | teor | |
sr_state_free() was renamed to sr_state_free_all() between 0.2.9 and 0.3.3. Part of 29599. | |||
2019-02-27 | Merge branch 'bug29599_029' into bug29599_033 | teor | |
2019-02-27 | test/shared-random: Stop leaking shared random state in the unit tests | teor | |
Stop leaking parts of the shared random state in the shared-random unit tests. Fixes bug 29599; bugfix on 0.2.9.1-alpha. | |||
2019-02-27 | Merge branch 'maint-0.3.3' into maint-0.3.4 | teor | |
2019-02-27 | Merge branch 'maint-0.2.9' into maint-0.3.3 | teor | |
2019-02-21 | Bump to 0.3.4.11-dev | Nick Mathewson | |
2019-02-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
"ours" to avoid version bump | |||
2019-02-21 | Bump to 0.3.3.12-dev | Nick Mathewson | |
2019-02-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-02-21 | kist: Don't write above the highwater outbuf mark | David Goulet | |
KIST works by computing how much should be allowed to write to the kernel for a given socket, and then it writes that amount to the outbuf. The problem is that it could be possible that the outbuf already has lots of data in it from a previous scheduling round (because the kernel is full/busy and Tor was not able to flush the outbuf yet). KIST ignores that the outbuf has been filling (is above its "highwater") and writes more anyway. The end result is that the outbuf length would exceed INT_MAX, hence causing an assertion error and a corresponding "Bug()" message to get printed to the logs. This commit makes it for KIST to take into account the outbuf length when computing the available space. Bug found and patch by Rob Jansen. Closes #29168. TROVE-2019-001. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-02-21 | Bump to 0.3.4.11 | Nick Mathewson | |
2019-02-21 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-02-21 | Update to 0.3.3.12 | Nick Mathewson | |
2019-02-19 | Fix a compiler warning on OpenBSD | Kris Katterjohn | |
malloc_options needs to be declared extern (and declaring it extern means we need to initialize it separately) Fixes bug 29145; bugfix on 0.2.9.3-alpha Signed-off-by: Kris Katterjohn <katterjohn@gmail.com> | |||
2019-02-12 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-02-12 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2019-02-12 | Update geoip and geoip6 to the February 5 2019 database. | Karsten Loesing | |
2019-02-05 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Roger Dingledine | |
2019-02-01 | Update Cargo.lock with new comment; suppress 29244. | Nick Mathewson | |
2019-01-23 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-01-23 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
"ours" merge to avoid dropping non-broken changes files after removal of merged 0.2.9 changes files. | |||
2019-01-23 | maint-0.2.9: remove changes files that are merged in 0.2.9 releases | Nick Mathewson | |
Many of these files cause check-changes to fail, which will be a long-term problem as we continue to support 0.2.9. | |||
2019-01-18 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2019-01-18 | Merge branch 'maint-0.2.9' into maint-0.3.3 | Nick Mathewson | |
2019-01-10 | rend: stop warning when clients send multiple rend establish cells | teor | |
Stop logging "Tried to establish rendezvous on non-OR circuit..." as a warning. Instead, log it as a protocol warning, because there is nothing that relay operators can do to fix it. Fixes bug 29029; bugfix on 0.2.5.7-rc. | |||
2019-01-08 | stats: Make PaddingStatistics depend on ExtraInfoStatistics | teor | |
When ExtraInfoStatistics is 0, stop including PaddingStatistics in relay and bridge extra-info documents. Fixes bug 29017; bugfix on 0.3.1.1-alpha. | |||
2019-01-07 | Update to 0.3.4.10-dev | Nick Mathewson | |
2019-01-07 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
"Ours" to avoid version bump. | |||
2019-01-07 | Update to 0.3.3.3.11-dev | Nick Mathewson | |
2019-01-07 | Bump to 0.3.4.10 | Nick Mathewson | |
2019-01-07 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
"ours" merge to avoid version bump. | |||
2019-01-07 | Bump to 0.3.3.11 | Nick Mathewson | |
2019-01-07 | Merge branch 'maint-0.3.3' into maint-0.3.4 | 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 | |