Skip to content
Snippets Groups Projects
  1. Apr 30, 2019
  2. Apr 19, 2019
  3. Apr 05, 2019
  4. Apr 04, 2019
    • Nick Mathewson's avatar
      Do not cache bogus results from classifying client ciphers · 1710f4bb
      Nick Mathewson authored
      When classifying a client's selection of TLS ciphers, if the client
      ciphers are not yet available, do not cache the result. Previously,
      we had cached the unavailability of the cipher list and never looked
      again, which in turn led us to assume that the client only supported
      the ancient V1 link protocol.  This, in turn, was causing Stem
      integration tests to stall in some cases.  Fixes bug 30021; bugfix
      on 0.2.4.8-alpha.
      1710f4bb
  5. Apr 03, 2019
  6. Apr 01, 2019
  7. Mar 22, 2019
  8. Mar 20, 2019
  9. Mar 19, 2019
  10. Mar 18, 2019
  11. Mar 14, 2019
    • Roger Dingledine's avatar
      relays shouldn't close idle rend circuits · add0f89c
      Roger Dingledine authored
      Allow connections to single onion services to remain idle without being
      disconnected.
      
      Relays acting as rendezvous points for single onion services were
      mistakenly closing idle established rendezvous circuits after 60 seconds,
      thinking that they are unused directory-fetching circuits that had served
      their purpose.
      
      Fixes bug 29665; bugfix on 0.2.1.26.
      add0f89c
  12. Mar 13, 2019
  13. Mar 09, 2019
  14. Mar 08, 2019
    • David Goulet's avatar
      hs-v2: Copy needed information between service on prunning · b4e44a37
      David Goulet authored
      
      Turns out that when reloading a tor configured with hidden service(s), we
      weren't copying all the needed information between the old service object to
      the new one.
      
      For instance, the desc_is_dirty timestamp wasn't which could lead to the
      service uploading its descriptor much later than it would need to.
      
      The replaycache wasn't also moved over and some intro point information as
      well.
      
      Fixes #23790
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      b4e44a37
  15. Mar 06, 2019
  16. Mar 01, 2019
  17. Feb 27, 2019
  18. Feb 19, 2019
  19. Feb 12, 2019
  20. Jan 23, 2019
  21. Jan 09, 2019
  22. Jan 07, 2019
  23. Jan 04, 2019
  24. Dec 11, 2018
  25. Dec 10, 2018
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 4991b293
      teor authored
      Merge Phoul's two lists into teor's list.
      
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      157 fallbacks (92 new, 65 existing, 85 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      4991b293
  26. Dec 07, 2018
    • teor's avatar
      Fallbacks: Update the hard-coded fallback list in December 2018 · 78e177d6
      teor authored
      Replace the 150 fallbacks originally introduced in Tor 0.3.3.1-alpha in
      January 2018 (of which ~115 were still functional), with a list of
      148 fallbacks (89 new, 59 existing, 91 removed) generated in
      December 2018.
      
      Closes ticket 24803.
      78e177d6
  27. Dec 05, 2018
Loading