Skip to content
Snippets Groups Projects
  1. 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
  2. Oct 20, 2019
  3. Sep 30, 2019
  4. 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
  5. Feb 27, 2019
  6. Dec 17, 2018
  7. 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
  8. Nov 27, 2018
  9. Nov 15, 2018
  10. Nov 05, 2018
  11. Oct 10, 2018
  12. 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
  13. Sep 05, 2018
  14. Aug 24, 2018
  15. May 22, 2018
Loading