diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-20 17:48:39 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-20 17:48:39 +0000 |
commit | 7521ef9a00e71b62bcdce199639e923dd284976b (patch) | |
tree | 6df3b788f2aeabd297513cefce9950ba983b84ec /ChangeLog | |
parent | 5dd9d16b94e23ed6223f7583b8c7143cfed62d59 (diff) | |
download | tor-7521ef9a00e71b62bcdce199639e923dd284976b.tar.gz tor-7521ef9a00e71b62bcdce199639e923dd284976b.zip |
r18264@catbus: nickm | 2008-02-20 12:48:21 -0500
fix bufs in buf_pos_t implementation.
svn:r13623
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Changes in version 0.2.0.20-?? - 2008-02-?? number we've gotten from accept(). This bug made us fail to count all sockets that we were using for incoming connections. Bugfix on 0.2.0.x + - Fix code used to find strings within buffers, when those strings + are not in the first chunk of the buffer. o Minor features (performance): - Tune parameters for cell pool allocation to minimize amount of |