| Commit message (Expand) | Author | Age |
* | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-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 Mathewson | 2011-02-22 |
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-02-22 |
|\| |
|
| * | Merge branch 'log_domains' into maint-0.2.2 | Nick Mathewson | 2011-02-22 |
| |\ |
|
| | * | Add a torrc option to report log domains | Nick Mathewson | 2011-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 Mathewson | 2011-01-25 |
| | * | Add manpage entry for logging domains•••Fixes issue 2215.
| Nick Mathewson | 2011-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 Kadianakis | 2011-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 Hahn | 2011-02-22 |
* | | | Merge remote-tracking branch 'origin/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•••Fixes bug 2089.
| Robert Ransom | 2011-02-10 |
* | | | | Merge remote-tracking branch 'origin/maint-0.2.2'•••Conflicts:
doc/tor.1.txt
| Nick Mathewson | 2011-02-10 |
|\| | | |
|
| * | | | Update documentation for PublishServerDescriptor (0.2.2.x) | Robert Ransom | 2011-02-09 |
| |/ / |
|
* | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-02-07 |
|\| | |
|
| * | | typo in manpage fix | Nick Mathewson | 2011-02-07 |
* | | | Merge remote branch 'origin/maint-0.2.2' | 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-02-07 |
| | * | | add documentation for ClientRejectInternalAddresses | Nick Mathewson | 2011-01-26 |
| | |/ |
|
| * | | Remove country codes from EntryNodes manpage entry | Sebastian Hahn | 2011-01-28 |
* | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-26 |
|\| | |
|
| * | | Explain soft shutdown mode a little better in the accountingmax documentation | Nick Mathewson | 2011-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 Loesing | 2010-12-03 |
* | | Add ChangeLog entry and man page entry. | Karsten Loesing | 2010-12-03 |
* | | Merge remote branch 'origin/maint-0.2.2'•••Conflicts:
src/or/config.c
src/or/cpuworker.c
| Nick Mathewson | 2010-11-15 |
|\| |
|
| * | Make the coducmentation for SingleHop stuff slightly more dire | Nick Mathewson | 2010-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 Hahn | 2010-11-10 |
| * | Document the AllowSingleHopExits option | Sebastian Hahn | 2010-11-10 |
| * | Improve documentation for RelayBandwdith* options•••Jesse Adelman noticed that we don't currently describe what
happens very well.
| Sebastian Hahn | 2010-11-10 |
| * | Add V3BandwidthsFile to the manpage | Sebastian Hahn | 2010-11-10 |
| * | Change Natd into NATD in our options.•••Breaking this out of the last commit because this might be more
controversial.
| Sebastian Hahn | 2010-11-10 |
| * | Fix a typo in the manpage | Sebastian Hahn | 2010-11-10 |
* | | Merge branch 'loggranularity' | Nick Mathewson | 2010-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 Loesing | 2010-11-08 |
| * | | Make logging resolution configurable.•••Implements enhancement 1668.
| Karsten Loesing | 2010-10-04 |
* | | | Merge branch 'nodes' | Nick Mathewson | 2010-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 Mathewson | 2010-10-01 |
| |/ / |
|
* | | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-10-04 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Clarify PublishServerDescriptor even more | Nick Mathewson | 2010-10-04 |
| * | Describe BridgeRelay and PublishServerDescriptor more correctly. | Robert Ransom | 2010-09-30 |
* | | Start tor-fw-helper in the background, and log whatever it outputs | Steven Murdoch | 2010-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 Mathewson | 2010-09-28 |
* | | Add a new option to enable/disable IOCP support | Nick Mathewson | 2010-09-28 |
|/ |
|
* | Merge branch 'refuseunknown' into maint-0.2.2 | Nick Mathewson | 2010-09-27 |
|\ |
|
| * | Add RefuseUnknownExits to the manpage | Sebastian Hahn | 2010-09-27 |
* | | Merge remote branch 'sebastian/continuation' | Nick Mathewson | 2010-09-24 |
|\ \ |
|
| * | | Document multiline options in the manpage | Sebastian Hahn | 2010-09-11 |
| |/ |
|
* / | Correct default for RendPostPeriod in docs | John Brooks | 2010-09-21 |
|/ |
|
* | Update man page, now that *Statistics can be changed while Tor is running. | Karsten Loesing | 2010-08-15 |