- Jan 17, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Using a single xof object and squeezing it repeatedly should make everything MUCH faster here.
-
Nick Mathewson authored
-
- Jan 16, 2019
-
-
Nick Mathewson authored
-
The fix was in commit 61636ad989de674698601284957dacde53cc4984. Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
-
This fixes a typo and also notes that HW_PHYSMEM64 is defined on NetBSD (not just OpenBSD). Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
-
The code checked for sysctl being available and HW_PHYSMEM being defined, but HW_USERMEM was actually being used with sysctl instead of HW_PHYSMEM. The case for OpenBSD, etc. use HW_PHYSMEM64 (which is obviously a 64-bit variant of HW_PHYSMEM) and the case for OSX uses HW_MEMSIZE (which appears to be a 64-bit variant of HW_PHYSMEM). Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
They have been extracted to a new fallback-scripts.git repository. Closes ticket 27914.
-
- Jan 15, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes 29099.
-
Mike Perry authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
Nick Mathewson authored
-
-
-
-
- Jan 14, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Alexander Hansen Færøy authored
See: https://bugs.torproject.org/28181
-
George Kadianakis authored
All remaining tasks are now part of #28632.
-
- Jan 11, 2019
-
-
Nick Mathewson authored
-
-
-
When cleaning up after an error in process_unix_exec, the stdin pipe was being double closed instead of closing both the stdin and stdout pipes. This occurred in two places. Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
-
Nick Mathewson authored
-
Nick Mathewson authored
-