aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2019-04-09manpage: 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-04Implement an DormantCanceledByStartup optionNick Mathewson
Closes ticket 29357, and comes with appropriate notions of caution.
2019-02-26Merge branch 'tor-github/pr/638' into maint-0.4.0David Goulet
2019-02-17fix some of the typos in Maintaining.mdRoger Dingledine
2019-01-30Use RFC5737-compliant example IP addresses in manpage when describing MapAddressrl1987
2019-01-22Merge branch 'maint-0.3.5'Nick Mathewson
2019-01-16Fix 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-14Merge remote-tracking branch 'asn-github/adaptive_padding-final'Nick Mathewson
2019-01-10Misc trivial improvements around circpadding code.George Kadianakis
2019-01-08stats: Make PaddingStatistics depend on ExtraInfoStatisticsteor
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-02Config 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-23Tweak ControlPort description in manpagerl1987
2018-12-20Add LD_BTRACK log domain for bootstrap trackerTaylor Yu
Part of ticket 27167.
2018-12-20Merge branch 'document_--version'Nick Mathewson
2018-12-20Even more clarify on --version.Nick Mathewson
2018-12-17Document the output of --versionNick Mathewson
Closes 28889
2018-12-17Merge branch 'ticket28179_squashed' into ticket28179_squashed_mergedNick Mathewson
2018-12-17Add "PT" log domain.Alexander Færøy
See: https://bugs.torproject.org/28179
2018-12-13Merge branch 'dormant_persist_squashed'Nick Mathewson
2018-12-12man: 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-11Merge remote-tracking branch 'github/prop297'Nick Mathewson
2018-12-05Merge remote-tracking branch 'tor-github/pr/561'Nick Mathewson
2018-12-05Merge branch 'ticket28479_squashed'Nick Mathewson
2018-12-05Update ReleasingTor.md to reflect current practiceNick Mathewson
See #28479.
2018-12-04Merge branch 'maint-0.3.5'David Goulet
2018-12-04Add an option to start tor in dormant mode for the first time.Nick Mathewson
2018-12-04man: Document HSv3 client authorization revocationDavid 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-03manpage: Mention that adding new HS is unsupported if Sandbox is enabledrl1987
2018-12-02Merge remote-tracking branch 'tor-github/pr/559'Nick Mathewson
2018-12-03doc: remove cached-routers from the man pageteor
cached-routers was removed from the code a long time ago
2018-12-01Merge branch 'ticket27490a_squashed'Nick Mathewson
2018-12-01Add new option ClientAutoIPv6ORPort to switch between IPv4 and IPv6 OR portsNeel Chauhan
2018-11-27Add LD_PROCESS as log domain.Alexander Færøy
See: https://bugs.torproject.org/28179
2018-11-26Merge branch 'dormant_v2_squashed'Nick Mathewson
2018-11-26Add 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-26Merge branch 'maint-0.3.5'David Goulet
2018-11-24Rewrite 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-15man: ClientOnionAuthDir can't be reloaded with Sandbox 1David 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-14Merge branch 'maint-0.3.5'Nick Mathewson
2018-11-14doc: Remove an outdated sentence from KeepalivePeriod in the man pageteor
2018-10-30Merge branch 'maint-0.3.5'David Goulet
2018-10-30tweak manpage bits about v3 onion svc client authMike Tigas
make a couple things more explicit, like not needing to set "HiddenServiceAuthorizeClient" & etc
2018-10-30Merge remote-tracking branch 'tor-github/pr/425'Nick Mathewson
2018-10-29Merge branch 'ticket28225_036_01_squashed'Nick Mathewson
2018-10-29doc: Add Maintaining.md documentationDavid Goulet
Closes #28225 Signed-off-by: David Goulet <dgoulet@torproject.org>
2018-10-29doc: Use `` for commands and "" for quotes in ReleasingTor.mdteor
2018-10-29doc: Spell make test-network-all correctly in ReleasingTor.mdteor
Closes ticket 28821.
2018-10-20Mention DNS fallback in manpagerl1987
2018-09-25Fix reference to socks-extensions.txt in tor-resolve manpagerl1987
2018-09-24Merge branch 'pr_339_squashed'Nick Mathewson