Skip to content
Snippets Groups Projects
  1. Jun 29, 2015
  2. Jun 28, 2015
  3. Jun 27, 2015
  4. Jun 25, 2015
  5. Jun 24, 2015
    • Yawning Angel's avatar
      Work around nytimes.com's broken hostnames in our SOCKS checks. · 3f336966
      Yawning Angel authored
      RFC 952 is approximately 30 years old, and people are failing to comply,
      by serving A records with '_' as part of the hostname.  Since relaxing
      the check is a QOL improvement for our userbase, relax the check to
      allow such abominations as destinations, especially since there are
      likely to be other similarly misconfigured domains out there.
      3f336966
  6. Jun 22, 2015
    • Nick Mathewson's avatar
      Repair breakage in early-error case of microdesc parsing · e0b75988
      Nick Mathewson authored
      When I fixed #11243, I made it so we would take the digest of a
      descriptor before tokenizing it, so we could desist from download
      attempts if parsing failed.  But when I did that, I didn't remove an
      assertion that the descriptor began with "onion-key".  Usually, this
      was enforced by "find_start_of_next_microdescriptor", but when
      find_start_of_next_microdescriptor returned NULL, the assertion was
      triggered.
      
      Fixes bug 16400.  Thanks to torkeln for reporting and
      cypherpunks_backup for diagnosing and writing the first fix here.
      e0b75988
  7. Jun 19, 2015
  8. Jun 18, 2015
  9. Jun 17, 2015
Loading