Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-02 | Correct man page: multiple control auth styles can be set at once | Roger Dingledine | |
2011-08-25 | Mention that HiddenServiceDir must exist | Sebastian Hahn | |
2011-07-06 | Fix weird formatting of html manpage | Sebastian Hahn | |
Asciidoc was inserting <pre> tags for paragraphs that started with a '+' at the beginning of the line. Instead, we need a space in front of the plus. | |||
2011-06-17 | Revert "Update man page for new UseBridges tristate behaviour." | Nick Mathewson | |
This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111. | |||
2011-06-02 | Update man page for new UseBridges tristate behaviour. | anonym | |
2011-05-15 | Clean up the 2972 implementation a little | Sebastian Hahn | |
2011-05-15 | Add UnixSocketsGroupWritable config flag | Jérémy Bobbio | |
When running a system-wide instance of Tor on Unix-like systems, having a ControlSocket is a quite handy mechanism to access Tor control channel. But it would be easier if access to the Unix domain socket can be granted by making control users members of the group running the Tor process. This change introduces a UnixSocketsGroupWritable option, which will create Unix domain sockets (and thus ControlSocket) 'g+rw'. This allows ControlSocket to offer same access control measures than ControlPort+CookieAuthFileGroupReadable. See <http://bugs.debian.org/552556> for more details. | |||
2011-05-13 | Add a ControlPortFileGroupWritable option | Nick Mathewson | |
2011-05-13 | Write automatically-chosen control ports to a file. | Nick Mathewson | |
2011-05-13 | "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary port | Nick Mathewson | |
This is the major part of the implementation for trac issue 3076. | |||
2011-05-12 | Clean up a formatting issue on the manpge; bug3154. | Nick Mathewson | |
2011-05-09 | Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2 | Nick Mathewson | |
2011-05-03 | Add some missing torrc entries to tor.1.txt | Nick Mathewson | |
Fixes bug 2379 | |||
2011-04-28 | Only authorities should automatically download v2 networkstatus documents | Nick Mathewson | |
Clients and relays haven't used them since early 0.2.0.x. The only remaining use by authorities learning about new relays ahead of scedule; see proposal 147 for what we intend to do about that. We're leaving in an option (FetchV2Networkstatus) to manually fetch v2 networkstatuses, because apparently dnsel and maybe bwauth want them. This fixes bug 3022. | |||
2011-04-27 | minor tweaks to manpage | Roger Dingledine | |
2011-04-27 | Revise the manpage to contain the actual intended *Nodes behavior | Nick Mathewson | |
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090. | |||
2011-03-03 | Fix typo in man page | Robert Ransom | |
2011-02-22 | Add some dollar signs in an attempt to appease older asciidocs | Nick Mathewson | |
We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink. | |||
2011-02-22 | Merge branch 'log_domains' into maint-0.2.2 | Nick Mathewson | |
2011-02-10 | Merge remote-tracking branch 'rransom/bug2089' into maint-0.2.2 | Nick Mathewson | |
2011-02-10 | Document what descriptors HSAuthoritativeDir serves | Robert Ransom | |
Fixes bug 2089. | |||
2011-02-09 | Update documentation for PublishServerDescriptor (0.2.2.x) | Robert Ransom | |
2011-02-07 | typo in manpage fix | Nick Mathewson | |
2011-02-07 | Merge branch 'bug2279' into maint-0.2.2 | Nick Mathewson | |
2011-02-07 | Some cleanups to bug2279 messages/docs from rransom | Nick Mathewson | |
2011-01-28 | Remove country codes from EntryNodes manpage entry | Sebastian Hahn | |
2011-01-26 | add documentation for ClientRejectInternalAddresses | Nick Mathewson | |
2011-01-26 | Explain soft shutdown mode a little better in the accountingmax documentation | Nick Mathewson | |
2011-01-25 | Add a torrc option to report log domains | Nick Mathewson | |
2011-01-25 | Simplify syntax for negated log domains | Nick Mathewson | |
Previously if you wanted to say "All messages except network messages", you needed to say "[*,~net]" and if you said "[~net]" by mistake, you would get no messages at all. Now, if you say "[~net]", you get everything except networking messages. | |||
2011-01-25 | Add manpage entry for logging domains | Nick Mathewson | |
Fixes issue 2215. | |||
2010-11-15 | Make the coducmentation for SingleHop stuff slightly more dire | Nick Mathewson | |
2010-11-10 | Document hs dht min uptime change in privnets | Sebastian Hahn | |
In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2 defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a changes file. | |||
2010-11-10 | Document the AllowSingleHopExits option | Sebastian Hahn | |
2010-11-10 | Improve documentation for RelayBandwdith* options | Sebastian Hahn | |
Jesse Adelman noticed that we don't currently describe what happens very well. | |||
2010-11-10 | Add V3BandwidthsFile to the manpage | Sebastian Hahn | |
2010-11-10 | Change Natd into NATD in our options. | Sebastian Hahn | |
Breaking this out of the last commit because this might be more controversial. | |||
2010-11-10 | Fix a typo in the manpage | Sebastian Hahn | |
2010-10-04 | Clarify PublishServerDescriptor even more | Nick Mathewson | |
2010-09-30 | Describe BridgeRelay and PublishServerDescriptor more correctly. | Robert Ransom | |
2010-09-27 | Merge branch 'refuseunknown' into maint-0.2.2 | Nick Mathewson | |
2010-09-27 | Add RefuseUnknownExits to the manpage | Sebastian Hahn | |
2010-09-24 | Merge remote branch 'sebastian/continuation' | Nick Mathewson | |
2010-09-21 | Correct default for RendPostPeriod in docs | John Brooks | |
2010-09-11 | Document multiline options in the manpage | Sebastian Hahn | |
2010-08-15 | Update man page, now that *Statistics can be changed while Tor is running. | Karsten Loesing | |
2010-07-31 | Clarify that cmd-line options override torrc options | Nick Mathewson | |
2010-07-30 | Document 20KB requirement in BandwidthRate documentation | Nick Mathewson | |
This fixes the last suggestion of bug #1195. | |||
2010-07-14 | fetching a directory on sighup is years out of date | Roger Dingledine | |
2010-06-29 | Merge remote branch 'mikeperry/cbt-bugfixes3' | Nick Mathewson | |