aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2011-11-29Correct manpage entry for DynamicDHGroupsNick Mathewson
2011-11-29Merge remote-tracking branch 'asn-mytor/bug4548_take2'Nick Mathewson
2011-11-28Manpage for DisableNetworkNick Mathewson
2011-11-24Merge remote-tracking branch 'ioerror/DisableDebuggerAttachment'Nick Mathewson
Conflicts: src/or/config.c
2011-11-24Document DynamicPrimes in the manual page.George Kadianakis
2011-11-23sebastian is the new karsten, i hearRoger Dingledine
2011-11-21update the man page for the new AuthDirFastGuarantee valueRoger Dingledine
2011-11-21Merge branch 'maint-0.2.2'Roger Dingledine
Conflicts: src/or/dirserv.c
2011-11-21man page entries for AuthDir{Fast,GuardBW}GuaranteeRoger Dingledine
2011-11-07Merge remote-tracking branch 'asn-mytor/bug4012_clienttransportplugin'Nick Mathewson
2011-11-06Added man entry for ClientTransportPlugin.George Kadianakis
2011-11-03fix grammar in man page entries from proposal 171Roger Dingledine
2011-10-25Merge branch 'maint-0.2.2'Roger Dingledine
2011-10-25unmangle the fingerprint example in the man pageRoger Dingledine
Remove a confusing dollar sign from the example fingerprint in the man page, and also make example fingerprint a valid one.
2011-09-28fix default for TokenBucketRefillInterval in man pageRoger Dingledine
2011-09-22Make bufferevents work with TokenBucketRefillIntervalNick Mathewson
2011-09-22Make documentation for TokenBucketRefillInterval match its behaviorNick Mathewson
2011-09-22New torrc option to allow bucket refill intervals of less than 1 secFlorian Tschorsch
Implements bug3630.
2011-09-07Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift.
2011-09-07Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2Nick Mathewson
2011-09-02Merge branch 'maint-0.2.2'Roger Dingledine
2011-09-02Correct man page: multiple control auth styles can be set at onceRoger Dingledine
2011-08-28add another heuristic for making release notesRoger Dingledine
2011-08-25Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-08-25Mention that HiddenServiceDir must existSebastian Hahn
2011-07-20Add an OptimisticData option to control client-side optimistic dataNick Mathewson
2011-07-19Use socks username/password information in stream isolationNick Mathewson
2011-07-19Manpage updates for proposal 171 (isolated streams)Nick Mathewson
2011-07-14Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-14Update HACKING with some more release instructionsSebastian Hahn
2011-07-06Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-07-06Fix weird formatting of html manpageSebastian 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-22Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-21explain that the ./publish should happen soon after the scpRoger Dingledine
otherwise you scp a tarball up but only one version of the website has it.
2011-06-20Add port 6523 (Gobby) to LongLivedPorts.intrigeri
2011-06-19Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c src/or/or.h
2011-06-17Revert "Update man page for new UseBridges tristate behaviour."Nick Mathewson
This reverts commit 40cfad1b5ae90b06eb74861a4fdc1310f8611111.
2011-06-12Ensure the release tarball contains all manpagesSebastian Hahn
Thanks to Nick for the idea for the fix.
2011-06-10Move errant doc/nodefamily_routerset into 0.2.3.1-alpha ChangeLog. Fix bug 3373Nick Mathewson
2011-06-03Increase default required uptime for HSDirs to 25 hoursRobert Ransom
2011-06-03Add a VoteOnHidServDirectoriesV2 configuration optionRobert Ransom
2011-06-03Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-06-02Update man page for new UseBridges tristate behaviour.anonym
2011-06-01New configuration option: DisableDebuggerAttachmentJacob Appelbaum
If set to 1, Tor will attempt to prevent basic debugging attachment attempts by other processes. (Default: 1) Supports Mac OS X and Gnu/Linux. Sebastian provided useful feedback and refactoring suggestions. Signed-off-by: Jacob Appelbaum <jacob@appelbaum.net>
2011-05-15Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
2011-05-15Clean up the 2972 implementation a littleSebastian Hahn
2011-05-15Add UnixSocketsGroupWritable config flagJé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-13Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson
Conflicts: src/or/config.c src/or/dirserv.c src/or/or.h
2011-05-13Add a ControlPortFileGroupWritable optionNick Mathewson
2011-05-13Write automatically-chosen control ports to a file.Nick Mathewson