Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-10 | hs_pow: Rate limited dequeue | Micah Elizabeth Scott | |
This adds a token bucket ratelimiter on the dequeue side of hs_pow's priority queue. It adds config options and docs for those options. (HiddenServicePoWQueueRate/Burst) I'm testing this as a way to limit the overhead of circuit creation when we're experiencing a flood of rendezvous requests. Signed-off-by: Micah Elizabeth Scott <beth@torproject.org> | |||
2023-05-10 | manpage: document HiddenServicePoWDefensesEnabled option | Micah Elizabeth Scott | |
Signed-off-by: Micah Elizabeth Scott <beth@torproject.org> | |||
2023-04-06 | Prop#329 params: Consensus parameter and torrc handling | Mike Perry | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2023-01-19 | doc: Add tpo website update to ReleasingTor.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-12-16 | Fix typos | Dimitris Apostolou | |
2022-11-01 | Merge branch 'tor-gitlab/mr/594' | David Goulet | |
2022-10-26 | Merge branch 'tor-gitlab/mr/585' | David Goulet | |
2022-09-28 | Update doc/man/tor.1.txt | Andy | |
2022-08-12 | doc: Add git merge detail in release document | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-08-11 | doc: Improve ReleasingTor.md and fix announcement ML | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-08-09 | Merge branch 'maint-0.4.7' | David Goulet | |
2022-08-09 | man: Fix typo for AuthDirMiddleOnly option | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-08-09 | dirauth: Make voting flag threshold tunable via torrc | David Goulet | |
Remove UPTIME_TO_GUARANTEE_STABLE, MTBF_TO_GUARANTEE_STABLE, TIME_KNOWN_TO_GUARANTEE_FAMILIAR WFU_TO_GUARANTEE_GUARD and replace each of them with a tunnable torrc option. Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-08-04 | dirauth: Add a AuthDirVoteGuard to pin Guard flags | David Goulet | |
Related to #40652 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-06-23 | Remove unused RendPostPeriod option | Neel Chauhan | |
2022-06-16 | Fix the name of AuthDirMiddleOnly in the manpage. | Nick Mathewson | |
2022-06-16 | Fix `check-docs` to avoid false-positives on missing anchors. | Nick Mathewson | |
Also add an anchor for the second ClientTranportPlugin instance. See #40339. This doesn't need a changes file because it isn't user-facing. | |||
2022-06-06 | doc/include.am: fix EXTRA_DIST | Alex Xu (Hello71) | |
2022-05-24 | Merge branch 'tor-gitlab/mr/567' | David Goulet | |
2022-05-24 | Merge branch 'tor-gitlab/mr/566' | David Goulet | |
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 | Remove broken MSVC support | Alex Xu (Hello71) | |
MSVC compilation has been broken since at least 1e417b727502 ("All remaining files in src/common belong to the event loop.") deleted src/common/Makefile.nmake in 2018. | |||
2022-04-27 | doc: Clarify the release process for a first stable | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-04-26 | doc: fix out-of-tree build from git | Alex Xu (Hello71) | |
2022-04-07 | doc: Minor changes to the Releasing doc | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-01-25 | Merge remote-tracking branch 'tor-gitlab/mr/506' into main | Alexander Færøy | |
2022-01-24 | doc: More clarification of the release process steps | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-01-24 | Try to clarify maint vs release issues on ReleasingTor.md | Nick Mathewson | |
I've tried to clarify what happens on "maint" vs what happens on "release". I'm not sure I've got it right wrt the patches generated by the scripts, though, so please review carefully and second-guess everything I'm saying here. :) | |||
2022-01-06 | Add missing "Tor Project, Inc." to man files | skaluzka | |
Signed-off-by: skaluzka <skaluzka@protonmail.com> | |||
2021-12-16 | doc: One more poings in ReleasingTor.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-12-16 | doc: Update ReleasingTor.md with missing steps | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-12-16 | doc: Improve a bit the ReleasingTor.md | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-08 | Merge remote-tracking branch 'tor-gitlab/mr/479' into main | Alexander Færøy | |
2021-11-03 | Merge branch 'maint-0.4.6' | David Goulet | |
2021-11-03 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'tor-gitlab/mr/477' into maint-0.4.5 | David Goulet | |
2021-11-03 | relay: Don't allow DirPort on non-IPv4 | David Goulet | |
Our code doesn't allow it and so this prevents an assert() crash if the DirPort is for instance IPv6 only. Fixes #40494 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'maint-0.4.6' | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-03 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-11-03 | Merge branch 'maint-0.3.5' into maint-0.4.5 | David Goulet | |
2021-11-03 | shellcheck: Make it happy on couple scripts | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-02 | doc: Brand new ReleasingTor.md | David Goulet | |
Closes #40508 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-11-02 | Merge remote-tracking branch 'tor-gitlab/mr/474' into main | Alexander Færøy | |
2021-11-02 | Merge branch 'maint-0.4.6' into main | Alexander Færøy | |
2021-11-02 | Add missing ponctuation. | Alexander Færøy | |
2021-11-02 | man: Missing OverloadStatistics option in tor.1 | David Goulet | |
Closes #40504 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-29 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2021-10-28 | release: Patches to make tarball reproducible | Alexander Færøy | |
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | release: Patches to make tarball reproducible | Alexander Færøy | |
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-28 | release: Patches to make tarball reproducible | Alexander Færøy | |
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org> |