aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2021-12-16doc: Update ReleasingTor.md with missing stepsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-12-16doc: Improve a bit the ReleasingTor.mdDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-08Merge remote-tracking branch 'tor-gitlab/mr/479' into mainAlexander Færøy
2021-11-03Merge branch 'maint-0.4.6'David Goulet
2021-11-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-03Merge branch 'tor-gitlab/mr/477' into maint-0.4.5David Goulet
2021-11-03relay: Don't allow DirPort on non-IPv4David 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-03Merge branch 'maint-0.4.6'David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-03Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2021-11-03Merge branch 'maint-0.3.5' into maint-0.4.5David Goulet
2021-11-03shellcheck: Make it happy on couple scriptsDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-02doc: Brand new ReleasingTor.mdDavid Goulet
Closes #40508 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-11-02Merge remote-tracking branch 'tor-gitlab/mr/474' into mainAlexander Færøy
2021-11-02Merge branch 'maint-0.4.6' into mainAlexander Færøy
2021-11-02Add missing ponctuation.Alexander Færøy
2021-11-02man: Missing OverloadStatistics option in tor.1David Goulet
Closes #40504 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-29Merge branch 'maint-0.4.5' into maint-0.4.6David Goulet
2021-10-28release: Patches to make tarball reproducibleAlexander Færøy
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-28release: Patches to make tarball reproducibleAlexander Færøy
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-28release: Patches to make tarball reproducibleAlexander Færøy
Closes #26299 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-24fetch missing bridge descriptors without delayRoger Dingledine
Without this change, if we have a working bridge, and we add a new bridge, we will schedule the fetch attempt for that new bridge descriptor for three hours(!) in the future. This change is especially needed because of bug #40396, where if you have one working bridge and one bridge whose descriptor you haven't fetched yet, your Tor will stall until you have successfully fetched that new descriptor -- in this case for hours. In the old design, we would put off all further bridge descriptor fetches once we had any working bridge descriptor. In this new design, we make the decision per bridge based on whether we successfully got *its* descriptor. To make this work, we need to also call learned_bridge_descriptor() every time we get a bridge descriptor, not just when it's a novel descriptor. Fixes bug 40396. Also happens to fix bug 40495 (redundant descriptor fetches for every bridge) since now we delay fetches once we succeed. A side effect of this change is that if we have any configured bridges that *aren't* working, we will keep trying to fetch their descriptors on the modern directory retry schedule -- every couple of seconds for the first half minute, then backing off after that -- which is a lot faster than before.
2021-10-21Merge branch 'tor-gitlab/mr/452_squashed' into mainAlexander Færøy
2021-10-21Prop335: Changes file and manual entries.Nick Mathewson
Closes #40448.
2021-10-21Merge branch 'maint-0.4.5' into maint-0.4.6Alexander Færøy
2021-10-14Merge remote-tracking branch 'tor-gitlab/mr/432' into mainAlexander Færøy
2021-10-06Remove last artifacts of Rust related codeDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-10-06rust: Remove Rust support from treeDavid Goulet
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-09-16Merge remote-tracking branches 'tor-gitlab/mr/439' and 'tor-gitlab/mr/441'Nick Mathewson
2021-09-15Update Tor's man 1 pageskaluzka
Add few missing periods, convert tabs to spaces. No new significant content added. Signed-off-by: skaluzka <skaluzka@protonmail.com>
2021-09-14tor.1 man page: Add mention of fingerprint-ed25519, and clarify differencesNeel Chauhan
2021-09-09man: Detail onion service DDoS mitigation measureDavid Goulet
Move the options into the DDoS section with a series of explanations. Closes #40456 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-09-08Clear asciidoc-helper.sh syntaxskaluzka
Remove all unnecessary ";" characters at the end of several lines. Align all indentations to 4 spaces. Update console messages related to XML_CATALOG_FILES and .bashrc file. Signed-off-by: skaluzka <skaluzka@protonmail.com>
2021-07-28Merge branch 'vanguards-lite-dev-rebased'George Kadianakis
2021-07-23Correct another ReleasingTor.md issueNick Mathewson
2021-07-23Update ReleasingTor.md to reflect current practiceNick Mathewson
2021-07-12Add a switch to toggle the feature on/offGeorge Kadianakis
2021-06-14Merge remote-tracking branch 'tor-gitlab/mr/338'Nick Mathewson
2021-06-07Add links to original design paper and anonbibEmily Bones
Closes #33742
2021-06-07Add a checklist to releasingtor.mdNick Mathewson
2021-05-25Rewrite documentation on primary branch usage for Tor.git.Alexander Færøy
This patch is part of a series of patches where we try to change our primary branch name of tor.git from master to main. See: tpo/core/team#2
2021-05-11Make MinTimeToReportBandwidth a testing-only option (and rename it)Nick Mathewson
2021-03-28Add long format name --torrc-file for command line option -f. #40324Daniel Pinto
2021-03-23man: HiddenServiceStatistics applies for bridgesDavid Goulet
Closes #40346 Signed-off-by: David Goulet <dgoulet@torproject.org>
2021-03-23Merge branch 'tor-gitlab/mr/342'David Goulet
2021-03-22manpage:Move BridgeRecordUsageByCountry to statistics sectionNick Mathewson
patch from cypherpunks; closes #40323
2021-03-22Improve the man page entry for Address.George Kadianakis
Fixes bug #40296 .
2021-03-19Move ServerTransport* options to 'Server Options' section.Nick Mathewson
Patch from 'cypherpunks'. Closes #40331.
2021-03-19Link to bridges.torproject.org/info in BridgeDistribution entry.Nick Mathewson
This incorporates a suggestion from cypherpunks on #40321 Closes #40321.
2021-03-17Merge branch 'tor-gitlab/mr/337'David Goulet
2021-03-17Add a DormantTimeoutEnabled to disable dormant mode entirelyNick Mathewson
(If you need to do this in an older version you can just set DormantClientTimeout to something huge.) Closes #40228.