Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | Merge branch 'maint-0.4.8' into release-0.4.8tor-0.4.8.12 | David Goulet | |
2024-06-06 | version: Bump version to 0.4.8.12 | Tor CI Release | |
2024-06-06 | release: ChangeLog and ReleaseNotes for 0.4.8.12 | Tor CI Release | |
2024-06-06 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-06-06 | fallbackdir: Update list generated on June 06, 2024 | Tor CI Release | |
2024-06-06 | Update geoip files to match ipfire location db, 2024/06/06. | Tor CI Release | |
2024-05-30 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-05-30 | Update OverloadStatistics to match prop 328 | Georg Koppen | |
Closes: #40940. | |||
2024-05-30 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-05-30 | Merge branch 'ticket40689_048_01' into maint-0.4.8 | David Goulet | |
2024-05-30 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-05-30 | scripts: Fix Python3 warnings | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-05-30 | dirauth: Add new faravahar | David Goulet | |
Brand new address, brand new keys, brand new day. Closes #40689 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-04-30 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-30 | Fix typo in tor-relays list address | hiro | |
2024-04-29 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-16 | circuit: Remove log_warn triggered by a proto violation | David Goulet | |
Fixes #40932 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-04-15 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-15 | Merge branch 'tor-gitlab/mr/808' into maint-0.4.8 | David Goulet | |
2024-04-15 | conflux: Don't process a closed circuit on get packaged window | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-04-15 | conflux: Avoid noting a cell was sent on a closed circuit | David Goulet | |
It turns out that circuit_package_relay_cell() returns 0 in order to drop a cell but there is a code path, if the circuit queue is full, that also silently closes the circuit and returns 0. This lead to Conflux thinking a cell was sent but actually the cell was not and the circuit was closed leading to the hard assert. And so this function makes sure that circuit_package_relay_cell() and append_cell_to_circuit_queue() returns a value that indicate what happened with the cell and circuit so the caller can make an informed decision with it. This change makes it that we do NOT enter the Conflux subsystem if the cell is not queued on the circuit. Fixes #40921 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-04-10 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-10 | version: Bump version to 0.4.8.11-dev | Tor CI Release | |
2024-04-10 | Merge branch 'maint-0.4.8' into release-0.4.8tor-0.4.8.11 | David Goulet | |
2024-04-10 | version: Bump version to 0.4.8.11 | Tor CI Release | |
2024-04-10 | release: ChangeLog and ReleaseNotes for 0.4.8.11 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-04-10 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-10 | fallbackdir: Update list generated on April 10, 2024 | Tor CI Release | |
2024-04-10 | Update geoip files to match ipfire location db, 2024/04/10. | Tor CI Release | |
2024-04-09 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-04-08 | dirauth: New keys and address for tor26 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2024-02-28 | Merge branch 'maint-0.4.8' into release-0.4.8 | Alexander Færøy | |
2024-02-06 | Try to appease the changefile format checker | Sebastian Hahn | |
2024-02-01 | Update test strings | Sebastian Hahn | |
2024-02-01 | Add a changes file | Sebastian Hahn | |
2024-02-01 | dirauth: Warn when failing to post during a vote | Sebastian Hahn | |
The only way to figure out that posting a vote or signatures to another dirauth failed is by counting how many success messages there are on notice level, and noticing that it is fewer than the number of configured dirauths. Closes #40910. | |||
2024-01-30 | Merge branch 'maint-0.4.8' into release-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 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
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-09 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2024-01-09 | add release note and changelog entry for #40819 | trinity-1686a | |
2023-12-08 | Merge branch 'maint-0.4.8' into release-0.4.8 | David Goulet | |
2023-12-08 | version: Bump version to 0.4.8.10-dev | Tor CI Release | |
2023-12-08 | Merge branch 'maint-0.4.8' into release-0.4.8tor-0.4.8.10 | David Goulet | |
2023-12-08 | version: Bump version to 0.4.8.10 | Tor CI Release | |
2023-12-08 | release: ChangeLog and ReleaseNotes for 0.4.8.10 | Tor CI Release | |
2023-12-08 | Merge branch 'maint-0.4.8' into release-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 | |