- Sep 05, 2019
-
-
- May 02, 2019
-
-
Nick Mathewson authored
-
- Apr 30, 2019
-
-
Nick Mathewson authored
-
- Apr 11, 2019
-
-
Nick Mathewson authored
-
- Apr 10, 2019
-
-
Nick Mathewson authored
-
- Mar 23, 2019
-
-
Nick Mathewson authored
-
- Mar 21, 2019
-
-
Nick Mathewson authored
-
- Mar 20, 2019
- Feb 21, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Feb 07, 2019
-
-
Nick Mathewson authored
Using an anonymous mmap() is a good way to get pages that we can set kernel-level flags on, like minherit() or madvise() or mlock(). We're going to use that so that we can make uninheritable locked pages to store PRNG data.
-
- Jan 18, 2019
-
-
Nick Mathewson authored
-
- Jan 16, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 08, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jan 07, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Dec 21, 2018
-
-
Nick Mathewson authored
We now accumulate warning flags in a separate variable, "TOR_WARNING_FLAGS", and write it to a "warning_flags" file. Then we test whether the compiler will accept "@warning_flags": if so, we put "@warning_flags" in the CFLAGS; if not, we copy the contents of "$TOR_WARNING_FLAGS" into the CFLAGS. Closes ticket 28924.
-
- Dec 18, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 25, 2018
-
-
Nick Mathewson authored
This updateVersions.pl script was one of the only essential perl scripts left in out maint system, and was the only one that used autoconf to fill in the script. This script adds a feature to define an APPROX_RELEASE_DATE macro that is updated when the version changes. We'll use this to implement prop297, so that we have an accurate view of when a release date happens.
-
- Nov 16, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 09, 2018
-
-
Nick Mathewson authored
Failing to do on clients was causing TLS 1.3 negotiation to fail. Fixes bug 28245; bugfix on 0.2.9.15, when we added TLS 1.3 support.
-
- Nov 08, 2018
-
-
Nick Mathewson authored
-
- Nov 07, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 02, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 29, 2018
-
-
Alex Crichton authored
This'll help retain test compatibility until 1.31.0 is released!
-