summaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
AgeCommit message (Collapse)Author
2010-10-01Implement node-based router family codeNick Mathewson
Also, make the NodeFamily option into a list of routersets. This lets us git rid of router_in_nickname_list (or whatever it was called) without porting it to work with nodes, and also lets people specify country codes and IP ranges in NodeFamily
2010-09-30Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch
2010-09-28Autodetect the number of CPUs when possible if NumCPUs==0Nick Mathewson
This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual.
2010-09-28Add a new option to enable/disable IOCP supportNick Mathewson
2010-09-27Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson
2010-09-27Add RefuseUnknownExits to the manpageSebastian Hahn
2010-09-24Merge remote branch 'sebastian/continuation'Nick Mathewson
2010-09-21Correct default for RendPostPeriod in docsJohn Brooks
2010-09-11Document multiline options in the manpageSebastian Hahn
2010-08-15Update man page, now that *Statistics can be changed while Tor is running.Karsten Loesing
2010-07-31Clarify that cmd-line options override torrc optionsNick Mathewson
2010-07-30Document 20KB requirement in BandwidthRate documentationNick Mathewson
This fixes the last suggestion of bug #1195.
2010-07-14fetching a directory on sighup is years out of dateRoger Dingledine
2010-06-29Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson
2010-06-07Add option to not warn when getting an IP instead of hostnameSebastian Hahn
2010-06-01Clean up "Address" documentation even harder.Nick Mathewson
2010-05-10Bug 1296: Add option+logic to disable CBT learning.Mike Perry
There are now four ways that CBT can be disabled: 1. Network-wide, with the cbtdisabled consensus param. 2. Via config, with "LearnCircuitBuildTimeout 0" 3. Via config, with "AuthoritativeDirectory 1" 4. Via a state file write failure.
2010-05-02Clarify the implications of the "Address" optionSebastian Hahn
Fixes bug 1381
2010-03-02Note an exception to when we use OutboundBindAddressPeter Palfrader
2010-02-25Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn
All other bandwidthrate settings are restricted to INT32_MAX, but this check was forgotten for PerConnBWRate and PerConnBWBurst. Also update the manpage to reflect the fact that specifying a bandwidth in terabytes does not make sense, because that value will be too large.
2010-02-22elevate a changelog entry, and get my mailto out of the man pageRoger Dingledine
2010-01-27Fix a few typos in the manpage, and reword the DisableAllSwap entrySebastian Hahn
2010-01-27Convert the Tor manpage to asciidoc.Sebastian Hahn
This should be a very faithful conversion, preserving as much of the layout of the old manpage as possible. This wasn't possible for the nt-service and the DataDirectory/state parts. See a later commit for some small cleanups. Tiago Faria helped with the asciidoc conversion, big thanks!