Skip to content
Snippets Groups Projects
  1. Nov 17, 2017
  2. 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
    • David Goulet's avatar
      relay: Avoid extra LOG_NOTICE for every new descriptor batch · 380a9511
      David Goulet authored
      
      Commit 56c5e282 suppressed that same log
      statement in directory_info_has_arrived() for microdescriptors so do the same
      for the descriptors. As the commit says, we already have the bootstrap
      progress for this.
      
      Fixes #23861
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      380a9511
    • Nick Mathewson's avatar
      Downgrade evdns warnings about weird replies. · 2a98fcb8
      Nick Mathewson authored
      evdns is allowed to give us unrecognized object types; it is allowed
      to give us non-IPv4 answer types, and it is (even) allowed to give
      us empty answers without an error.
      
      Closes ticket 24097.
      2a98fcb8
  3. Nov 15, 2017
  4. Nov 14, 2017
  5. Nov 13, 2017
Loading