- Jun 06, 2019
-
-
Nick Mathewson authored
-
- Jun 05, 2019
-
-
Nick Mathewson authored
-
- May 22, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 02, 2019
-
-
Nick Mathewson authored
-
- Apr 30, 2019
-
-
Nick Mathewson authored
-
- Apr 27, 2019
-
-
rl1987 authored
-
- Apr 17, 2019
-
-
rl1987 authored
-
- Apr 11, 2019
-
-
Nick Mathewson authored
-
- Apr 10, 2019
-
-
Nick Mathewson authored
-
- Mar 23, 2019
-
-
Nick Mathewson authored
-
- Mar 22, 2019
-
-
rl1987 authored
-
- Mar 21, 2019
-
-
Nick Mathewson authored
-
- Mar 20, 2019
- Mar 13, 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 19, 2019
-
- 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 17, 2019
-
-
Nick Mathewson authored
Part of 28837.
-
- 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.
-