- 26 Jun, 2018 13 commits
-
-
Nick Mathewson authored
Now the address-set code and the digest-set code share the same backend. Closes ticket 26510
-
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
"ours" to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 25 Jun, 2018 4 commits
-
-
Nick Mathewson authored
-
Nick Mathewson authored
"ours" merge to avoid version bump.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- 24 Jun, 2018 4 commits
-
-
Roger Dingledine authored
-
Roger Dingledine authored
-
Nick Mathewson authored
Fixed bug 26479. Bug introduced by 0a6f4627; bug not in any released version.
-
Nick Mathewson authored
Fixes bug 26480; bug appeared when we re-enabled the geoip tests on windows. Bug originally introduced by our fix to 25787; bug not in any released Tor.
-
- 22 Jun, 2018 19 commits
-
-
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
-
Nick Mathewson authored
-
Nick Mathewson authored
This patch: - introduces an fdio module for low-level fd functions that don't need to log. - moves the responsibility for opening files outside of torlog.c, so it won't need to call tor_open_cloexec.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
This change makes a whole bunch of things in torlog.c break, since apparently I did not find all the fd dependencies.
-
Nick Mathewson authored
-
Nick Mathewson authored
The locking code gets its own module, since it's more fundamental than the higher-level locking code. Extracting the logging code was the whole point here. :)
-
Nick Mathewson authored
-