Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-03 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-06-02 | Update man page for new UseBridges tristate behaviour. | anonym | |
2011-05-15 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-05-15 | Clean up the 2972 implementation a little | Sebastian Hahn | |
2011-05-15 | Add UnixSocketsGroupWritable config flag | Jé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-13 | Merge 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-13 | Add a ControlPortFileGroupWritable option | Nick Mathewson | |
2011-05-13 | Write automatically-chosen control ports to a file. | Nick Mathewson | |
2011-05-13 | "(Socks|Control|etc)Port auto" now tells Tor to open an arbitrary port | Nick Mathewson | |
This is the major part of the implementation for trac issue 3076. | |||
2011-05-12 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-05-12 | Clean up a formatting issue on the manpge; bug3154. | Nick Mathewson | |
2011-05-09 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/directory.c | |||
2011-05-09 | Merge remote-tracking branch 'public/bug3022_v2' into maint-0.2.2 | Nick Mathewson | |
2011-05-04 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-05-03 | Add some missing torrc entries to tor.1.txt | Nick Mathewson | |
Fixes bug 2379 | |||
2011-04-28 | Only authorities should automatically download v2 networkstatus documents | Nick Mathewson | |
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. | |||
2011-04-27 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: doc/tor.1.txt | |||
2011-04-27 | Merge maint-0.2.2 for the bug1090-part1-squashed branch | Nick Mathewson | |
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. | |||
2011-04-27 | minor tweaks to manpage | Roger Dingledine | |
2011-04-27 | Revise the manpage to contain the actual intended *Nodes behavior | Nick Mathewson | |
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090. | |||
2011-04-05 | Tweaks to Cagara's CountPrivateBandwidth patch: | Nick Mathewson | |
- 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. | |||
2011-03-04 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-03-03 | Fix typo in man page | Robert Ransom | |
2011-02-22 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-02-22 | Add some dollar signs in an attempt to appease older asciidocs | Nick Mathewson | |
We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink. | |||
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 | Implement more heartbeat message stuff. | George Kadianakis | |
(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 ) | |||
2011-02-22 | Initial heartbeat subsystem commit. | Sebastian Hahn | |
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). | |||
2011-02-10 | 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 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: doc/tor.1.txt | |||
2011-02-10 | Document what descriptors HSAuthoritativeDir serves | Robert Ransom | |
Fixes bug 2089. | |||
2011-02-09 | Update documentation for PublishServerDescriptor (0.2.2.x) | Robert Ransom | |
2011-02-07 | 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-01-28 | Remove country codes from EntryNodes manpage entry | Sebastian Hahn | |
2011-01-26 | add documentation for ClientRejectInternalAddresses | Nick Mathewson | |
2011-01-26 | 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-25 | Add a torrc option to report log domains | Nick Mathewson | |
2011-01-25 | Simplify syntax for negated log domains | Nick Mathewson | |
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. | |||
2011-01-25 | Add manpage entry for logging domains | Nick Mathewson | |
Fixes issue 2215. | |||
2010-12-03 | Write bidirectional connection stats in single line. | Karsten Loesing | |
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. | |||
2010-12-03 | Add ChangeLog entry and man page entry. | Karsten Loesing | |
2010-11-15 | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/config.c src/or/cpuworker.c | |||
2010-11-15 | Make the coducmentation for SingleHop stuff slightly more dire | Nick Mathewson | |