aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-26relay: Send DESTROY cell instead of TRUNCATED cellDavid Goulet
Note that with this commit, TRUNCATED cells won't be used anymore that is client and relays won't emit them. Fixes #40623 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-05-09Merge branch 'maint-0.4.6' into release-0.4.6Alexander Færøy
2022-05-09Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2022-05-09Add changes entry to tor!575.Alexander Færøy
See: tpo/core/tor#40601.
2022-05-09sandbox: Permit rseq syscall as wellpmu-ipf
This was found to be necessary in conjunction with glibc 2.35 on Linux. Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
2022-04-14Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-04-14Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-04-14Merge branch 'tor-gitlab/mr/491' into maint-0.4.5David Goulet
2022-04-14Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-04-14Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-04-14Merge branch 'tor-gitlab/mr/497' into maint-0.4.5David Goulet
2022-04-14Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-03-29test: Unit tests for overload onionskin ntorDavid Goulet
Part of #40560 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-03-29rephist: Introduce a fraction and period for overload onionskinDavid 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-28Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-03-28Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-28Merge branch 'tor-gitlab/mr/556' into maint-0.4.5David Goulet
2022-03-27Sandbox: Permit the clone3 system callNick Mathewson
Apparently glibc-2.34 uses clone3, when previously it just used clone. Closes ticket #40590.
2022-03-16Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-03-16Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-16Merge branch 'tor-gitlab/mr/533' into maint-0.4.5David Goulet
2022-03-10Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-03-10Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-10hs: Schedule mainloop event on dirinfo changeDavid Goulet
Due to a possible Guard subsystem recursion, when the HS client gets notified that the directory information has changed, it must run it in a seperate mainloop event to avoid such issue. See the ticket for more information on the recursion. This also fixes a fatal assert. Fixes #40579 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-03-09Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-03-09Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-03-08hs: Fix multiple port label on single metricDavid Goulet
Prometheus needs unique labels and so this bug was causing an onion service with multiple ports to have multiple "port=" label for the metrics requiring a port label. Fixes #40581 Signed-off-by: David Goulet <dgoulet@torproject.org>
2022-02-15Add CI triggers for Debian package buildsJérôme Charaoui
This enables on-demand debian packaging CI builds on maintenance branches, to replace (often unnecessary) daily scheduled builds.
2022-02-04Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-04version: Bump version to 0.4.6.10-devTor CI Release
2022-02-04Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-04version: Bump version to 0.4.5.12-devTor CI Release
2022-02-04release: ChangeLog and ReleaseNotes for 0.4.6.10tor-0.4.6.10Tor CI Release
2022-02-04Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-04version: Bump version to 0.4.6.10Tor CI Release
2022-02-04Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-04version: Bump version to 0.4.5.12Tor CI Release
2022-02-04Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-04Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-04fallbackdir: Update list generated on February 04, 2022Tor CI Release
2022-02-04Update geoip files to match ipfire location db, 2022/02/04.Tor CI Release
2022-02-04Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-04Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-04Update geoip files to match ipfire location db, 2021/12/15.Tor CI Release
2022-02-04Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-04Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-04fallbackdir: Update list generated on December 15, 2021Tor CI Release
2022-02-03Merge branch 'maint-0.4.6' into release-0.4.6David Goulet
2022-02-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2022-02-03hs: Double quote the metrics label valueDavid Goulet
Fixes #40552 Signed-off-by: David Goulet <dgoulet@torproject.org>