Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-29 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
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-19 | Merge branch 'ticket25268_034_01' | Nick Mathewson | |
2018-03-13 | DisableNetwork documentation improvised | ArunaMaurya221B | |
2018-03-13 | Revised patch with 78 characters per line | ArunaMaurya221B | |
2018-03-13 | PaddingStatistics documented properly | ArunaMaurya221B | |
2018-03-13 | Merge branch 'maint-0.3.3' | 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 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
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 'maint-0.3.3' | Nick Mathewson | |
2018-03-03 | Merge branch 'ticket23814' into maint-0.3.3 | Nick Mathewson | |
2018-03-02 | resolve a weird binary character that crept into the man page | Roger Dingledine | |
2018-03-02 | get rid of extraneous punctuation in man page | Roger Dingledine | |
2018-03-02 | fix a confusing "0 0" in the man page | Roger Dingledine | |
feel free to backport this commit back to 0.3.2.x if you like it | |||
2018-02-15 | Merge remote-tracking branch 'dgoulet/ticket24343_033_01' into maint-0.3.3 | Nick Mathewson | |
2018-02-15 | man: Update the CircuitPriorityHalflife entry | David Goulet | |
The behavior has changed slightly in the previous commits. Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
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-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 | 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 | |
2018-01-05 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | |
2018-01-05 | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | |
2018-01-05 | Merge branch 'teor_ticket24681_028' into maint-0.2.9 | Nick Mathewson | |
2017-12-23 | Make the default DirAuthorityFallbackRate 0.1 | teor | |
This makes clients on the public tor network prefer to bootstrap off fallback directory mirrors. This is a follow-up to 24679, which removed weights from the default fallbacks. Implements ticket 24681. | |||
2017-12-22 | Update the man page to say that OutboundBindAddress* is ignored for DNS | ArunaMaurya221B | |
Documentation-only change. Closes ticket 22145. Patch by "aruna1234". | |||
2017-12-16 | Add MainloopStats option. | Alexander Færøy | |
This patch adds support for MainloopStats that allow developers to get main event loop statistics via Tor's heartbeat status messages. The new status log message will show how many succesful, erroneous, and idle event loop iterations we have had. See: https://bugs.torproject.org/24605 | |||
2017-12-11 | Add support for Android's logging subsystem. | Alexander Færøy | |
This patch adds support for Android's logging subsystem in Tor. When debugging Android applications it is useful to be able to collect information about the application running on the platform via the various system services that is available on the platform. This patch allows you to add "Log notice android" to your torrc and have Tor send everything above and including the notice severity to Android's ring buffer which can be inspected using the 'adb logcat' program. See: https://bugs.torproject.org/24362 | |||
2017-12-05 | Merge branch 'more_directories_squashed' | Nick Mathewson | |
2017-12-05 | Update the manpage to describe {Cache,Key}Directory | Nick Mathewson | |
Also, explain which files should be put in which. | |||
2017-12-04 | Merge branch 'bug23826-23828_squashed' | Nick Mathewson | |
2017-12-04 | Document the effects of AuthDirHasIPv6Connectivity | teor | |
Fixes #23870 on 0.2.4.1-alpha. | |||
2017-11-21 | Clarify the RelayBandwidth* options in man file | Fernando Fernandez Mancera | |
Added clarifying information in man file about RelayBandwidthRate and RelayBandwidthBurst options that exclude directory fetches by relays. Fixes #24318 Signed-off-by: Fernando Fernandez Mancera <ffernandezmancera@gmail.com> | |||
2017-11-17 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-17 | Use less jargon in Scheduler sec. of man page | Matt Traudt | |
2017-11-17 | Add notes about OS support for our scheduler types | Matt Traudt | |