Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-09 | manpage: Clarify that Tor does stream isolation between *Port listeners by ↵ | rl1987 | |
default cherry-pick of tor-github/pr/841 to maint-0.4.0. | |||
2019-04-04 | Implement an DormantCanceledByStartup option | Nick Mathewson | |
Closes ticket 29357, and comes with appropriate notions of caution. | |||
2019-02-26 | Merge branch 'tor-github/pr/638' into maint-0.4.0 | David Goulet | |
2019-02-17 | fix some of the typos in Maintaining.md | Roger Dingledine | |
2019-01-30 | Use RFC5737-compliant example IP addresses in manpage when describing MapAddress | rl1987 | |
2019-01-22 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2019-01-16 | Fix documentation for ClientAuth on HSv3. | Nick Mathewson | |
The manpage erroneously said "privkey" when "public-key" would have been correct. Reported by "Felixix" as ticket 28979. Bugfix on 0.3.5.1-alpha. | |||
2019-01-14 | Merge remote-tracking branch 'asn-github/adaptive_padding-final' | Nick Mathewson | |
2019-01-10 | Misc trivial improvements around circpadding code. | George Kadianakis | |
2019-01-08 | stats: Make PaddingStatistics depend on ExtraInfoStatistics | teor | |
When ExtraInfoStatistics is 0, stop including PaddingStatistics in relay and bridge extra-info documents. Fixes bug 29017; bugfix on 0.3.1.1-alpha. | |||
2019-01-02 | Config option to specify specific MiddleNodes. | Mike Perry | |
Hope is this will make it easier to test on the live tor network. Does not need to be merged if we don't want to, but will come in handy for researchers. Co-authored-by: George Kadianakis <desnacked@riseup.net> | |||
2018-12-23 | Tweak ControlPort description in manpage | rl1987 | |
2018-12-20 | Add LD_BTRACK log domain for bootstrap tracker | Taylor Yu | |
Part of ticket 27167. | |||
2018-12-20 | Merge branch 'document_--version' | Nick Mathewson | |
2018-12-20 | Even more clarify on --version. | Nick Mathewson | |
2018-12-17 | Document the output of --version | Nick Mathewson | |
Closes 28889 | |||
2018-12-17 | Merge branch 'ticket28179_squashed' into ticket28179_squashed_merged | Nick Mathewson | |
2018-12-17 | Add "PT" log domain. | Alexander Færøy | |
See: https://bugs.torproject.org/28179 | |||
2018-12-13 | Merge branch 'dormant_persist_squashed' | Nick Mathewson | |
2018-12-12 | man: Add that "GETINFO address" won't work with "Sandbox 1" | David Goulet | |
Patch by "wagon". Closes #28538 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-12-11 | Merge remote-tracking branch 'github/prop297' | Nick Mathewson | |
2018-12-05 | Merge remote-tracking branch 'tor-github/pr/561' | Nick Mathewson | |
2018-12-05 | Merge branch 'ticket28479_squashed' | Nick Mathewson | |
2018-12-05 | Update ReleasingTor.md to reflect current practice | Nick Mathewson | |
See #28479. | |||
2018-12-04 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-12-04 | Add an option to start tor in dormant mode for the first time. | Nick Mathewson | |
2018-12-04 | man: Document HSv3 client authorization revocation | David Goulet | |
Removing a ".auth" file revokes a client access to the service but the rendezvous circuit is not closed service side because the service simply doesn't know which circuit is for which client. This commit notes in the man page that to fully revoke a client access to the service, the tor process should be restarted. Closes #28275 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-12-03 | manpage: Mention that adding new HS is unsupported if Sandbox is enabled | rl1987 | |
2018-12-02 | Merge remote-tracking branch 'tor-github/pr/559' | Nick Mathewson | |
2018-12-03 | doc: remove cached-routers from the man page | teor | |
cached-routers was removed from the code a long time ago | |||
2018-12-01 | Merge branch 'ticket27490a_squashed' | Nick Mathewson | |
2018-12-01 | Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR ports | Neel Chauhan | |
2018-11-27 | Add LD_PROCESS as log domain. | Alexander Færøy | |
See: https://bugs.torproject.org/28179 | |||
2018-11-26 | Merge branch 'dormant_v2_squashed' | Nick Mathewson | |
2018-11-26 | Add options to control dormant-client feature. | Nick Mathewson | |
The DormantClientTimeout option controls how long Tor will wait before going dormant. It also provides a way to disable the feature by setting DormantClientTimeout to e.g. "50 years". The DormantTimeoutDisabledByIdleStreams option controls whether open but inactive streams count as "client activity". To implement it, I had to make it so that reading or writing on a client stream *always* counts as activity. Closes ticket 28429. | |||
2018-11-26 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-11-24 | Rewrite updateVersions script in Python, add datestamp functionality. | Nick Mathewson | |
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens. | |||
2018-11-15 | man: ClientOnionAuthDir can't be reloaded with Sandbox 1 | David Goulet | |
By adding a file to the ClientOnionAuthDir and sending a HUP signal, tor would load the new file and use it. However, that doesn't work with the Sandbox since post initilization, nothing can be changed. Document in the manpage that limitation within the Sandbox description. Closes #28128 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-11-14 | Merge branch 'maint-0.3.5' | Nick Mathewson | |
2018-11-14 | doc: Remove an outdated sentence from KeepalivePeriod in the man page | teor | |
2018-10-30 | Merge branch 'maint-0.3.5' | David Goulet | |
2018-10-30 | tweak manpage bits about v3 onion svc client auth | Mike Tigas | |
make a couple things more explicit, like not needing to set "HiddenServiceAuthorizeClient" & etc | |||
2018-10-30 | Merge remote-tracking branch 'tor-github/pr/425' | Nick Mathewson | |
2018-10-29 | Merge branch 'ticket28225_036_01_squashed' | Nick Mathewson | |
2018-10-29 | doc: Add Maintaining.md documentation | David Goulet | |
Closes #28225 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-10-29 | doc: Use `` for commands and "" for quotes in ReleasingTor.md | teor | |
2018-10-29 | doc: Spell make test-network-all correctly in ReleasingTor.md | teor | |
Closes ticket 28821. | |||
2018-10-20 | Mention DNS fallback in manpage | rl1987 | |
2018-09-25 | Fix reference to socks-extensions.txt in tor-resolve manpage | rl1987 | |
2018-09-24 | Merge branch 'pr_339_squashed' | Nick Mathewson | |