Skip to content
Snippets Groups Projects
  1. Aug 12, 2020
  2. Jul 07, 2020
    • David Goulet's avatar
      CI: Fix Appveyor printf format error · d9cc2b29
      David Goulet authored
      For some reasons, Appveyor started to use the stdio printf format for 64 bit
      values (PRIu64, ...). Mingw doesn't like that so force it to use the Windows
      specific macros by setting D__USE_MINGW_ANSI_STDIO=0.
      
      Fixes #40026
      d9cc2b29
  3. Jun 05, 2020
  4. 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
  5. Mar 19, 2020
  6. Mar 17, 2020
  7. Nov 11, 2019
    • teor's avatar
      Appveyor: Install OpenSSL to resolve a header/library mismatch · 2abff832
      teor authored
      Install the mingw OpenSSL package in Appveyor. This makes sure that
      the OpenSSL headers and libraries match in Tor's Appveyor builds.
      
      (This bug was triggered by an Appveyor image update.)
      
      Fixes bug 32449; bugfix on 0.3.5.6-rc.
      2abff832
  8. Oct 20, 2019
  9. Sep 30, 2019
  10. Sep 23, 2019
    • Nick Mathewson's avatar
      Try using make -k in the Appveyor configuration · 49a11f8a
      Nick Mathewson authored
      Frequently, when a patch fails, it has failures in several files.
      Using the "-k" flag will let us learn all the compilation errors,
      not just the first one that the compiler hits.
      
      Based on a patch by rl1987.
      
      Closes ticket 31372.
      49a11f8a
  11. Feb 27, 2019
  12. Dec 17, 2018
  13. Dec 12, 2018
    • teor's avatar
      Appveyor: Explain appveyor image names in the comments · 8651fe89
      teor authored
      Appveyor images are named after the Visual Studio version they contain.
      But we compile using MinGW, not Visual Studio.
      We use these images because they have different Windows versions.
      
      Closes bug 28826.
      8651fe89
  14. Nov 27, 2018
  15. Nov 15, 2018
  16. Nov 05, 2018
  17. Oct 10, 2018
  18. Sep 07, 2018
    • teor's avatar
      Appveyor: Disable gcc hardening in Windows 64-bit builds · e70cf826
      teor authored
      As of August 29, 2018, Appveyor images come with gcc 8.2.0 by
      default. 64-bit Windows executables compiled with gcc 8.2.0 and
      tor's --enable-gcc-hardening crash.
      
      Fixes bug 27460; bugfix on 0.3.4.1-alpha.
      e70cf826
  19. Sep 05, 2018
  20. Aug 24, 2018
  21. May 22, 2018
Loading