aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
Commit message (Collapse)AuthorAge
* Merge remote branch 'sebastian/continuation'Nick Mathewson2010-09-24
|\
| * Document multiline options in the manpageSebastian Hahn2010-09-11
| |
* | Correct default for RendPostPeriod in docsJohn Brooks2010-09-21
|/
* Update man page, now that *Statistics can be changed while Tor is running.Karsten Loesing2010-08-15
|
* Clarify that cmd-line options override torrc optionsNick Mathewson2010-07-31
|
* Document 20KB requirement in BandwidthRate documentationNick Mathewson2010-07-30
| | | | This fixes the last suggestion of bug #1195.
* fetching a directory on sighup is years out of dateRoger Dingledine2010-07-14
|
* Merge remote branch 'mikeperry/cbt-bugfixes3'Nick Mathewson2010-06-29
|\
| * Bug 1296: Add option+logic to disable CBT learning.Mike Perry2010-05-10
| | | | | | | | | | | | | | | | | | 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.
* | Add option to not warn when getting an IP instead of hostnameSebastian Hahn2010-06-07
| |
* | Clean up "Address" documentation even harder.Nick Mathewson2010-06-01
| |
* | Clarify the implications of the "Address" optionSebastian Hahn2010-05-02
|/ | | | Fixes bug 1381
* Note an exception to when we use OutboundBindAddressPeter Palfrader2010-03-02
|
* Restrict PerConnBWRate|Burst to INT32_MAX, update manpageSebastian Hahn2010-02-25
| | | | | | | | 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.
* elevate a changelog entry, and get my mailto out of the man pageRoger Dingledine2010-02-22
|
* Fix a few typos in the manpage, and reword the DisableAllSwap entrySebastian Hahn2010-01-27
|
* Convert the Tor manpage to asciidoc.Sebastian Hahn2010-01-27
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!