aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
...
* | | | | 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 pageRoger Dingledine2011-10-25
| | | | | | | | | | | | | | | | | | | | Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one.
* | | | 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 secFlorian Tschorsch2011-09-22
| |_|/ |/| | | | | | | | Implements bug3630.
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-09-07
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift.
| * | 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
| | | |
* | | | add another heuristic for making release notesRoger Dingledine2011-08-28
| | | |
* | | | 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-14
|\| | |
| * | | Update HACKING with some more release instructionsSebastian Hahn2011-07-14
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-07-06
|\| | |
| * | | Fix weird formatting of html manpageSebastian Hahn2011-07-06
| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-22
|\| | |
| * | | explain that the ./publish should happen soon after the scpRoger Dingledine2011-06-21
| | | | | | | | | | | | | | | | otherwise you scp a tarball up but only one version of the website has it.
* | | | Add port 6523 (Gobby) to LongLivedPorts.intrigeri2011-06-20
| | | |
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/or/config.c src/or/or.h
| * | | Revert "Update man page for new UseBridges tristate behaviour."Nick Mathewson2011-06-17
| |/ / | | | | | | | | | This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
* | | Ensure the release tarball contains all manpagesSebastian Hahn2011-06-12
| | | | | | | | | | | | Thanks to Nick for the idea for the fix.
* | | Move errant doc/nodefamily_routerset into 0.2.3.1-alpha ChangeLog. Fix bug 3373Nick Mathewson2011-06-10
| | |
* | | 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 flagJérémy Bobbio2011-05-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-13
|\| | | | | | | | | | | | | Conflicts: src/or/config.c src/or/dirserv.c src/or/or.h
| * 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 portNick Mathewson2011-05-13
| | | | | | | | This is the major part of the implementation for trac issue 3076.
* | 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 branch 'maint-0.2.2'Roger Dingledine2011-05-10
|\|
| * another changelog heuristic based on 0.2.3.1-alphaRoger Dingledine2011-05-10
| |
* | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-09
|\| | | | | | | | | Conflicts: src/or/directory.c
| * Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2Nick Mathewson2011-05-09
| |\
| | * Only authorities should automatically download v2 networkstatus documentsNick Mathewson2011-04-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-05
|\| |
| * | fix the website directions.Andrew Lewman2011-05-05
| | |
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-05-04
|\| |
| * | Merge branch 'bug2379' into maint-0.2.2Nick Mathewson2011-05-04
| |\ \