Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | Merge remote-tracking branch 'ahf-oniongit/bugs/24362' | Nick Mathewson | |
2017-12-12 | Fix a typo in CodingStandards.md | teor | |
Closes #24596. | |||
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-08 | Merge branch 'macro_free_v2_squashed' | Nick Mathewson | |
2017-12-08 | document our allocator conventions | Nick Mathewson | |
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 remote-tracking branch 'isis/bug22907' | Nick Mathewson | |
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-28 | doc: Document how to build with Rust dependencies in offline-mode. | Isis Lovecruft | |
* CLOSES #22907: https://bugs.torproject.org/22907 | |||
2017-11-21 | Merge remote-tracking branch 'ahf-gitlab/ahf/24062-simpleperf' | Nick Mathewson | |
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-20 | Add initial instructions on using Simpleperf for Android CPU profiling. | Alexander Færøy | |
See: https://bugs.torproject.org/24062 | |||
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 | |
2017-11-13 | Note in the rust doc that these comments are bidirectional | Nick Mathewson | |
2017-11-13 | Merge remote-tracking branch 'chelseakomlo/24032-cargo-rust-sync' | Nick Mathewson | |
2017-11-13 | update rust getting started for new build | Chelsea Holland Komlo | |
2017-11-11 | annotate where C and Rust need to stay in sync | Chelsea Holland Komlo | |
2017-11-11 | new email address for yuri; close 24241 | Nick Mathewson | |
2017-11-05 | Fix manual formatting | Damian Johnson | |
Few issues... * Malformed ReducedExitPolicy, causing brackets to appear. * ExitPolicyDefault wasn't actually listed, instead it munged the description into the ExitPolicy description. * Extra plus signs in the ExitPolicy and ReducedExitPolicy entries. After an hour of struggling with asciidoc couldn't figure out how to format it as 'paragraph => example => paragraph with same indentation' so just rearranging the ExitPolicy entry. Patches welcome if someone strongly prefers having the paragraph after the example. https://trac.torproject.org/projects/tor/ticket/24147 | |||
2017-11-05 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-04 | ClientDNSRejectInternalAddresses in non-default networks | Sebastian Hahn | |
Once again allow the flag to be set, unless the default network is used. Thanks to nickm for a suggestion for the workaround to a test failure. | |||
2017-11-04 | Revert "Make ClientDNSRejectInternalAddresses testing-only." | Sebastian Hahn | |
This reverts commit 27fa4a98d23972213122fa99499efa4baebe49e3. | |||
2017-11-01 | Merge branch 'maint-0.3.2' | Nick Mathewson | |
2017-11-01 | man: Specify HiddenServiceNumIntroductionPoints for v3 | David Goulet | |
A v3 service can have between 0 and 20 intro points where v2 has 0 to 10. Fixes #24115 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-10-31 | Modify man page to describe ReducedExitPolicy option | Neel Chauhan | |
2017-10-30 | fix confusion in man page | Roger Dingledine | |
(I was going to fix "along" to "along with" which was pretty clearly the original intent, but then I realized that it would be confusing whether it's only bad when you use several of them in conjunction, or what. So hopefully this fix is clearer.) | |||
2017-10-26 | doc: Add fedora packager point of contact | David Goulet | |
This is a link to the user page on the Fedora project website: https://koji.fedoraproject.org/koji/userinfo?userID=2234 Fixes #24015 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-10-24 | Merge branch 'feature18329_029_squashed' into maint-0.3.2 | Nick Mathewson | |
2017-10-24 | Tweak the documentation for BridgeDistribution | Nick Mathewson | |
Note that it will have no effect yet; note that the default is "any". | |||
2017-10-24 | Add new BridgeDistribution config option | Roger Dingledine | |
Bridge relays can use it to add a "bridge-distribution-request" line to their bridge descriptor, which tells BridgeDB how they'd like their bridge address to be given out. Implements tickets 18329. | |||
2017-10-03 | Merge remote-tracking branch 'catalyst-oniongit/bug23739' | Nick Mathewson | |
2017-10-03 | Improve docs on using gcov | Taylor Yu | |
Add more explanation in doc/HACKING about how to read gcov output, including a reference to the gcov documentation in the GCC manual. Also add details about how our postprocessing scripts modify gcov output. | |||
2017-10-03 | Merge remote-tracking branch 'isis/bug23695' | Nick Mathewson | |