Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-17 | Make CacheDirectoryGroupReadable an autobool. | Nick Mathewson | |
Since the default cache directory is the same as the default data directory, we don't want the default CacheDirectoryGroupReadable value (0) to override an explicitly set "DataDirectoryGroupReadable 1". To fix this, I'm making CacheDirectoryGroupReadable into an autobool, and having the default (auto) value mean "Use the value of DataDirectoryGroupReadable if the directories are the same, and 0 otherwise." Fixes bug 26913; bugfix on 0.3.3.1-alpha when the CacheDirectory option was introduced. | |||
2018-08-16 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-08-16 | Rust: Say that we support rust stable in GettingStartedRust.md | teor | |
In 24765, we said that we supported rust stable in CodingStandardsRust.md. But we left GettingStartedRust.md saying that we support rust nightly. Closes 27160. | |||
2018-05-08 | manpage fix to stop saying CacheIPv4DNS is on by default | Roger Dingledine | |
Stop saying in the manual that clients cache ipv4 dns answers from exit relays. We haven't used them since 0.2.6.3-alpha, and in ticket 24050 we stopped even caching them as of 0.3.2.6-alpha, but we forgot to say so in the man page. Fixes bug 26052; bugfix on 0.3.2.6-alpha. | |||
2018-05-02 | man page: FetchUselessDescriptors and DirCache exclude extra infos | teor | |
2018-05-02 | man page: UseMicrodescriptors auto and 1 are the same now | teor | |
2018-05-02 | man page: FetchUselessDescriptors stops tor going idle | teor | |
Also explain how FetchUselessDescriptors and UseMicrodescriptors are different. Closes 25998. | |||
2018-04-20 | Fix documentation bug 25857: the universe is ::/0, not ::/128 | Nick Mathewson | |
Patch from CTassisF. | |||
2018-04-13 | doc: Fix typo and clarify that DoS options are relay only | Mike Perry | |
2018-04-13 | doc: Move DOS options below SERVER options | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-04-13 | doc: Improve DoS section of the man page tor.1 | David Goulet | |
Add to the Denial of Service section of the man page an explanation about the three different mitigation Tor has. Fixes #25248. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-04-11 | Merge branch 'bug25581_033_v2_asn_squashed' into maint-0.3.3 | Nick Mathewson | |
2018-04-11 | Rename HSLayer{2,3}Nodes to start without an underscore. | Nick Mathewson | |
The old single-underscore names remain as a deprecated synonym. Fixes bug 25581; bugfix on 0.3.3.1-alpha. | |||
2018-04-05 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-04-05 | PerConnBW{Rate,Burst} docs: do not say consensus param is always set | Nick Mathewson | |
Closes ticket 25296; bugfix on 0.2.2.7-alpha when these manpage entries were introduced. | |||
2018-04-04 | man: Add a comment to anchor only option | David Goulet | |
Some anchor don't appear in the final man page so document those so we understand why we do that in the future. Part of #25582 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-03-29 | Remove erroneous section heading "ExitPolicyDefault" | Nick Mathewson | |
The anchor here was originally introduced to make sure that the manpage would format correctly, but we had mistaken it for a section anchor, and introduced a bogus section heading in 3563a2c8194ebe94. Fixes bug 25582; bugfix on 0.3.3.1-alpha. | |||
2018-03-29 | Document torrc options that only work on v2 onion services | teor | |
RendPostPeriod only works on v2 onion services. HiddenServiceAuthorizeClient is not yet implemented for v3 onion services. Closes ticket #25661, bugfix on 0.3.2.1-alpha. | |||
2018-03-28 | Bug 25664: Update libc version requirement for Rust | Georg Koppen | |
When merging the patches for #25310 the libc version requirement in `GettingStartedRust.md` and `configure.ac` did not get updated to the now needed 0.2.39. | |||
2018-03-21 | maint: Add script for vendoring/updating Rust dependencies. | Isis Lovecruft | |
* ADD documentation for usage both inside the script and in doc/HACKING/CodingStandardsRust.md * FIXES part of #25310: https://bugs.torproject.org/25310 | |||
2018-03-21 | doc: Document our current rough-draft policy on Rust dependencies. | Isis Lovecruft | |
* FIXES #25310: https://bugs.torproject.org/25310 | |||
2018-03-20 | Note that we require latest stable rust. | Nick Mathewson | |
2018-03-13 | Merge remote-tracking branch 'ffmancera-1/bug23635' into maint-0.3.3 | Nick Mathewson | |
2018-03-08 | Tweaks into AccountingStart documentation. | Fernando Fernandez Mancera | |
Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> | |||
2018-03-03 | Update tor.1.txt with the currently available log domains. | Alexander Færøy | |
See: https://bugs.torproject.org/25378 | |||
2018-03-03 | Merge branch 'ticket23814' into maint-0.3.3 | Nick Mathewson | |
2018-02-21 | Fix a variable name in tor-rust-dependencies | Nick Mathewson | |
2018-02-21 | Wrap GettingStartedRust.md to 72 columns. | Nick Mathewson | |
2018-02-16 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-02-16 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-02-15 | Merge remote-tracking branch 'dgoulet/ticket24343_033_01' into maint-0.3.3 | Nick Mathewson | |
2018-02-13 | Merge remote-tracking branch 'dgoulet/ticket24902_029_05' | Nick Mathewson | |
2018-02-13 | man: Document default values if not in the consensus for DoS mitigation | David Goulet | |
Fixes #25236 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-02-12 | Improve the documentation of AccountingStart parameter. | Fernando Fernandez Mancera | |
Fixes #23635. Signed-off-by: Fernando Fernandez Mancera <ffmancera@riseup.net> | |||
2018-02-07 | Remove anything related to the old SocksSockets option | David Goulet | |
At this commit, the SocksSocketsGroupWritable option is renamed to UnixSocksGroupWritable. A deprecated warning is triggered if the old option is used and tor will use it properly. Fixes #24343 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-02-07 | Fix spelling mistakes corresponding to ticket #23650 | Deepesh Pathak | |
2018-01-31 | Remove MaxDownloadTries options from the manpage | Nick Mathewson | |
2018-01-30 | Merge branch 'ticket24902_029_05' into ticket24902_033_02 | David Goulet | |
2018-01-30 | dos: Make circuit rate limit per second, not tenths anymore | David Goulet | |
Because this touches too many commits at once, it is made into one single commit. Remove the use of "tenths" for the circuit rate to simplify things. We can only refill the buckets at best once every second because of the use of approx_time() and our token system is set to be 1 token = 1 circuit so make the rate a flat integer of circuit per second. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-01-30 | dos: Man page entry for DoS mitigation | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-01-26 | Make more notes about important stuff in ReleasingTor.md | Nick Mathewson | |
2018-01-26 | ReleasingTor.md: check for recommendation, listing on dl page | Nick Mathewson | |
Closes ticket 23118. | |||
2018-01-25 | Update HiddenServiceVersion man-page entry to only accept either 2 or 3. | Alexander Færøy | |
This patch updates the HiddenServiceVersion man-page entry to only accept either 2 or 3 as argument and not a list of multiple versions. See: https://bugs.torproject.org/25026 | |||
2018-01-19 | Implement layer 2 and layer 3 guard pinning via torrc. | Mike Perry | |
Block circuit canibalization when HSRendezvousMiddleNodes is active. Also make it apply to all HS circuits, not just rends. | |||
2018-01-11 | Reword requirement to set Myfamily correctly | Sebastian Hahn | |
2018-01-11 | Note contactinfo and myfamily as required in more places | Nick Mathewson | |
Includes a sentence from cypherpunks; for ticket 24526. | |||
2018-01-11 | Reword requirement to set Myfamily correctly | Sebastian Hahn | |
2018-01-11 | Merge branch 'bug24526_squashed' | Nick Mathewson | |
2018-01-11 | Note contactinfo and myfamily as required in more places | Nick Mathewson | |
Includes a sentence from cypherpunks; for ticket 24526. | |||
2018-01-10 | Merge remote-tracking branch 'teor/bug22145_032' | Nick Mathewson | |