Skip to content
Snippets Groups Projects
  1. Jun 12, 2011
  2. Jun 10, 2011
  3. Jun 02, 2011
  4. May 16, 2011
    • Sebastian Hahn's avatar
      Clean up the 2972 implementation a little · 41982612
      Sebastian Hahn authored and Nick Mathewson's avatar Nick Mathewson committed
      41982612
    • Jérémy Bobbio's avatar
      Add UnixSocketsGroupWritable config flag · d41ac64a
      Jérémy Bobbio authored and Nick Mathewson's avatar Nick Mathewson committed
      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.
      d41ac64a
  5. May 13, 2011
  6. May 12, 2011
  7. May 11, 2011
  8. May 05, 2011
  9. May 04, 2011
  10. May 02, 2011
  11. Apr 29, 2011
  12. Apr 27, 2011
  13. Apr 05, 2011
    • Nick Mathewson's avatar
      Tweaks to Cagara's CountPrivateBandwidth patch: · 1a49fdec
      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.
      1a49fdec
  14. Mar 10, 2011
  15. Mar 08, 2011
  16. Mar 03, 2011
  17. Feb 22, 2011
    • Nick Mathewson's avatar
      Add some dollar signs in an attempt to appease older asciidocs · 530e87ce
      Nick Mathewson authored
      We should really require a modern asiidoc: backporting stuff to 8.2 is
      a timesink.
      530e87ce
    • Roger Dingledine's avatar
      prefer https urls · 0ab62a4d
      Roger Dingledine authored
      0ab62a4d
    • George Kadianakis's avatar
      Implement more heartbeat message stuff. · ee95430d
      George Kadianakis authored and Nick Mathewson's avatar Nick Mathewson committed
      (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
      )
      ee95430d
    • Sebastian Hahn's avatar
      Initial heartbeat subsystem commit. · 098b6ba7
      Sebastian Hahn authored and Nick Mathewson's avatar Nick Mathewson committed
      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).
      098b6ba7
  18. Feb 21, 2011
  19. Feb 18, 2011
  20. Feb 14, 2011
  21. Feb 10, 2011
  22. Feb 09, 2011
  23. Feb 07, 2011
Loading