- 19 Mar, 2020 1 commit
-
-
Nick Mathewson authored
-
- 11 Nov, 2019 1 commit
-
-
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.
-
- 20 Oct, 2019 1 commit
-
-
teor authored
Instead of Windows Server 2016. Closes ticket 32086.
-
- 30 Sep, 2019 1 commit
-
-
teor authored
When Appveyor fails before the install step, some of the finish step's functions were not defined. Fixes bug 31884; bugfix on 0.3.4.2-alpha.
-
- 23 Sep, 2019 1 commit
-
-
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.
-
- 27 Feb, 2019 2 commits
-
-
teor authored
-
teor authored
Skip the Appveyor 32-bit Windows Server 2016 job, and 64-bit Windows Server 2012 R2 job. The remaining 2 jobs still provide coverage of 64/32-bit, and Windows Server 2016/2012 R2. Also set fast_finish, so failed jobs terminate the build immediately. Fixes bug 29601; bugfix on 0.3.5.4-alpha.
-
- 17 Dec, 2018 1 commit
-
-
This patch ensures that AppVeyor copies over libssp-0.dll and zlib1.dll to src/test/ to make sure we can run text-process.exe from our slow tests. See: https://bugs.torproject.org/28179
-
- 12 Dec, 2018 1 commit
-
-
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.
-
- 27 Nov, 2018 1 commit
-
-
Alexander Færøy authored
This patch explicitly specifies the path to our OpenSSL dependency and disables the installation of an external OpenSSL version and instead uses the OpenSSL version available from the MinGW environments. See: https://bugs.torproject.org/28574
-
- 15 Nov, 2018 5 commits
-
-
teor authored
Always show the configure and test logs, and upload them as build artifacts, when building for Windows using Appveyor CI. Implements 28459.
-
teor authored
Documentation for 28399, 28454, and previous fixes.
-
teor authored
The mingw zstd from MSYS2 doesn't come with a pkg-config file. Fixes 28454 on Tor 0.3.4.1-alpha.
-
teor authored
Fixes 28399 on 0.3.4.1-alpha.
-
teor authored
Stop installing MSYS2 packages. We're compiling for mingw, so we only need mingw packages. Run pacman in verbose mode. Explicitly install pkg-config and xz, to future-proof our builds. Diagnostics for 28399.
-
- 05 Nov, 2018 1 commit
-
-
teor authored
Build tor on Windows Server 2012 R2 and Windows Server 2016 using Appveyor's CI. Closes ticket 28318.
-
- 10 Oct, 2018 2 commits
-
-
Nick Mathewson authored
This package conflicts with a preinstalled mingw openssl. Fixes bug 27943. I think this was an appveyor change, not a Tor bug.
-
Nick Mathewson authored
Closes ticket 27765 This commit also changes the appveyor file to a unified line ending style, since the old one was pretty confused. Use "-b" to see the real differences.
-
- 07 Sep, 2018 1 commit
-
-
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.
-
- 05 Sep, 2018 3 commits
- 24 Aug, 2018 1 commit
-
-
teor authored
Implements 27275.
-
- 22 May, 2018 1 commit
-
-
Nick Mathewson authored
Original by Marcin Cieślak, with modifications from Isis Lovecruft and Nick Mathewson.
-