diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-02-21 03:38:46 +0000 |
commit | 1df0647c668645268b1b9c0246b91cad709e3708 (patch) | |
tree | 5665c29c7daa5aaee70dc18d33019e9fd576346e /ChangeLog | |
parent | 7b022eda9c43c897e50c3b03a8201c132f76229c (diff) | |
download | tor-1df0647c668645268b1b9c0246b91cad709e3708.tar.gz tor-1df0647c668645268b1b9c0246b91cad709e3708.zip |
r18291@catbus: nickm | 2008-02-20 22:35:32 -0500
Resolve all DOCDOC issues, and document some other undocumented code, and fix a changelog entry.
svn:r13638
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14,9 +14,9 @@ Changes in version 0.2.0.20-?? - 2008-02-?? by nwf; bugfix on 0.1.2.x. - When counting the number of open sockets, count not only the number of sockets we have received from the socket() call, but also the - 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 + number we've gotten from accept() and socketpair(). 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. - Fix potential segfault when parsing HTTP headers. Bugfix on 0.2.0.x. |