Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-29 | Merge remote-tracking branch 'tor-github/pr/972' | Nick Mathewson | |
2019-04-23 | Coding Standards: Document how to find git commits | teor | |
Document how to find git commits and tags for bug fixes in CodingStandards.md. And update some changes file documentation. Closes ticket 30261. | |||
2019-04-17 | Grammar fixes for IPv6Exit in tor.1.txt | Neel Chauhan | |
2019-04-17 | Update tor.1 man page for IPv6Exit | Neel Chauhan | |
2019-04-11 | Merge remote-tracking branch 'tor-github/pr/741' | Nick Mathewson | |
2019-04-09 | Merge branch 'maint-0.4.0' | teor | |
2019-04-09 | Merge remote-tracking branch 'tor-github/pr/862' | teor | |
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-05 | Merge branch 'maint-0.4.0' | George Kadianakis | |
2019-04-04 | Implement an DormantCanceledByStartup option | Nick Mathewson | |
Closes ticket 29357, and comes with appropriate notions of caution. | |||
2019-04-03 | Removed the use of expect from CodingStandardsRust | Elichai Turkel | |
2019-03-27 | Fix SC2086 warnings in asciidoc-helper.sh | rl1987 | |
2019-03-26 | Merge branch 'messaging_v3' into messaging_v3_merged | Nick Mathewson | |
2019-03-26 | Merge branch 'tor-github/pr/709' | George Kadianakis | |
2019-03-25 | Add MESG as a new log domain. | Nick Mathewson | |
2019-03-13 | Merge branch 'bug29221_more_squashed' | Nick Mathewson | |
2019-03-13 | Improve failure message from check-best-practices | Nick Mathewson | |
2019-03-03 | manpage: fix formatting of example on quoting options with spaces | rl1987 | |
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-02-26 | Merge branch 'tor-github/pr/638' into maint-0.4.0 | David Goulet | |
2019-02-19 | stats: Stop reporting statistics when ExtraInfoStatistics is 0 | teor | |
When ExtraInfoStatistics is 0, stop including bandwidth usage statistics, GeoIPFile hashes, ServerTransportPlugin lines, and bridge statistics by country in extra-info documents. Fixes bug 29018; bugfix on 0.2.4.1-alpha (and earlier versions). | |||
2019-02-19 | Merge branch 'bug29017-033' into bug29017-master-merge | teor | |
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 | |