Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-12 | Merge remote-tracking branch 'tor-github/pr/1728/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-12 | changes file for ticket 33188 | Taylor Yu | |
2020-02-12 | Merge remote-tracking branch 'tor-github/pr/1725' into maint-0.4.3 | teor | |
2020-02-12 | hs-v3: Remove BUG() that can occur normally | David Goulet | |
Fixes #28992 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-11 | Merge remote-tracking branch 'tor-github/pr/1716/head' into maint-0.4.3 | Nick Mathewson | |
2020-02-10 | changes file for ticket 33213 | Taylor Yu | |
2020-02-10 | start on 0.4.3.2-alpha changelog | Nick Mathewson | |
2020-02-10 | Merge branch 'bug33104_041' | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.1' into maint-0.4.2 | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.4.0' into maint-0.4.1 | Nick Mathewson | |
2020-02-10 | Merge branch 'maint-0.3.5' into maint-0.4.0maint-0.4.0 | Nick Mathewson | |
2020-02-10 | Fix a Rust compilation warning; resolve bug 33212. | Nick Mathewson | |
2020-02-10 | Merge remote-tracking branch 'tor-github/pr/1711' | Nick Mathewson | |
2020-02-07 | changes file for tickets 32928, 32929 | Taylor Yu | |
2020-02-06 | Merge branch 'bug33103' | Nick Mathewson | |
2020-02-06 | Merge remote-tracking branch 'public/practracker_regen_overbroad_2' | Nick Mathewson | |
2020-02-06 | hs-v3: Remove descriptor when we remove client authorization | David Goulet | |
When the ONION_CLIENT_AUTH_REMOVE command is given to tor, now also remove the descriptor associated with the client authorization credentials. Fixes #33148 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-05 | Fix a memory leak in handling GETINFO. | Nick Mathewson | |
Fixes bug 33103; bugfix on 0.4.3.1-alpha. | |||
2020-02-06 | Merge branch 'pr1701-fix-typo' | teor | |
2020-02-06 | configure: Fix and improve summary pretty printing | David Goulet | |
Fixes #32230 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-02-04 | Merge branch 'tor-github/pr/1704' | George Kadianakis | |
2020-02-04 | Merge branch 'tor-github/pr/1700' | George Kadianakis | |
2020-02-03 | practracker: add a --regen-overbroad option to remove overbroad exceptions. | Nick Mathewson | |
Closes ticket 32372. | |||
2020-02-03 | hs-v3: Purge ephemeral client auth on NEWNYM | David Goulet | |
Fixes #33139. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-01-30 | Merge branch 'tor-github/pr/1692' | David Goulet | |
2020-01-30 | Merge branch 'tor-github/pr/1697' | David Goulet | |
2020-01-30 | hs-v2: Turn logs into protocol warning | David Goulet | |
All of those can be triggered remotely so change them to protocol warnings. Fixes #32706 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-01-30 | Merge branch 'bug32673_035' | Nick Mathewson | |
2020-01-30 | Merge branch 'bug33093_logging_035' | Nick Mathewson | |
2020-01-30 | Do not set "once" when calling tor_bug_occurred_ from BUG(). | Nick Mathewson | |
The "once" flag makes tor_bug_occurred_() say that future instances of the warning will be suppressed -- but that's not something that BUG() does. Fixes bug 33095; bugfix on 0.4.1.1-alpha. | |||
2020-01-30 | Rewrite control_event_signal() to use signal_table. | Nick Mathewson | |
When we added the ACTIVE and DORMANT virtual signals, we taught the signal command to handle them, but we didn't teach SIGNAL event to report them. To solve this problem and prevent it from recurring, this patch revises the implementation of control_event_signal() to use the same signal_table that handle_control_signal() uses. This way, the two controller commands can't become out of sync. Fixes bug 33104; bugfix on 0.4.0.1-alpha. | |||
2020-01-30 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2020-01-30 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2020-01-30 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2020-01-30 | Merge remote-tracking branch 'tor-github/pr/1634' into maint-0.4.1 | teor | |
2020-01-30 | Merge remote-tracking branch 'tor-github/pr/1614' into maint-0.3.5 | teor | |
2020-01-29 | buf_read_from_tls: Return ERROR_MISC, not WANTWRITE, on BUG(). | Nick Mathewson | |
Fixes bug 32673; bugfix on 0.3.0.4-alpha. We introduced these checks in ee5471f9aab5526 to help diagnose 21369, but we used "-1" when "TOR_TLS_ERROR_MISC" would have been correct. Found by opara. I don't think that this is actually getting triggered in the wild, but if it were, it could cause nasty behavior: spurious WANTREAD/WANTWRITE returns have a way of turning into CPU-eating busy-loops. | |||
2020-01-29 | Change BUG() messages in buf_flush_to_tls() to IF_BUG_ONCE() | Nick Mathewson | |
We introduced these BUG() checks in b0ddaac07428a06 to prevent a recurrence of bug 23690. But there's a report of the BUG() message getting triggered and filling up the disk. Let's change it to IF_BUG_ONCE(). Fixes bug 33093; bugfix on 0.3.2.2-alpha. | |||
2020-01-29 | changes: file for 33091 | teor | |
2020-01-28 | Merge remote-tracking branch 'tor-github/pr/1680' | Nick Mathewson | |
2020-01-28 | Merge remote-tracking branch 'tor-github/pr/1689' | Nick Mathewson | |
2020-01-28 | Travis: Stop allowing stem test failures | teor | |
Stop allowing failures on the Travis CI stem tests job. It looks like all the stem hangs we were seeing are now fixed, but let's make sure we see them if they happen again. Closes ticket 33075. | |||
2020-01-24 | changes file for ticket 33039 | Taylor Yu | |
2020-01-22 | Merge branch 'tor-github/pr/1677' | David Goulet | |
2020-01-22 | Lower log level of standard error messages from PT's. | Alexander Færøy | |
This patch lowers the log level of error messages from PT processes from warning to debug. See: https://bugs.torproject.org/33005 | |||
2020-01-22 | Add changes file | rl1987 | |
2020-01-21 | Initial incorporation of 0.4.3.x changelogs. | Nick Mathewson | |
2020-01-21 | Remove changes files that already appeared in 0.4.2.5 | Nick Mathewson | |
2020-01-20 | Merge branch 'tor-github/pr/1675' | David Goulet | |