Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-10-24 | fetch missing bridge descriptors without delay | Roger 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-21 | Merge branch 'tor-gitlab/mr/452_squashed' into main | Alexander Færøy | |
2021-10-21 | Prop335: Changes file and manual entries. | Nick Mathewson | |
Closes #40448. | |||
2021-10-21 | Merge branch 'maint-0.4.5' into maint-0.4.6 | Alexander Færøy | |
2021-10-14 | Merge remote-tracking branch 'tor-gitlab/mr/432' into main | Alexander Færøy | |
2021-10-06 | Remove last artifacts of Rust related code | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-10-06 | rust: Remove Rust support from tree | David Goulet | |
Closes #40469 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-09-16 | Merge remote-tracking branches 'tor-gitlab/mr/439' and 'tor-gitlab/mr/441' | Nick Mathewson | |
2021-09-15 | Update Tor's man 1 page | skaluzka | |
Add few missing periods, convert tabs to spaces. No new significant content added. Signed-off-by: skaluzka <skaluzka@protonmail.com> | |||
2021-09-14 | tor.1 man page: Add mention of fingerprint-ed25519, and clarify differences | Neel Chauhan | |
2021-09-09 | man: Detail onion service DDoS mitigation measure | David 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-08 | Clear asciidoc-helper.sh syntax | skaluzka | |
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-28 | Merge branch 'vanguards-lite-dev-rebased' | George Kadianakis | |
2021-07-23 | Correct another ReleasingTor.md issue | Nick Mathewson | |
2021-07-23 | Update ReleasingTor.md to reflect current practice | Nick Mathewson | |
2021-07-12 | Add a switch to toggle the feature on/off | George Kadianakis | |
2021-06-14 | Merge remote-tracking branch 'tor-gitlab/mr/338' | Nick Mathewson | |
2021-06-07 | Add links to original design paper and anonbib | Emily Bones | |
Closes #33742 | |||
2021-06-07 | Add a checklist to releasingtor.md | Nick Mathewson | |
2021-05-25 | Rewrite 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-11 | Make MinTimeToReportBandwidth a testing-only option (and rename it) | Nick Mathewson | |
2021-03-28 | Add long format name --torrc-file for command line option -f. #40324 | Daniel Pinto | |
2021-03-23 | man: HiddenServiceStatistics applies for bridges | David Goulet | |
Closes #40346 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2021-03-23 | Merge branch 'tor-gitlab/mr/342' | David Goulet | |
2021-03-22 | manpage:Move BridgeRecordUsageByCountry to statistics section | Nick Mathewson | |
patch from cypherpunks; closes #40323 |