diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-02-22 07:41:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-02-22 07:41:10 +0000 |
commit | a2a52b4d5fc4cbea55087026459c50a82a71a3c7 (patch) | |
tree | a81e02b52e3e2d0830473a73183b82caca24a84c /ChangeLog | |
parent | b3392559d49fec12e8af49585c7ff152a7e185c9 (diff) | |
download | tor-a2a52b4d5fc4cbea55087026459c50a82a71a3c7.tar.gz tor-a2a52b4d5fc4cbea55087026459c50a82a71a3c7.zip |
r11876@catbus: nickm | 2007-02-22 02:23:13 -0500
Fix two XXXX012 issues in routerlist.c: a possible performance issue hasnt shown up on any profiles, so unflag it. Stop warning when we get a router descriptor that we asked for but no longer want: just drop it (if we are not a cache) or cache if (if we are).
svn:r9616
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -44,6 +44,10 @@ Changes in version 0.1.2.8-alpha - 2007-??-?? machines using pthreads. (Patch from coderman.) - Fix switched arguments on memset in the implementation of tor_munmap() for systems with no mmap() call. + - When Tor receives a router descriptor that it asked for, but no longer + wants (because it has received fresh networkstatuses in the meantime), + do not warn the user. Cache the descriptor if we're a cache; drop it + if we aren't. o Minor features (controller): - Warn the user when an application uses the obsolete binary v0 |