Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-05-14 | Add a --list-modules command | Nick Mathewson | |
Closes ticket 30452. | |||
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-02-28 | doc: update the man page and sample torrc for ExitRelay | teor | |
We changed the default of ExitRelay in #21530 in 0.3.5.1-alpha, but forgot to update the documentation. Closes 29612. | |||
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-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. | |||
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-11-15 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
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 | doc: Remove an outdated sentence from KeepalivePeriod in the man page | teor | |
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-09-25 | Fix reference to socks-extensions.txt in tor-resolve manpage | rl1987 | |
2018-09-24 | Merge branch 'pr_339_squashed' | Nick Mathewson | |
2018-09-24 | Mention that we require Python 2.7 or newer | rl1987 | |
2018-09-24 | Merge branch 'bug26913_033' | Nick Mathewson | |
2018-09-21 | man: Fix format typo for HiddenServiceExportCircuitID | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-21 | Merge remote-tracking branch 'ahf-github/asn/bugs4700_2' | Nick Mathewson | |
2018-09-21 | Document the haproxy option of HiddenServiceExportCircuitID. | Alexander Færøy | |
See: https://bugs.torproject.org/4700 | |||
2018-09-20 | Support 'none' in torrc for HiddenServiceExportCircuitID. | Alexander Færøy | |
See: https://bugs.torproject.org/4700 | |||
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-09-15 | Change HiddenServiceExportCircuitID to take a string parameter: the protocol. | Alexander Færøy | |
This patch changes HiddenServiceExportCircuitID so instead of being a boolean it takes a string, which is the protocol. Currently only the 'haproxy' protocol is defined. See: https://bugs.torproject.org/4700 | |||
2018-09-15 | Add man page entry. | George Kadianakis | |
2018-09-13 | hs-v3: Add changes file and man page for client authorization | David Goulet | |
Closes #27547 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-09-06 | Merge remote-tracking branch 'tor-github/pr/294' | Nick Mathewson | |
2018-09-02 | In manpage, warn about combination of MyFamily and BridgeRelay being bad | rl1987 | |
2018-08-28 | fix man page issue noticed during #26367 review | Roger Dingledine | |
and fix two other nearby issues while i'm there | |||
2018-08-28 | Merge remote-tracking branch 'teor/bug22747' | Nick Mathewson | |
2018-08-28 | Merge branch 'bug26367_035_01' | Nick Mathewson | |
2018-08-28 | hs: Render obsolete Tor2web | David Goulet | |
Remove support for Tor2web in the code and build system. At this commit, tor doesn't have Tor2web support anymore. Ref: https://lists.torproject.org/pipermail/tor-dev/2018-July/013295.html Close #26367 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-28 | Fix log.c comments about assert vs tor_assert vs raw_assert. | Nick Mathewson | |
2018-08-28 | manpage: Warn users about comma-separating addr-port pairs | rl1987 | |
2018-08-22 | hs: Change default version from 2 to 3 | David Goulet | |
Closes #27215 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2018-08-19 | doc/tor: add note for IPv6-only hosts (fixes #27204) | traumschule | |
2018-08-17 | doc: Explain how to limit Tor's sockets in the man page | teor | |
Closes 22747. | |||
2018-08-16 | Merge branch 'pr275_squashed' | Nick Mathewson | |
2018-08-16 | rust/docs: fix critical typo for missing_docs lint | cypherpunks | |
Fix typo from fe66d06a45a4714141eba992fe87ec3dd5fa1c22. The exclamation point is what lets an attribute apply to an entire crate, without the ! it's practically a placebo. Fix on commits af182d4ab51d6a1a70559bbdcd4ab842aa855684 and b6059297d7cb76f0e00e2098e38d6677d3033340, and note there are still missing docs in both crypto and protover, for now. https://doc.rust-lang.org/reference/attributes.html | |||
2018-08-16 | Merge branch 'maint-0.3.3' into maint-0.3.4 | Nick Mathewson | |
2018-08-16 | Merge branch 'maint-0.3.4' | Nick Mathewson | |
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-08-11 | Merge remote-tracking branch 'tor-github/pr/244' | Nick Mathewson | |
2018-07-30 | Merge remote-tracking branch 'rl1987/feature19506_3' | Nick Mathewson | |
2018-07-20 | Add a sentence to manpage that we may not scrub logs at loglevels below Notice | rl1987 | |
2018-07-18 | Merge remote-tracking branch 'teor/ticket26702-atomically' | Nick Mathewson | |
2018-07-18 | doc: Document Appveyor and Jenkins in doc/HACKING/HelpfulTools.md | teor | |
Closes 26852. | |||
2018-07-18 | doc: Explain how to avoid inconsistent reads on V3BandwidthsFile | teor | |
Closes 26702. | |||
2018-07-13 | Faravahar hasn't been voting on versions for a while now | Roger Dingledine | |
2018-07-10 | Describe "check-includes" in the CodingStandards.md file | Nick Mathewson | |