tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit fefa08df752c87a16b4a203576670c0501736c98
parent 4d4cbf739f24dae421ba5509d084becb50deaf6a
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue, 10 Dec 2019 10:54:45 -0500

Add a changes file for ticket 32172.

Diffstat:
Achanges/ticket32172 | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/changes/ticket32172 b/changes/ticket32172 @@ -0,0 +1,4 @@ + o Minor features (tests, Android): + - When running the unit tests on Android, create temporary files + in a subdirectory of /data/local/tmp. Closes ticket + 32172. Based on a patch from Hans-Christoph Steiner.