tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit e17dd46cfdb33299db71a052840f069a364c85fe
parent 53855d72b71cca7c61124bbdfac0a93b1386cb43
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 13 Dec 2018 08:22:26 -0500

Merge branch 'maint-0.3.5'

Diffstat:
M.appveyor.yml | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml @@ -2,6 +2,9 @@ version: 1.0.{build} clone_depth: 50 +# 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. image: # Windows Server 2012 R2 - Visual Studio 2015