- Jun 29, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 26, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 23, 2018
-
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in test_sr_setup_commits() where the place_holder is allocated, but never freed again. See: Coverity CID 1437440.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in disk_state_parse_commits() where if commit is NULL, we continue the internal loop, but without ever freeing the args variable. See: Coverity CID 1437441.
-
Alexander Hansen Færøy authored
This patch fixes a memory leak in frac_nodes_with_descriptors() where we might return without free'ing the bandwidths variable. See: Coverity CID 1437451.
-
Alexander Hansen Færøy authored
This patch fixes a potential memory leak in test_hs_auth_cookies() if a test-case fails and we goto the done label where no memory clean up is done. See: Coverity CID 1437453
-
- Jun 21, 2018
-
-
Nick Mathewson authored
Closes ticket 26372.
-
- Jun 17, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
- Jun 13, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 12, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Jun 11, 2018
-
-
Nick Mathewson authored
There are a few reasons that relays might be uploading desciptors without saying X-Desc-Gen-Reason: 1. They are running an old version of our software, before 0.3.2.stable. 2. They are not running our software, but they are claiming they are. 3. They are uploading through a proxy that strips X-Desc-Gen-Reason. 4. They somehow had a bug in their software. According to the 25686 data, 1 is the most common reason. This ticket is an attempt to diagnose case 4, or prove that case 4 doesn't actually happen.
-
Karsten Loesing authored
-
- Jun 08, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
and contract_protocol_list()
-
- Jun 02, 2018
-
-
teor authored
Fixes bug 26272; bugfix on 0.3.1.1-alpha.
-
- May 24, 2018
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 22, 2018
-
-
Nick Mathewson authored
Fixes bug 26158; bugfix on 0.3.0.1-alpha.
-
- May 16, 2018
-
-
Nick Mathewson authored
-