Skip to content
Snippets Groups Projects
  1. Jan 17, 2018
    • Taylor Yu's avatar
      Work around Travis CI ptrace regression · 49de586a
      Taylor Yu authored
      Travis CI deployed a change that disables ptrace capabilities in
      container builds, which prevents LeakSanitizer on clang from working
      properly.  Set "sudo: required" to force non-container builds for
      clang and work around this.
      49de586a
  2. Jan 08, 2018
  3. Dec 21, 2017
  4. Dec 20, 2017
  5. Dec 11, 2017
  6. Dec 01, 2017
  7. Nov 30, 2017
  8. Nov 29, 2017
    • David Goulet's avatar
      Use local descriptor object to exclude self in path selection · 6ab07419
      David Goulet authored and Nick Mathewson's avatar Nick Mathewson committed
      TROVE-2017-12. Severity: Medium
      
      When choosing a random node for a circuit, directly use our router
      descriptor to exclude ourself instead of the one in the global
      descriptor list. That list could be empty because tor could be
      downloading them which could lead to not excluding ourself.
      
      Closes #21534
      6ab07419
  9. Nov 27, 2017
  10. Nov 18, 2017
  11. Nov 16, 2017
    • Nick Mathewson's avatar
      Fix a traceback when closing a blocked connection "immediately". · 95238eb9
      Nick Mathewson authored
      When we close a connection via connection_close_immediately, we kill
      its events immediately. But if it had been blocked on bandwidth
      read/write, we could try to re-add its (nonexistent) events later
      from connection_bucket_refill -- if we got to that callback before
      we swept the marked connections.
      
      Fixes bug 24167.  Fortunately, this hasn't been a crash bug since we
      introduced connection_check_event in 0.2.9.10, and backported it.
      
      This is a bugfix on commit 89d42291, I believe, which
      appeared in Tor 0.1.0.1-rc.
      95238eb9
  12. Nov 14, 2017
  13. Nov 10, 2017
  14. Oct 25, 2017
  15. Oct 24, 2017
  16. Oct 23, 2017
  17. Oct 17, 2017
  18. Oct 05, 2017
  19. Sep 07, 2017
  20. Aug 03, 2017
  21. Aug 01, 2017
  22. Jul 26, 2017
  23. Jul 25, 2017
Loading