Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-14 | #21720: Update "directory server options" preamble in manpage | Nick Mathewson | |
2017-02-24 | Small fixes to fuzzing documentation. | Nick Mathewson | |
2017-02-14 | Rename make fuzz to make test-fuzz-corpora | Nick Mathewson | |
2017-01-30 | Fix an error in Fuzzing.md. (asn spotted this) | Nick Mathewson | |
2017-01-30 | Merge branch 'combined-fuzzing-v4' | Nick Mathewson | |
2017-01-30 | Update documentation and testing integration for fuzzing | Nick Mathewson | |
2017-01-30 | Try to tweak fuzzing.md to correspond to my changes | Nick Mathewson | |
2017-01-30 | Add a script for running multiple fuzzing sessions on multiple cores | teor | |
2017-01-30 | Copy fuzzing instructions by teor | Nick Mathewson | |
2017-01-27 | Outbindbindaddress variants for Exit and OR. | Nick Mathewson | |
Allow separation of exit and relay traffic to different source IP addresses (Ticket #17975). Written by Michael Sonntag. | |||
2017-01-23 | Merge branch 'feature_20956_029' | Nick Mathewson | |
2017-01-23 | Add __SocksPort etc variants for non-persistent use | Nick Mathewson | |
Implements feature 20956. | |||
2017-01-21 | Merge remote-tracking branch 'public/ticket18319' | Nick Mathewson | |
2017-01-17 | man: Clarify options in the tor.1 man page | David Goulet | |
In addition to the comments in the ticket, couple hidden service options have been improved to clarify the maximum and minimum values they can be set to. Closes #21058 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2017-01-13 | Remove trailing whitespace | Nick Mathewson | |
2017-01-13 | improved doc/HelpfulTools.md on profiling Tor | Pierre-Antoine Rault | |
(Based on join work at https://pad.riseup.net/p/profiling-tor) | |||
2017-01-03 | Document options that can't be changed while tor is running | teor | |
Closes #21122, bug on multiple tor versions. | |||
2017-01-02 | Merge remote-tracking branch 'jryans/doc-formatting' | Nick Mathewson | |
2016-12-23 | Remove dead code related to the old tor-fw-helper | cypherpunks | |
This commit removes more code related to the old tor-fw-helper which was removed in ticket 13338. Closes ticket 21024. | |||
2016-12-16 | Merge branch 'ticket20831_v2' | Nick Mathewson | |
2016-12-16 | Remove UseDirectoryGuards | Nick Mathewson | |
It is obsoleted in an always-on direction by prop271. | |||
2016-12-16 | Merge remote-tracking branch 'jryans/no-changes-unreleased' | Nick Mathewson | |
2016-12-13 | Remove AuthDirMaxServersPerAuthAddr | Nick Mathewson | |
Back when Roger had do do most of our testing on the moria host, we needed a higher limit for the number of relays running on a single IP address when that limit was shared with an authority. Nowadays, the idea is pretty obsolete. Also remove the router_addr_is_trusted_dir() function, which served no other purpose. Closes ticket 20960. | |||
2016-12-13 | Change the default of AuthDirPinKeys to 1. | Nick Mathewson | |
Closes ticket 18319. | |||
2016-12-12 | Update description of release practices | Nick Mathewson | |
2016-12-08 | Document no changes file needed for bugfixes on unreleased code | J. Ryan Stinnett | |
Fixes #20932. | |||
2016-12-08 | Merge branch 'feature15056_v1_squashed' | Nick Mathewson | |
2016-12-08 | Add an option to disable dirauth ed25519 link key checks. | Nick Mathewson | |
If there is some horrible bug in our ed25519 link authentication code that causes us to label every single ed25519-having node as non-running, we'll be glad we had this. Otherwise we can remove it later. | |||
2016-12-08 | Add ExtendByEd25519ID consensus parameter/torrc option | Nick Mathewson | |
I need to be able to turn on Ed25519 support in client generation of extend cells so I can test it, but leave it off-by-default until enough clients support it for us to turn it on for a bunch at once. This is part of #15056 / prop#220. | |||
2016-12-04 | Clean up formatting of tor.1 man page and HTML doc | J. Ryan Stinnett | |
Fixes #20885. | |||
2016-12-03 | Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hosts | J. Ryan Stinnett | |
Fixes #17070. | |||
2016-11-30 | Man page update and changes file for 20667 | teor | |
2016-11-21 | Fix typo | overcaffeinated | |
Remove stray 'To run' | |||
2016-11-14 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-14 | Fix grammar in HiddenServiceSingleHopMode description | Fabian Keil | |
2016-11-10 | Add "TByte" and "TBytes" units; also add "TBits" to man page | Matt Nordhoff | |
2016-11-07 | typo fix in doc/HACKING/ReleasingTor.md | Nick Mathewson | |
2016-11-07 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
Conflicts: src/or/rendservice.c | |||
2016-11-07 | Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9 | Nick Mathewson | |
2016-11-08 | Add onion_service_non_anonymous file to man page | teor | |
2016-11-01 | Merge remote-tracking branch 'pastly/ticket20486' | Nick Mathewson | |
2016-11-01 | Merge branch 'maint-0.2.9' | Nick Mathewson | |
2016-11-01 | Update man page that HS directory does not need to exist | Matt Traudt | |
2016-10-31 | Add a sentence to the manpage about nonanonymous=>Socksport 0. | Nick Mathewson | |
Closes 20487. | |||
2016-10-23 | man: Fix default value of AuthDirGuardBWGuarantee to 2MB | David Goulet | |
Closes #20435 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2016-10-14 | adding instructions how to include new test files | Chelsea H. Komlo | |
2016-10-14 | Merge remote-tracking branch 'public/spaces_in_unix_addrs' | Nick Mathewson | |
2016-10-11 | Merge remote-tracking branch 'yawning-schwanenlied/bug20261' | Nick Mathewson | |
2016-10-04 | Allow a unix: address to contain a C-style quoted string. | Nick Mathewson | |
Feature 18753 -- all this to allow spaces. | |||
2016-10-03 | Fix parse_virtual_addr_network minimum network size | Paolo Inglese | |