tor

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

commit a891d81c5f62cdda37b4371ebe2782e23e4f6db1
parent f9a7701ff1228b7f1c58b4a2c9716b705cb0d126
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed,  9 Jan 2019 08:48:11 -0500

Changes file for 28856

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

diff --git a/changes/ticket28856 b/changes/ticket28856 @@ -0,0 +1,3 @@ + o Minor features (performance): + - Speed up directory parsing a little by avoiding use of the + non-inlined strcmp_len() function. Closes ticket 28856.