Skip to content
Snippets Groups Projects
  1. Sep 21, 2013
    • Roger Dingledine's avatar
      back out most of 1d0ba9a6 · 4f036acd
      Roger Dingledine authored
      this was causing directory authorities to send a time of 0 on all
      connections they generated themselves, which means everybody reachability
      test caused a time skew warning in the log for that relay.
      
      (i didn't just revert, because the changes file has been modified by
      other later commits.)
      4f036acd
  2. Sep 20, 2013
  3. Sep 10, 2013
  4. Sep 05, 2013
  5. Sep 04, 2013
    • Nick Mathewson's avatar
      use !cbt_disabled in place of LearnCBT to avoid needless circs · 4f3dbb3c
      Nick Mathewson authored
      This would make us do testing circuits "even when cbt is disabled by
      consensus, or when we're a directory authority, or when we've failed
      to write cbt history to our state file lately." (Roger's words.)
      
      This is a fix for 9671 and an improvement in our fix for 5049.
      The original misbehavior was in 0.2.2.14-alpha; the incomplete
      fix was in 0.2.3.17-beta.
      4f3dbb3c
  6. Sep 03, 2013
  7. Aug 22, 2013
  8. Aug 21, 2013
  9. Aug 20, 2013
    • Nick Mathewson's avatar
      Send NETINFO on receiving a NETINFO if we have not yet sent one. · 1bb4a4f9
      Nick Mathewson authored
      Relays previously, when initiating a connection, would only send a
      NETINFO after sending an AUTHENTICATE.  But bridges, when receiving a
      connection, would never send AUTH_CHALLENGE.  So relays wouldn't
      AUTHENTICATE, and wouldn't NETINFO, and then bridges would be
      surprised to be receiving CREATE cells on a non-open circuit.
      
      Fixes bug 9546.
      1bb4a4f9
  10. Aug 12, 2013
  11. Aug 10, 2013
  12. Aug 06, 2013
  13. Aug 05, 2013
  14. Jul 31, 2013
  15. Jul 30, 2013
  16. Jul 26, 2013
  17. Jul 23, 2013
  18. Jul 19, 2013
  19. Jul 16, 2013
  20. Jul 08, 2013
  21. Jul 03, 2013
    • Nick Mathewson's avatar
      FIx undefined behavior in dirvote.c · 15cd79f8
      Nick Mathewson authored
       Fix a bug in the voting algorithm that could yield incorrect results
       when a non-naming authority declared too many flags. Fixes bug 9200;
       bugfix on 0.2.0.3-alpha.
      
      Found by coverity scan.
      15cd79f8
  22. Jun 29, 2013
  23. Jun 24, 2013
Loading