Skip to content
Snippets Groups Projects
  1. Apr 28, 2014
  2. Apr 26, 2014
  3. Apr 24, 2014
    • Nick Mathewson's avatar
      Change the logic for the default for MaxMemInQueues · 17ecd04f
      Nick Mathewson authored
      If we can't detect the physical memory, the new default is 8 GB on
      64-bit architectures, and 1 GB on 32-bit architectures.
      
      If we *can* detect the physical memory, the new default is
        CLAMP(256 MB, phys_mem * 0.75, MAX_DFLT)
      where MAX_DFLT is 8 GB on 64-bit architectures and 2 GB on 32-bit
      architectures.
      
      You can still override the default by hand.  The logic here is simply
      trying to choose a lower default value on systems with less than 12 GB
      of physical RAM.
      17ecd04f
  4. Apr 17, 2014
    • dana koch's avatar
      Educate tor on OpenBSD's use of divert-to rules with the pf firewall. · f680d0fd
      dana koch authored and Nick Mathewson's avatar Nick Mathewson committed
      This means that tor can run without needing to communicate with ioctls
      to the firewall, and therefore doesn't need to run with privileges to
      open the /dev/pf device node.
      
      A new TransProxyType is added for this purpose, "pf-divert"; if the user
      specifies this TransProxyType in their torrc, then the pf device node is
      never opened and the connection destination is determined with getsockname
      (as per pf(4)). The default behaviour (ie., when TransProxyType is "default"
      when using the pf firewall) is still to assume that pf is configured with
      rdr-to rules.
      f680d0fd
    • Nick Mathewson's avatar
      ipfw TransPort support on FreeBSD (10267) · 3e4680f3
      Nick Mathewson authored
      This isn't on by default; to get it, you need to set "TransProxyType
      ipfw".  (The original patch had automatic detection for whether
      /dev/pf is present and openable, but that seems marginally fragile.)
      3e4680f3
  5. Apr 02, 2014
  6. Mar 26, 2014
    • Nick Mathewson's avatar
      Fix build of torify.1 · 91f6a422
      Nick Mathewson authored
      The build was broken by changes in f8c45339, but we didn't
      notice, since that commit also made torify.1 only get built when
      tor-fw-helper was turned on.
      
      Fixes bug 11321; bugfix on Tor 0.2.5.1-alpha.
      91f6a422
  7. Mar 25, 2014
    • Nick Mathewson's avatar
      Fix SOCKSPort documentation layout · 5e967290
      Nick Mathewson authored
      In the end this required a slightly nasty hack using a dummy anchor as
      an option heading in order to make the "Other recognized __flags__"
      line indent properly.
      
      Fixes bug 11061; Bugfix on 61d740ed.
      5e967290
  8. Mar 23, 2014
  9. Mar 20, 2014
  10. Mar 18, 2014
  11. Mar 13, 2014
  12. Mar 06, 2014
  13. Mar 05, 2014
  14. Mar 04, 2014
  15. Mar 03, 2014
  16. Feb 28, 2014
  17. Feb 12, 2014
  18. Feb 11, 2014
    • Nick Mathewson's avatar
      Tweak DirAuthority documentation · 0228b9bd
      Nick Mathewson authored
      Per a comment from karsten, there is no longer v2 authority support,
      so stop pretending there is. Also, fix a grammar error.x
      0228b9bd
    • Nick Mathewson's avatar
      Remove TunnelDirConns and PreferTunnelledDirConns · ce450bdd
      Nick Mathewson authored
      These options were added back in 0.1.2.5-alpha, but no longer make any
      sense now that all directories support tunneled connections and
      BEGIN_DIR cells.  These options were on by default; now they are
      always-on.
      
      This is a fix for 10849, where TunnelDirConns 0 would break hidden
      services -- and that bug arrived, I think, in 0.2.0.10-alpha.
      ce450bdd
    • Nick Mathewson's avatar
      Remove options for configuring HS authorities. · c0483c7f
      Nick Mathewson authored
      (There is no longer meaningfully any such thing as a HS authority,
      since we stopped uploading or downloading v0 hs descriptors in
      0.2.2.1-alpha.)
      
      Implements #10881, and part of #10841.
      c0483c7f
  19. Feb 03, 2014
  20. Jan 31, 2014
  21. Jan 21, 2014
  22. Dec 24, 2013
  23. Nov 20, 2013
  24. Nov 10, 2013
  25. Nov 07, 2013
Loading