Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | dirauth: Add option AuthDirRejectRequestsUnderLoad | David Goulet | |
This controls the previous feature added that makes dirauth send back a 503 error code on non relay connections if under bandwidth pressure. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-25 | CodingStandards: Use consistent spacing | teor | |
* 2 newlines before ====== headers * 1 newline before ------ headers | |||
2019-11-25 | CodingStandards: Use the correct changes file format | teor | |
And remove a duplicate description of the format. Obviously correct changes to documentation. | |||
2019-10-23 | Remove outdated note. | Philipp Winter | |
BridgeDB supports bridge-distribution lines since version 0.5.0: <https://bugs.torproject.org/23957> | |||
2019-10-23 | clarify in man page: we count by powers of two | Roger Dingledine | |
Make clear in the man page, in both the bandwidth section and the accountingmax section, that Tor counts in powers of two, not powers of ten: 1 GByte is 1024*1024*1024 bytes, not one billion bytes. Resolves ticket 32106. | |||
2019-10-08 | Merge branch 'tor-github/pr/1381' | David Goulet | |
2019-10-07 | fix typo in how-to-review guidelinestor-0.4.2.2-alpha | Roger Dingledine | |
2019-10-01 | Improve v3 client auth documentation in the man page. | George Kadianakis | |
2019-09-30 | Fix the documentation for GuardLifetime. | Nick Mathewson | |
2019-09-30 | Merge branch 'tor-github/pr/1366' | George Kadianakis | |
2019-09-24 | Copy architectural documentation from tor-guts.git repository | Nick Mathewson | |
I started this repository a while ago to work on documentation for Tor's internals. It needs substantial revision, but first, let's get it copied into Tor's repository. These files are copied, "warts and all", from the tor-guts.git repo, commit de1e34259178b09861c0dea319c760fa80d0099a. Part of 31819. | |||
2019-09-24 | doc: Document the signal-safe log behaviour in the tor man page | teor | |
Part of 31389. | |||
2019-08-26 | man: Entry for the HS intro DoS defenses | David Goulet | |
This also adds a "subsection" to the HIDDEN SERVICE OPTIONS section to seperate per-service and per-instance options. It is a bit less messy this way. The HS DoS options are added to the per-service section. Part of #30924 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-08-24 | Merge remote-tracking branch 'tor-github/pr/1247' | Nick Mathewson | |
2019-08-21 | doc(hacking): update = to # on sections | Antoine Veuiller | |
2019-08-21 | doc(hacking): enhance markdown style | Antoine Veuiller | |
2019-08-15 | Fix typos in HiddenServiceExportCircuitID | teor | |
Closes bug 31418. | |||
2019-08-12 | Merge remote-tracking branch 'tor-github/pr/1020' into maint-0.3.5 | teor | |
2019-08-12 | Merge remote-tracking branch 'tor-github/pr/741' into maint-0.3.5 | teor | |
2019-07-10 | Make tor-print-ed-signing-cert output RFC1123 and unix timestamps as well | rl1987 | |
2019-07-02 | Merge remote-tracking branch 'dgoulet/ticket31008_035_01' | George Kadianakis | |
2019-06-27 | man: Fix -help typo to --help | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-27 | Merge branch 'tor-github/pr/1129' | David Goulet | |
2019-06-27 | doc: update the man page entries for DirAuthority and FallbackDir | teor | |
Improve the documentation for the DirAuthority and FallbackDir torrc options. Closes ticket 30955. | |||
2019-06-24 | Merge branch 'bug30956_041' into bug30956_master | teor | |
2019-06-24 | stats: Always publish pluggable transports in extra info documents | teor | |
Always publish bridge pluggable transport information in the extra info descriptor, even if ExtraInfoStatistics is 0. This information is needed by BridgeDB. Fixes bug 30956; bugfix on 0.4.1.1-alpha. | |||
2019-06-16 | Allow excluding documentation from the build | rl1987 | |
2019-06-12 | Merge branch 'tor-github/pr/1102' | George Kadianakis | |
2019-06-11 | Merge branch 'tor-github/pr/1031' | David Goulet | |
2019-06-11 | Merge branch 'ticket28453_v2' into ticket28453_v2_merged | Nick Mathewson | |
2019-06-10 | Merge remote-tracking branch 'tor-github/pr/1064' into maint-0.4.1 | Nick Mathewson | |
2019-06-05 | change some CI-substitute logic | Nick Mathewson | |
2019-05-31 | Mention Travis/Appveyor/Jenkins URLs in ReleasingTor.md | rl1987 | |
2019-05-30 | A couple of suggestions from dgoulet on EndOfLife.md | Nick Mathewson | |
2019-05-30 | Minor tweaks on EOL process | Nick Mathewson | |
First, clarify that this is for planned deprecations, not security-related issues. Second, we actually _don't_ want to remove the versions from the approved list before the EOL date, or people will start getting warnings too early. | |||
2019-05-30 | doc: Add End of Life Tor instructions | teor | |
Closes 28453. | |||
2019-05-30 | doc: Add a new Travis CI cron job when there's a new maint branch | teor | |
Part of 28453. | |||
2019-05-16 | Prop 301: No longer vote on RecommendedPackages | Iain R. Learmonth | |
This is the first half of implementing proposal 301. The RecommendedPackages torrc option is marked as obsolete and the test cases for the option removed. Additionally, the code relating to generating and formatting package lines in votes is removed. These lines may still appear in votes from other directory authorities running earlier versions of the code and so consensuses may still contain package lines. A new consensus method will be needed to stop including package lines in consensuses. Fixes: #28465 | |||
2019-05-14 | Merge branch 'ticket30452_035_v3' into ticket30452_041_v3 | Nick Mathewson | |
2019-05-14 | Add a --list-modules command | Nick Mathewson | |
Closes ticket 30452. | |||
2019-05-13 | Merge branch 'bug28683_30173_29203_squashed' | Nick Mathewson | |
2019-05-13 | Bug 29203: Provide ReducedCircuitPadding torrc and consensus params | Mike Perry | |
2019-05-13 | Bug 28693: Provide Torrc option to disable circuit padding. | Mike Perry | |
2019-05-06 | Merge remote-tracking branch 'tor-github/pr/923' | Nick Mathewson | |
2019-05-03 | Note how to update the new website in the ReleasingTor.md instructions | Nick Mathewson | |
2019-04-29 | Merge remote-tracking branch 'tor-github/pr/972' | Nick Mathewson | |
2019-04-23 | Coding Standards: Document how to find git commits | teor | |
Document how to find git commits and tags for bug fixes in CodingStandards.md. And update some changes file documentation. Closes ticket 30261. | |||
2019-04-19 | Merge branch 'maint-0.3.4' into maint-0.3.5 | teor | |
2019-04-19 | Merge remote-tracking branch 'tor-github/pr/638' into maint-0.3.4 | teor | |
2019-04-17 | Grammar fixes for IPv6Exit in tor.1.txt | Neel Chauhan | |