diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-06-04 03:31:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-06-04 03:31:12 -0400 |
commit | 4945fee65a406e0f95f451909c4848b4387ecf4a (patch) | |
tree | 476557cdbc95f7cbce0cf1bc8c822330cc06b8b0 /ChangeLog | |
parent | 77ffd6b2a7bb8450c033763e2eb4d7f0ed7a5757 (diff) | |
parent | 48bf1d97eeed9fd0812e281cbc1f08c6c5ade89c (diff) | |
download | tor-4945fee65a406e0f95f451909c4848b4387ecf4a.tar.gz tor-4945fee65a406e0f95f451909c4848b4387ecf4a.zip |
Merge commit 'origin/maint-0.2.1'
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -26,6 +26,14 @@ Changes in version 0.2.2.1-alpha - 2009-??-?? Changes in version 0.2.1.16-?? - 2009-??-?? + o Major performance improvements (on 0.2.0.x): + - Disable and refactor some debugging checks that forced a linear scan + over the whole server-side DNS cache. These accounted for over 50% + of CPU time on a relatively busy exit node's gprof profile. Found by + Jacob. + - Disable some debugging checks that appeared in exit node profile + data. + o Minor bugfixes (on 0.2.0.x): - Log correct error messages for DNS-related network errors on Windows. |