Commit Graph

10641 Commits

Author SHA1 Message Date
David Goulet a092579e48 release: ChangeLog and ReleaseNotes for 0.4.8.13
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-10-24 10:37:06 -04:00
David Goulet 0be3befd6c Merge branch 'maint-0.4.8' into release-0.4.8 2024-10-24 10:33:30 -04:00
Tor CI Release 200e89ee69 fallbackdir: Update list generated on October 24, 2024 2024-10-24 10:32:45 -04:00
Tor CI Release dd9c6a4992 Update geoip files to match ipfire location db, 2024/10/24. 2024-10-24 10:30:55 -04:00
David Goulet cb2b4f5d5c Merge branch 'maint-0.4.8' into release-0.4.8 2024-10-16 09:05:33 -04:00
Roger Dingledine 7cca6dc1a3 don't build preemptive conflux circuits if no predicted ports
Conflux circuit building was ignoring the "predicted ports" feature,
which aims to make Tor stop building circuits if there have been
no user requests lately. This bug led to every idle Tor on the
network building and discarding circuits every 30 seconds, which
added overall load to the network, used bandwidth and battery from
clients that weren't actively using their Tor, and kept sockets open
on guards which added connection padding essentially forever.

Bug went in on commit 39c2927d when we added preemptive conflux circuit
pools.

Fixes bug 40981; bugfix on 0.4.8.1-alpha.
2024-10-15 15:59:25 -04:00
David Goulet d1eea43d93 Merge branch 'maint-0.4.8' into release-0.4.8 2024-10-10 09:55:56 -04:00
Waldemar Zimpel 6feaea8fa4 Fix: Memory leaks in cpuworker on shutdown
Resources allocated by cpuworker weren't being freed on clean shutdown.
This applies for worker threads, worker thread pool, reply queue, reply
event, ...
2024-10-10 09:55:46 -04:00
David Goulet 1b1b2b1a4a Merge branch 'maint-0.4.8' into release-0.4.8 2024-08-05 15:26:38 -04:00
David Goulet 93df26b11a dirvote: Fix memleak when computing consensus
Fixes #40966

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-08-05 11:59:30 -04:00
David Goulet f32b39236d Merge branch 'maint-0.4.8' into release-0.4.8 2024-06-18 15:19:12 -04:00
Alexander Færøy 3c8035b452 Add changes file for tpo/core/tor#11101. 2024-06-18 15:15:32 -04:00
Tor CI Release 9b0496f611 release: ChangeLog and ReleaseNotes for 0.4.8.12 2024-06-06 09:20:19 -04:00
David Goulet ca7b72a230 Merge branch 'maint-0.4.8' into release-0.4.8 2024-06-06 08:56:54 -04:00
Tor CI Release 31f8b43e2d fallbackdir: Update list generated on June 06, 2024 2024-06-06 08:45:09 -04:00
Tor CI Release 9b69c25d3a Update geoip files to match ipfire location db, 2024/06/06. 2024-06-06 08:44:54 -04:00
David Goulet 1c6720a035 Merge branch 'maint-0.4.8' into release-0.4.8 2024-05-30 12:30:44 -04:00
David Goulet 39ba9ce0d7 dirauth: Add new faravahar
Brand new address, brand new keys, brand new day.

Closes #40689

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-05-30 09:49:27 -04:00
David Goulet 927cd24a79 Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-29 16:02:12 -04:00
David Goulet bedc6a90d2 circuit: Remove log_warn triggered by a proto violation
Fixes #40932

Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-16 13:49:42 -04:00
David Goulet fa312de1ec Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-15 15:11:30 -04:00
David Goulet 29e3601c42 Merge branch 'tor-gitlab/mr/808' into maint-0.4.8 2024-04-15 15:11:16 -04:00
David Goulet 612b801ea5 conflux: Don't process a closed circuit on get packaged window
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-15 14:45:29 -04:00
David Goulet 269b4561a1 conflux: Avoid noting a cell was sent on a closed circuit
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-15 14:24:45 -04:00
David Goulet 101afb7ba2 release: ChangeLog and ReleaseNotes for 0.4.8.11
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-10 13:04:50 -04:00
David Goulet 32a0a31fea Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-10 12:59:04 -04:00
Tor CI Release 461679e8c0 fallbackdir: Update list generated on April 10, 2024 2024-04-10 12:58:56 -04:00
Tor CI Release 3064d57712 Update geoip files to match ipfire location db, 2024/04/10. 2024-04-10 12:58:51 -04:00
David Goulet 406fb26dae Merge branch 'maint-0.4.8' into release-0.4.8 2024-04-09 09:23:47 -04:00
David Goulet e3e4fa35e8 dirauth: New keys and address for tor26
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-04-08 10:57:29 -04:00
Alexander Færøy 376df0f1c4 Merge branch 'maint-0.4.8' into release-0.4.8 2024-02-28 16:52:56 +00:00
Sebastian Hahn 6b665f25e2 Try to appease the changefile format checker 2024-02-06 19:52:44 +01:00
Sebastian Hahn bbf8f0f1fb Add a changes file 2024-02-01 16:45:58 +01:00
David Goulet 587c78387f Merge branch 'maint-0.4.8' into release-0.4.8 2024-01-30 10:56:42 -05:00
David Goulet fbca1df9dd dirauth: Reject 0.4.7.x series at the authority level
Signed-off-by: David Goulet <dgoulet@torproject.org>
2024-01-30 10:56:16 -05:00
David Goulet 06ab4d1ac1 Merge branch 'maint-0.4.8' into release-0.4.8 2024-01-30 10:49:30 -05:00
juga 56819b0a50 bwauth: Allow "node_id" KeyValue without "$"
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 10:47:13 -05:00
Tor CI Release c4f75f49f2 release: ChangeLog and ReleaseNotes for 0.4.8.10 2023-12-08 13:48:02 -05:00
David Goulet 0d3aa8a691 Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-08 13:45:36 -05:00
Tor CI Release 4c97dc1626 fallbackdir: Update list generated on December 08, 2023 2023-12-08 13:45:00 -05:00
Tor CI Release ad22b60ff1 Update geoip files to match ipfire location db, 2023/12/08. 2023-12-08 13:44:45 -05:00
David Goulet a3f4486d7f Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-08 13:26:16 -05:00
David Goulet 6fbbcdde35 Merge remote-tracking branch 'mikeperry-private/bug40897' into maint-0.4.8 2023-12-08 13:19:40 -05:00
Alexander Færøy 8255139694 Merge branch 'maint-0.4.8' into release-0.4.8 2023-12-07 21:38:32 +00:00
Alexander Færøy 1b1f6e8574 Merge remote-tracking branch 'origin/merge-requests/776' into maint-0.4.8 2023-12-07 21:38:03 +00:00
Mike Perry 97b4264f39 Bug 40897: Changes file 2023-12-07 18:54:51 +00:00
trinity-1686a 1291d2fca7 update changes file with correct introduced version 2023-12-06 17:42:41 +01:00
Tor CI Release b645e95a38 release: ChangeLog and ReleaseNotes for 0.4.8.9 2023-11-09 09:35:38 -05:00
David Goulet 1eccfbdcc4 Merge branch 'maint-0.4.8' into release-0.4.8 2023-11-09 09:24:22 -05:00
Tor CI Release 825aa705b1 fallbackdir: Update list generated on November 09, 2023 2023-11-09 09:23:59 -05:00