- 27 Feb, 2016 6 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 25 Feb, 2016 3 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
On windows, you cannot open() a directory. So for Windows we should just take our previous stat-based approach. Closes bug 18392; bug not in any released Tor.
-
teor (Tim Wilson-Brown) authored
-
- 24 Feb, 2016 7 commits
-
-
Nick Mathewson authored
Previously, we had a problem due to the check_private_dir() rewrite. Bug not in any released Tor.
-
Nick Mathewson authored
-
Nick Mathewson authored
I no longer see asan reporting memory leaks in the unit tests.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This is in accordance with our usual policy against freelists, now that working allocators are everywhere. It should also make memarea.c's coverage higher. I also doubt that this code ever helped performance.
-
teor (Tim Wilson-Brown) authored
-
- 23 Feb, 2016 13 commits
-
-
Nick Mathewson authored
There was a parenthesis issue in test_util that clang found confusing. This part was only in master. Closes issue 14821.
-
Nick Mathewson authored
-
Nick Mathewson authored
Short version: clang asan hates the glibc strcmp macro in bits/string2.h if you are passing it a constant string argument of length two or less. (I could be off by one here, but that's the basic idea.) Closes issue 14821.
-
Nick Mathewson authored
These should have been N_COMMON_DIGEST_ALGORITHMS. Fixes bug 18380; bug not in any released Tor.
-
Nick Mathewson authored
CentOS 6 is roughly the oldest thing we care about developers still using, and it has autoconf 2.63 / automake 1.11. These are both older than openssl 1.0.0, so anybody who can't upgrade past those probably can't upgrade to a modern openssl either. And since only people building from git or editing configure.ac/Makefile.am need to use autotools, I'm not totally enthused about keeping support for old ones anyway. Closes ticket 17732.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Did you know that crypto_digest_all is a substring of crypto_digest_alloc_bytes()? Hence the mysterious emergence of "crypto_common_digestsoc_bytes". Next time I should use the \b assertion in my regexen. Spotted by Mike.
-
Nick Mathewson authored
-
Andrea Shepard authored
-
- 22 Feb, 2016 11 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 18374; bugfix on 0.2.3.3-alpha.
-
Nick Mathewson authored
-
Fixes #18339
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
-
Roger Dingledine authored
We already write out bootstrapping progress (see bug 9927) per new microdesc batch. There's no need to do a full "I learned some more directory information, but not enough to..." line each time too.
-
Roger Dingledine authored
no actual behavior changes
-