summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2017-03-14#21720: Update "directory server options" preamble in manpageNick Mathewson
2017-02-24Small fixes to fuzzing documentation.Nick Mathewson
2017-02-14Rename make fuzz to make test-fuzz-corporaNick Mathewson
2017-01-30Fix an error in Fuzzing.md. (asn spotted this)Nick Mathewson
2017-01-30Merge branch 'combined-fuzzing-v4'Nick Mathewson
2017-01-30Update documentation and testing integration for fuzzingNick Mathewson
2017-01-30Try to tweak fuzzing.md to correspond to my changesNick Mathewson
2017-01-30Add a script for running multiple fuzzing sessions on multiple coresteor
2017-01-30Copy fuzzing instructions by teorNick Mathewson
2017-01-27Outbindbindaddress 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-23Merge branch 'feature_20956_029'Nick Mathewson
2017-01-23Add __SocksPort etc variants for non-persistent useNick Mathewson
Implements feature 20956.
2017-01-21Merge remote-tracking branch 'public/ticket18319'Nick Mathewson
2017-01-17man: Clarify options in the tor.1 man pageDavid 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-13Remove trailing whitespaceNick Mathewson
2017-01-13improved doc/HelpfulTools.md on profiling TorPierre-Antoine Rault
(Based on join work at https://pad.riseup.net/p/profiling-tor)
2017-01-03Document options that can't be changed while tor is runningteor
Closes #21122, bug on multiple tor versions.
2017-01-02Merge remote-tracking branch 'jryans/doc-formatting'Nick Mathewson
2016-12-23Remove dead code related to the old tor-fw-helpercypherpunks
This commit removes more code related to the old tor-fw-helper which was removed in ticket 13338. Closes ticket 21024.
2016-12-16Merge branch 'ticket20831_v2'Nick Mathewson
2016-12-16Remove UseDirectoryGuardsNick Mathewson
It is obsoleted in an always-on direction by prop271.
2016-12-16Merge remote-tracking branch 'jryans/no-changes-unreleased'Nick Mathewson
2016-12-13Remove AuthDirMaxServersPerAuthAddrNick 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-13Change the default of AuthDirPinKeys to 1.Nick Mathewson
Closes ticket 18319.
2016-12-12Update description of release practicesNick Mathewson
2016-12-08Document no changes file needed for bugfixes on unreleased codeJ. Ryan Stinnett
Fixes #20932.
2016-12-08Merge branch 'feature15056_v1_squashed'Nick Mathewson
2016-12-08Add 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-08Add ExtendByEd25519ID consensus parameter/torrc optionNick 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-04Clean up formatting of tor.1 man page and HTML docJ. Ryan Stinnett
Fixes #20885.
2016-12-03Clarify that ClientRejectInternalAddresses also rejects mDNS *.local hostsJ. Ryan Stinnett
Fixes #17070.
2016-11-30Man page update and changes file for 20667teor
2016-11-21Fix typoovercaffeinated
Remove stray 'To run'
2016-11-14Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-14Fix grammar in HiddenServiceSingleHopMode descriptionFabian Keil
2016-11-10Add "TByte" and "TBytes" units; also add "TBits" to man pageMatt Nordhoff
2016-11-07typo fix in doc/HACKING/ReleasingTor.mdNick Mathewson
2016-11-07Merge branch 'maint-0.2.9'Nick Mathewson
Conflicts: src/or/rendservice.c
2016-11-07Merge remote-tracking branch 'teor/bug20484_029_v2' into maint-0.2.9Nick Mathewson
2016-11-08Add onion_service_non_anonymous file to man pageteor
2016-11-01Merge remote-tracking branch 'pastly/ticket20486'Nick Mathewson
2016-11-01Merge branch 'maint-0.2.9'Nick Mathewson
2016-11-01Update man page that HS directory does not need to existMatt Traudt
2016-10-31Add a sentence to the manpage about nonanonymous=>Socksport 0.Nick Mathewson
Closes 20487.
2016-10-23man: Fix default value of AuthDirGuardBWGuarantee to 2MBDavid Goulet
Closes #20435 Signed-off-by: David Goulet <dgoulet@torproject.org>
2016-10-14adding instructions how to include new test filesChelsea H. Komlo
2016-10-14Merge remote-tracking branch 'public/spaces_in_unix_addrs'Nick Mathewson
2016-10-11Merge remote-tracking branch 'yawning-schwanenlied/bug20261'Nick Mathewson
2016-10-04Allow a unix: address to contain a C-style quoted string.Nick Mathewson
Feature 18753 -- all this to allow spaces.
2016-10-03Fix parse_virtual_addr_network minimum network sizePaolo Inglese