- Aug 18, 2015
-
-
- Aug 17, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Yawning Angel authored
This should fix the x86 build, since variables that require 16 byte alignment will now actually be 16 byte aligned.
-
Nick Mathewson authored
-
Yawning Angel authored
This probably requires the user to manually set CFLAGS, but should result in a net gain on 32 bit x86. Enabling SSE2 support would be possible on x86_64, but will result in slower performance. Implements feature #16535.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 16829; bug not in any released Tor.
-
Nick Mathewson authored
-
* FIXES #16823: https://bugs.torproject.org/16823 If an OP were to send a CREATE_FAST cell to an OR, and that CREATE_FAST cell had unparseable key material, then tor_free() would be called on the create cell twice. This fix removes the second (conditional on the key material being bad) call to tor_free(), so that now the create cell is always freed once, regardless of the status of the key material. (This isn't actually a double-free bug, since tor_free() sets its input to NULL, and has no effect when called with input NULL.)
-
Nick Mathewson authored
-
- Aug 16, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
These scripts are now a little more bulletproof, cache data a little better, and generate more information. Notably, they search for the vectors or edges to cut that would lower the size of the largest SCC.
-
- Aug 14, 2015
-
-
Nick Mathewson authored
(Change not made in torrc.minimal.in; only in torrc.sample and torrc.minimal.in-staging) Closes ticket 16742.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Aug 13, 2015
-
-
Nick Mathewson authored
Instead of having it call update_all_descriptor_downloads and update_networkstatus_downloads directly, we can have it cause them to get rescheduled and called from run_scheduled_events. Closes ticket 16789.
-
Nick Mathewson authored
Closes ticket 16788.
-
David Goulet authored
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Aug 12, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 16539; bugfix on 0.2.7.2-alpha.
-
Yawning Angel authored
The code was always in our Ed25519 wrappers, so enable it when using the ed25519-donna backend, and deal with the mocking related crypto_rand silliness. Implements feature 16533.
-
Yawning Angel authored
There is odd issues with calling crypto_rand from our copy of ed25519-donna, due to mocking that are not easily resolved.
-
Nick Mathewson authored
This needs debugging; it currently breaks the stem tests.
-
Nick Mathewson authored
-
Nick Mathewson authored
See ticket 16762.
-
- Aug 11, 2015
-
-
Nick Mathewson authored
This should simplify the callgraph a little more.
-
Nick Mathewson authored
-
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
Safer, wiser, stronger! Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-