Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-03 | Update man page on client auth revocation (#40418) | Silvio Rhatto | |
Revoking an Onion Service key does work with SIGHUP now. The manual page is updated to reflect this change. | |||
2022-04-27 | doc: Clarify the release process for a first stable | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-27 | version: Bump version to 0.4.8.0-alpha-devtor-0.4.8.0-alpha-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-27 | version: Bump to 0.4.7.7-dev | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-27 | ci: Add 0.4.7 series to scripts and CI | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-27 | version: Bump version to 0.4.7.7tor-0.4.7.7 | Tor CI Release | |
2022-04-27 | release: ChangeLog and ReleaseNotes for 0.4.7.7 | Tor CI Release | |
2022-04-27 | fallbackdir: Update list generated on April 27, 2022 | Tor CI Release | |
2022-04-27 | Update geoip files to match ipfire location db, 2022/04/27. | Tor CI Release | |
2022-04-26 | Changes file for bug40598 | Mike Perry | |
2022-04-26 | Bug 40598: Demote warn log about odd path lengths with congestion control. | Mike Perry | |
2022-04-14 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-04-14 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-04-14 | Merge branch 'tor-gitlab/mr/491' into maint-0.4.5 | David Goulet | |
2022-04-14 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-04-14 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-04-14 | Merge branch 'tor-gitlab/mr/497' into maint-0.4.5 | David Goulet | |
2022-04-14 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-04-07 | doc: Minor changes to the Releasing doc | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-07 | version: Bump version to 0.4.7.6-rc-dev | Tor CI Release | |
2022-04-07 | version: Bump version to 0.4.7.6-rctor-0.4.7.6-rc | Tor CI Release | |
2022-04-07 | release: ChangeLog and ReleaseNotes for 0.4.7.6-rc | Tor CI Release | |
2022-04-07 | fallbackdir: Update list generated on April 07, 2022 | Tor CI Release | |
2022-04-07 | Update geoip files to match ipfire location db, 2022/04/07. | Tor CI Release | |
2022-04-04 | Merge branch 'tor-gitlab/mr/557' | David Goulet | |
2022-03-31 | document running_long_enough_to_decide_unreachable() | Roger Dingledine | |
It came as a surprise that Serge, the bridge authority, omits the Running flag for all bridges in its first 30 minutes after a restart: https://bugs.torproject.org/tpo/anti-censorship/rdsys/102 The fix we're doing for now is to accept it as correct behavior in Tor, and change all the supporting tools to be able to handle bridge networkstatus docs that have no Running bridges. I'm documenting it here inside Tor too so the next person might not be so surprised. | |||
2022-03-29 | test: Unit tests for overload onionskin ntor | David Goulet | |
Part of #40560 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-29 | rephist: Introduce a fraction and period for overload onionskin | David Goulet | |
This code was heavily reused from the previous DNS timeout work done in ticket #40491 that was removed afterall from our code. Closes #40560 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-28 | ci: print test_network_log contents | Alex Xu (Hello71) | |
cat will always print "cat: test_network_log: Is a directory". change it to head -n -0, which is arguably not the perfect format but is at least somewhat useful. | |||
2022-03-28 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-03-28 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-03-28 | Merge branch 'tor-gitlab/mr/556' into maint-0.4.5 | David Goulet | |
2022-03-27 | Sandbox: Permit the clone3 system call | Nick Mathewson | |
Apparently glibc-2.34 uses clone3, when previously it just used clone. Closes ticket #40590. | |||
2022-03-25 | version: Bump version to 0.4.7.5-alpha-dev | Tor CI Release | |
2022-03-25 | version: Bump version to 0.4.7.5-alphator-0.4.7.5-alpha | Tor CI Release | |
2022-03-25 | release: ChangeLog and ReleaseNotes for 0.4.7.5-alpha | Tor CI Release | |
2022-03-25 | fallbackdir: Update list generated on March 25, 2022 | Tor CI Release | |
2022-03-25 | Update geoip files to match ipfire location db, 2022/03/25. | Tor CI Release | |
2022-03-24 | Light editing to changes entries for 0.4.7.5-alpha | Nick Mathewson | |
2022-03-16 | Merge branch 'tor-gitlab/mr/550' | David Goulet | |
2022-03-16 | Merge branch 'tor-gitlab/mr/548' | David Goulet | |
2022-03-16 | hs: Helper function to setup congestion control | David Goulet | |
We had 3 callsites setting up the circuit congestion control and so this commit consolidates all 3 calls into 1 function. Related to #40586 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-16 | hs: Transfer ccontrol from circuit to cpath | David Goulet | |
Once the cpath is finalized, e2e encryption setup, transfer the ccontrol from the rendezvous circuit to the cpath. This allows the congestion control subsystem to properly function for both upload and download side of onion services. Closes #40586 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-16 | dns: Remove reachable BUG() | David Goulet | |
Fixes #40587 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-16 | Merge branch 'tor-gitlab/mr/490' | David Goulet | |
2022-03-16 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-03-16 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-03-16 | Merge branch 'tor-gitlab/mr/533' into maint-0.4.5 | David Goulet | |
2022-03-15 | relay: Reconfigure libevent options only on DNS params change | David Goulet | |
Related #40312 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-15 | relay: On new consensus, reconfigure DNS nameservers | David Goulet | |
This applies only for relays. Previous commit adds two new consensus parameters that dictate how libevent is configured with DNS resolution. And so, with a new consensus, we now look at those values in case they ever change. Without this, Exit relay would have to HUP or restart to apply any new Exit DNS consensus parameters. Related to #40312 Signed-off-by: David Goulet <dgoulet@torproject.org> |