Skip to content
Snippets Groups Projects
  1. May 06, 2020
    • Nick Mathewson's avatar
      Add a fallthrough macro. · 6c3c9435
      Nick Mathewson authored
      This macro defers to __attribute__((fallthrough)) on GCC (and
      clang).  Previously we had been using GCC's magic /* fallthrough */
      comments, but clang very sensibly doesn't accept those.
      
      Since not all compiler recognize it, we only define it when our
      configure script detects that it works.
      
      Part of a fix for 34078.
      6c3c9435
  2. Apr 09, 2020
  3. Mar 20, 2020
    • teor's avatar
      Appveyor: Copy required DLLs to test and app · 38e07b88
      teor authored
      Copy required DLLs to test and app, before running tor's tests.
      
      This ensures that tor.exe and test*.exe use the correct version of each
      DLL. This fix is not required, but we hope it will avoid DLL search
      issues in future.
      
      Closes bug 33673; bugfix on 0.3.4.2-alpha.
      38e07b88
  4. Mar 19, 2020
  5. Mar 18, 2020
  6. Mar 17, 2020
  7. Mar 16, 2020
  8. Mar 14, 2020
  9. Mar 13, 2020
  10. Mar 10, 2020
    • David Goulet's avatar
      dos: Pass transport name on new client connection · 894ff2dc
      David Goulet authored
      
      For a bridge configured with a pluggable transport, the transport name is
      used, with the IP address, for the GeoIP client cache entry.
      
      However, the DoS subsystem was not aware of it and always passing NULL when
      doing a lookup into the GeoIP cache.
      
      This resulted in bridges with a PT are never able to apply DoS defenses for
      newly created connections.
      
      Fixes #33491
      
      Signed-off-by: David Goulet's avatarDavid Goulet <dgoulet@torproject.org>
      894ff2dc
  11. Feb 13, 2020
  12. Feb 12, 2020
  13. Feb 10, 2020
  14. Feb 05, 2020
  15. Jan 29, 2020
  16. Jan 28, 2020
    • teor's avatar
      Travis: Stop allowing stem test failures · 9d771ccc
      teor authored
      Stop allowing failures on the Travis CI stem tests job. It looks like
      all the stem hangs we were seeing are now fixed, but let's make sure we
      see them if they happen again.
      
      Closes ticket 33075.
      9d771ccc
  17. Jan 15, 2020
  18. Dec 17, 2019
  19. Dec 15, 2019
Loading