- Jun 12, 2011
-
-
Sebastian Hahn authored
Thanks to Nick for the idea for the fix.
-
- Jun 10, 2011
-
-
Nick Mathewson authored
-
- Jun 02, 2011
-
-
- May 16, 2011
-
-
-
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.
-
- May 13, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is the major part of the implementation for trac issue 3076.
-
- May 12, 2011
-
-
Nick Mathewson authored
-
- May 11, 2011
-
-
Roger Dingledine authored
-
- May 05, 2011
-
-
- May 04, 2011
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 2379
-
- May 02, 2011
-
-
Nick Mathewson authored
-
- Apr 29, 2011
-
-
Roger Dingledine authored
-
Nick Mathewson authored
-
Nick Mathewson authored
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.
-
- Apr 27, 2011
-
-
Roger Dingledine authored
-
Nick Mathewson authored
This is a squashed version of my former desired_nodes_behavior branch that we used to specify the intended results wrt bug 1090.
-
- Apr 05, 2011
-
-
Nick Mathewson authored
- 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.
-
- Mar 10, 2011
-
-
Nick Mathewson authored
-
- Mar 08, 2011
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Roger Dingledine authored
-
- Mar 03, 2011
-
-
Robert Ransom authored
-
- Feb 22, 2011
-
-
Nick Mathewson authored
We should really require a modern asiidoc: backporting stuff to 8.2 is a timesink.
-
Roger Dingledine authored
-
(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 )
-
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).
-
- Feb 21, 2011
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
- Feb 18, 2011
-
-
- Feb 14, 2011
-
-
Nick Mathewson authored
-
Roger Dingledine authored
-
- Feb 10, 2011
-
-
Robert Ransom authored
Fixes bug 2089.
-
- Feb 09, 2011
-
-
Robert Ransom authored
-
Robert Ransom authored
-
- Feb 07, 2011
-
-
Nick Mathewson authored
-