- Oct 30, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Roger Dingledine authored
(I was going to fix "along" to "along with" which was pretty clearly the original intent, but then I realized that it would be confusing whether it's only bad when you use several of them in conjunction, or what. So hopefully this fix is clearer.)
-
- Oct 27, 2017
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
(This is just a matter of making sure that we handle the case where abs_top_builddir is not set)
-
Nick Mathewson authored
-
Nick Mathewson authored
This change lets us remove the allow(unused_unsafe) directive from allocate_and_copy_string().
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
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
-
Nick Mathewson authored
(Yes, I have Chelsea's permission.)
-
-
allow unsafe on function that calls C
-
-
-
limit scoping of unsafe, and other cleanup
-
-
-
-
-
-
update documentation missing check for null
-
-
Nick Mathewson authored
"ours" to avoid version bump
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Oct 26, 2017
-
-
David Goulet authored
If the intro point supports ed25519 link authentication, make sure we don't have a zeroed key which would lead to a failure to extend to it. We already check for an empty key if the intro point does not support it so this makes the check on the key more consistent and symmetric. Fixes #24002 Signed-off-by:
David Goulet <dgoulet@torproject.org>
-