aboutsummaryrefslogtreecommitdiff
path: root/doc/tor.1.txt
Commit message (Expand)AuthorAge
* 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
* | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-22
|\|
| * Merge branch 'log_domains' into maint-0.2.2Nick Mathewson2011-02-22
| |\
| | * Add a torrc option to report log domainsNick Mathewson2011-01-25
| | * Simplify syntax for negated log domains•••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. Nick Mathewson2011-01-25
| | * Add manpage entry for logging domains•••Fixes issue 2215. Nick Mathewson2011-01-25
* | | Implement more heartbeat message stuff.•••(This squashes multiple commits: * Adds uptime monitoring support. * Adds circuit counting code. * Trivially tweaks the documentation. * Trivial run_scheduled_events() code tweaking. * Adds a status.h to export functions. * Added bandwidth monitoring code. * Added consensus presense detection code. * Restricts the precision of the bandwidth output. * Various fixes. * Fixed style and spacing problems. * Tidied up src/or/Makefile.am * Couple of minor fixes on status.c functions. * 'Implemented' client heartbeat support ) George Kadianakis2011-02-22
* | | Initial heartbeat subsystem commit.•••Sets: * Documentation * Logging domain * Configuration option * Scheduled event * Makefile It also creates status.c and the log_heartbeat() function. All code was written by Sebastian Hahn. Commit message was written by me (George Kadianakis). Sebastian Hahn2011-02-22
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2011-02-10
|\| |
| * | Merge remote-tracking branch 'rransom/bug2089' into maint-0.2.2Nick Mathewson2011-02-10
| |\ \
| | * | Document what descriptors HSAuthoritativeDir serves•••Fixes bug 2089. Robert Ransom2011-02-10
* | | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts: doc/tor.1.txt Nick Mathewson2011-02-10
|\| | |
| * | | Update documentation for PublishServerDescriptor (0.2.2.x)Robert Ransom2011-02-09
| |/ /
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-07
|\| |
| * | typo in manpage fixNick Mathewson2011-02-07
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-02-07
|\| |
| * | Merge branch 'bug2279' into maint-0.2.2Nick Mathewson2011-02-07
| |\ \
| | * | Some cleanups to bug2279 messages/docs from rransomNick Mathewson2011-02-07
| | * | add documentation for ClientRejectInternalAddressesNick Mathewson2011-01-26
| | |/
| * | Remove country codes from EntryNodes manpage entrySebastian Hahn2011-01-28
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2011-01-26
|\| |
| * | Explain soft shutdown mode a little better in the accountingmax documentationNick Mathewson2011-01-26
| |/
* | Write bidirectional connection stats in single line.•••There's no need to have a separate line conn-stats-end for the end date and interval length with only a single line conn-bi-direct following. Karsten Loesing2010-12-03
* | Add ChangeLog entry and man page entry.Karsten Loesing2010-12-03
* | Merge remote branch 'origin/maint-0.2.2'•••Conflicts: src/or/config.c src/or/cpuworker.c Nick Mathewson2010-11-15
|\|
| * Make the coducmentation for SingleHop stuff slightly more direNick Mathewson2010-11-15
| * Document hs dht min uptime change in privnets•••In f87c6f100d2faf8d we made it so that MinUptimeHidServDirectoryV2 defaults to 0 if TestingTorNetwork is set. Add a manpage entry and a changes file. Sebastian Hahn2010-11-10
| * Document the AllowSingleHopExits optionSebastian Hahn2010-11-10
| * Improve documentation for RelayBandwdith* options•••Jesse Adelman noticed that we don't currently describe what happens very well. Sebastian Hahn2010-11-10
| * Add V3BandwidthsFile to the manpageSebastian Hahn2010-11-10
| * Change Natd into NATD in our options.•••Breaking this out of the last commit because this might be more controversial. Sebastian Hahn2010-11-10
| * Fix a typo in the manpageSebastian Hahn2010-11-10
* | Merge branch 'loggranularity'Nick Mathewson2010-11-08
|\ \
| * | Fix log granularity based on Nick's comments.•••Instead of rejecting a value that doesn't divide into 1 second, round to the nearest divisor of 1 second and warn. Document that the option only controls the granularity written by Tor to a file or console log. It does not (for example) "batch up" log messages to affect times logged by a controller, times attached to syslog messages, or the mtime fields on log files. Karsten Loesing2010-11-08
| * | Make logging resolution configurable.•••Implements enhancement 1668. Karsten Loesing2010-10-04
* | | Merge branch 'nodes'Nick Mathewson2010-10-13
|\ \ \
| * | | Implement node-based router family code•••Also, make the NodeFamily option into a list of routersets. This lets us git rid of router_in_nickname_list (or whatever it was called) without porting it to work with nodes, and also lets people specify country codes and IP ranges in NodeFamily Nick Mathewson2010-10-01
| |/ /
* | | Merge remote branch 'origin/maint-0.2.2'Nick Mathewson2010-10-04
|\ \ \ | |/ / |/| / | |/
| * Clarify PublishServerDescriptor even moreNick Mathewson2010-10-04
| * Describe BridgeRelay and PublishServerDescriptor more correctly.Robert Ransom2010-09-30
* | Start tor-fw-helper in the background, and log whatever it outputsSteven Murdoch2010-09-30
* | Autodetect the number of CPUs when possible if NumCPUs==0•••This is needed for IOCP, since telling the IOCP backend about all your CPUs is a good idea. It'll also come in handy with asn's multithreaded crypto stuff, and for people who run servers without reading the manual. Nick Mathewson2010-09-28
* | Add a new option to enable/disable IOCP supportNick Mathewson2010-09-28
|/
* Merge branch 'refuseunknown' into maint-0.2.2Nick Mathewson2010-09-27
|\
| * Add RefuseUnknownExits to the manpageSebastian Hahn2010-09-27
* | 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