Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2024-01-30 | dirauth: Reject 0.4.7.x series at the authority level | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-01-30 | bwauth: Allow "node_id" KeyValue without "$" | juga | |
Allow "node_id" KeyValue without the dollar sign at the start of the hexdigit in the BandwidthFiles, in order to easier database queries combining Tor documents in which the relays fingerprint doesn't include it. Bugfix on all supported versions of Tor. Closes #40891 | |||
2024-01-30 | metrics: Add new relay metrics to MetricsPort | David Goulet | |
This commit adds the total number of DROP cell seen, the total number of DESTROY cell received and the total number of protocol violation that lead to a circuit close. Closes #40816 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-12-08 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-12-08 | fallbackdir: Update list generated on December 08, 2023 | Tor CI Release | |
2023-12-08 | Update geoip files to match ipfire location db, 2023/12/08. | Tor CI Release | |
2023-12-08 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-12-08 | Merge remote-tracking branch 'mikeperry-private/bug40897' into maint-0.4.8 | David Goulet | |
2023-12-07 | Merge branch 'maint-0.4.8' | Alexander Færøy | |
2023-12-07 | Merge remote-tracking branch 'origin/merge-requests/776' into maint-0.4.8 | Alexander Færøy | |
2023-12-07 | Bug 40897: Changes file | Mike Perry | |
2023-12-06 | update changes file with correct introduced version | trinity-1686a | |
2023-11-22 | Merge branch 'fix-bridge-exit-warn' into 'main' | David Goulet | |
Fix bridge exit warn Closes #40884 See merge request tpo/core/tor!783 | |||
2023-11-22 | Merge branch 'did-sanity-memmem' into 'main' | David Goulet | |
add sanity check in tor_memmem Closes #40854 See merge request tpo/core/tor!785 | |||
2023-11-21 | add changes entry | trinity-1686a | |
2023-11-21 | bwauth: Allow "node_id" KeyValue without "$" | juga | |
Allow "node_id" KeyValue without the dollar sign at the start of the hexdigit in the BandwidthFiles, in order to easier database queries combining Tor documents in which the relays fingerprint doesn't include it. Bugfix on all supported versions of Tor. Closes #40891 | |||
2023-11-21 | add changes file for sanity check on memmem | trinity-1686a | |
2023-11-09 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-11-09 | fallbackdir: Update list generated on November 09, 2023 | Tor CI Release | |
2023-11-09 | Update geoip files to match ipfire location db, 2023/11/09. | Tor CI Release | |
2023-11-09 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-11-09 | Merge branch 'ticket40883_048_01' into maint-0.4.8 | David Goulet | |
2023-11-09 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-11-09 | Merge branch 'tor-gitlab/mr/778' into maint-0.4.8 | David Goulet | |
2023-11-07 | hs: Fix assert in hs_metrics_update_by_ident() | David Goulet | |
The hs_metrics_failed_rdv() macro could pass a NULL value for the identity key when a building circuit would end up in a failure path *before* the "hs_ident" was able to be set which leading to this assert. This was introduced in 0.4.8.1-alpha with the addition of rendezvous circuit failure metrics for the MetricsPort. This fixes TROVE-2023-006 for which its severity is considered high. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-11-03 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-11-03 | Update geoip files to match ipfire location db, 2023/11/03. | Tor CI Release | |
2023-11-03 | fallbackdir: Update list generated on November 03, 2023 | Tor CI Release | |
2023-11-03 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-11-03 | Merge branch 'maint-0.4.7' into maint-0.4.8 | David Goulet | |
2023-11-03 | Fix TROVE-2023-004: Remote crash when compiled against OpenSSL | Alexander Færøy | |
Fixes #40874 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-11-01 | Bug 40876 changes file | Mike Perry | |
2023-10-30 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-10-30 | Changes file for bug 40878 | Mike Perry | |
2023-10-18 | add changes/ and man entries for stream dos mitigation | trinity-1686a | |
2023-10-18 | Merge branch 'ticket40870_048_02' into 'main' | David Goulet | |
conflux: Flag set as in full teardown in the free path Closes #40870 See merge request tpo/core/tor!777 | |||
2023-10-16 | conflux: Flag set as in full teardown in the free path | David Goulet | |
We suspect a shutdown race of some sort for which the full teardown is not noticed during the close but should be during the free. For that, we flag the conflux set as in full teardown (if so) in the free path in case the close path didn't caught it. Fixes #40870 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-10-12 | add change file | trinity-1686a | |
2023-10-12 | Merge branch 'eol-config' into 'main' | David Goulet | |
add configuration option to reject descriptor based on tor version Closes #40817 See merge request tpo/core/tor!773 | |||
2023-10-11 | changes: Add changes file for MR 760 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-10-11 | Fix the spelling of maxunmeasur(e)dbw. | Nick Mathewson | |
This has been misspelled when using consensus method 31 or later since 0.4.6.1-alpha. Fixes bug 40869. This commit is a backport of b9b0abd6c26d9b361923 to 0.4.8. | |||
2023-10-07 | fill manpage and add changes entry | trinity-1686a | |
2023-10-05 | Fix the spelling of maxunmeasur(e)dbw. | Nick Mathewson | |
This has been misspelled when using consensus method 31 or later since 0.4.6.1-alpha. Fixes bug 40869. | |||
2023-10-05 | Add a changes file for removing pre-32 consensus methods (#40835) | Nick Mathewson | |
2023-09-25 | Merge branch 'maint-0.4.8' | David Goulet | |
2023-09-25 | fallbackdir: Update list generated on September 25, 2023 | Tor CI Release | |
2023-09-25 | Update geoip files to match ipfire location db, 2023/09/25. | Tor CI Release | |
2023-09-25 | Merge branch 'ahf/40638' into 'main' | David Goulet | |
Handle ntor and ntor_v3 individually in rephist and for MetricsPort. Closes #40638 See merge request tpo/core/tor!767 | |||
2023-09-21 | Merge branch 'maint-0.4.8' | David Goulet | |