aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
Commit message (Expand)AuthorAge
...
* | | | Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin'Nick Mathewson2011-11-07
|\ \ \ \
| * | | | Added man entry for ClientTransportPlugin.George Kadianakis2011-11-06
* | | | | fix grammar in man page entries from proposal 171Roger Dingledine2011-11-03
|/ / / /
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-10-25
|\| | |
| * | | unmangle the fingerprint example in the man page•••Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one. Roger Dingledine2011-10-25
* | | | fix default for TokenBucketRefillInterval in man pageRoger Dingledine2011-09-28
* | | | Make bufferevents work with TokenBucketRefillIntervalNick Mathewson2011-09-22
* | | | Make documentation for TokenBucketRefillInterval match its behaviorNick Mathewson2011-09-22
* | | | New torrc option to allow bucket refill intervals of less than 1 sec•••Implements bug3630. Florian Tschorsch2011-09-22
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift. Nick Mathewson2011-09-07
|\| |
| * | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson2011-09-07
| |\ \
| | * | Increase default required uptime for HSDirs to 25 hoursRobert Ransom2011-06-03
| | * | Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom2011-06-03
* | | | Merge branch 'maint-0.2.2'Roger Dingledine2011-09-02
|\| | |
| * | | Correct man page: multiple control auth styles can be set at onceRoger Dingledine2011-09-02
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-08-25
|\| | |
| * | | Mention that HiddenServiceDir must existSebastian Hahn2011-08-25
* | | | Add an OptimisticData option to control client-side optimistic dataNick Mathewson2011-07-20
* | | | Use socks username/password information in stream isolationNick Mathewson2011-07-19
* | | | Manpage updates for proposal 171 (isolated streams)Nick Mathewson2011-07-19
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-06
|\| | |
| * | | Fix weird formatting of html manpage•••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. Sebastian Hahn2011-07-06
* | | | Add port 6523 (Gobby) to LongLivedPorts.intrigeri2011-06-20
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/config.c src/or/or.h Nick Mathewson2011-06-19
|\| | |
| * | | Revert "Update man page for new UseBridges tristate behaviour."•••This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111. Nick Mathewson2011-06-17
| |/ /
* | / Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-03
|\| | | |/ |/|
| * Update man page for new UseBridges tristate behaviour.anonym2011-06-02
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-15
|\|
| * Clean up the 2972 implementation a littleSebastian Hahn2011-05-15
| * Add UnixSocketsGroupWritable config flag•••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. Jérémy Bobbio2011-05-15
* | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/config.c src/or/dirserv.c src/or/or.h Nick Mathewson2011-05-13
|\|
| * Add a ControlPortFileGroupWritable optionNick Mathewson2011-05-13
| * Write automatically-chosen control ports to a file.Nick Mathewson2011-05-13
| * "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary port•••This is the major part of the implementation for trac issue 3076. Nick Mathewson2011-05-13
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-12
|\|
| * Clean up a formatting issue on the manpge; bug3154.Nick Mathewson2011-05-12
* | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: src/or/directory.c Nick Mathewson2011-05-09
|\|
| * Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson2011-05-09
| |\
| | * Only authorities should automatically download v2 networkstatus documents•••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. Nick Mathewson2011-04-28
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-04
|\| |
| * | Add some missing torrc entries to tor.1.txt•••Fixes bug 2379 Nick Mathewson2011-05-03
| |/
* | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: doc/tor.1.txt Nick Mathewson2011-04-27
|\|
| * minor tweaks to manpageRoger Dingledine2011-04-27
* | Merge maint-0.2.2 for the bug1090-part1-squashed branch•••Resolved conflicts in: doc/tor.1.txt src/or/circuitbuild.c src/or/circuituse.c src/or/connection_edge.c src/or/connection_edge.h src/or/directory.c src/or/rendclient.c src/or/routerlist.c src/or/routerlist.h These were mostly releated to the routerinfo_t->node_t conversion. Nick Mathewson2011-04-27
|\|
| * Revise the manpage to contain the actual intended *Nodes behavior•••This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090. Nick Mathewson2011-04-27
* | Tweaks to Cagara's CountPrivateBandwidth patch:••• - Document it in the manpage - Add a changes entry - No need to log when it is set: we don't log for other options. - Use doxygen to document the new flag. - Test truth of C variables with "if (x)", not "if (x == 1)". - Simplify a complex boolean expression by breaking it up. Nick Mathewson2011-04-05
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-03-04
|\|
| * Fix typo in man pageRobert Ransom2011-03-03
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\|
| * Add some dollar signs in an attempt to appease older asciidocs•••We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink. Nick Mathewson2011-02-22