- 08 Mar, 2019 1 commit
-
-
Mitigates OOM conditions at relays.
-
- 24 Jan, 2019 7 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 29169.
-
Nick Mathewson authored
-
Nick Mathewson authored
(It was added in 0.3.5)
-
Nick Mathewson authored
-
-
-
- 23 Jan, 2019 7 commits
-
-
Nick Mathewson authored
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid dropping non-broken changes files after removal of merged 0.2.9 changes files.
-
Nick Mathewson authored
Many of these files cause check-changes to fail, which will be a long-term problem as we continue to support 0.2.9.
-
- 22 Jan, 2019 9 commits
-
-
Nick Mathewson authored
-
We fix it by disabling the scheduling of actual padding. Fixes #29122.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 18 Jan, 2019 7 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 17 Jan, 2019 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Using a single xof object and squeezing it repeatedly should make everything MUCH faster here.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 16 Jan, 2019 5 commits
-
-
Nick Mathewson authored
The manpage erroneously said "privkey" when "public-key" would have been correct. Reported by "Felixix" as ticket 28979. Bugfix on 0.3.5.1-alpha.
-
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>
-