- Dec 03, 2018
-
-
Nick Mathewson authored
Additionally, use it to test that is_staledesc is set correctly. Eventually we'll want to test all the other flags, but I'm aiming for only adding coverage on the changed code here.
-
Nick Mathewson authored
-
Nick Mathewson authored
Suggested by Teor on PR
-
- Nov 25, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
Relay side of prop293.
-
Nick Mathewson authored
The StaleDesc flag tells relays that they need to upload a new descriptor soon, or they will drop out of the consensus.
-
- Nov 22, 2018
-
-
teor authored
-
- Nov 21, 2018
-
-
Nick Mathewson authored
After we clear the protover map for getting full, we need to re-create it, since we are about to use it. This is a bugfix for bug 28558. It is a bugfix for the code from ticket 27225, which is not in any released Tor. Found by Google OSS-Fuzz, as issue 11475.
-
- Nov 20, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Nov 19, 2018
-
-
Taylor Yu authored
Reset the added bootstrap tracking state introduced by ticket 27169. Fixes bug 28524; bugfix on 0.3.5.1-alpha.
-
Nick Mathewson authored
-
To succesful compile tor-print-ed-signing-cert.exe on Windows we sometimes need to include the @TOR_LIB_GDI@ library. See: https://bugs.torproject.org/28485
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Closes ticket 27359.
-
Nick Mathewson authored
This representation is meant to save memory in microdescriptors -- we can't use it in routerinfo_t yet, since those families need to be encoded losslessly for directory voting to work. This representation saves memory in three ways: 1. It uses only one allocation per family. (The old way used a smartlist (2 allocs) plus one strdup per entry.) 2. It stores identity digests in binary, not hex. 3. It keeps families in a canonical format, memoizes, and reference-counts them. Part of #27359.
-
- Nov 16, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" to avoid version bump.
-
Nick Mathewson authored
-
- Nov 15, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid taking 25573 and 27686 again.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid duplicating conflict resolution in merge of 24104
-
Nick Mathewson authored
-
Nick Mathewson authored
-