diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-10 04:24:02 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-10 04:24:02 +0000 |
commit | 1f4eafdb9175cf0d472656552875d8eba93d5fef (patch) | |
tree | b55e32a277cf7819fd3f19ee4dc0e8d22beb7f07 /ChangeLog | |
parent | 069898a4b8afd41ded0e482a5d0474cc2f6ca121 (diff) | |
download | tor-1f4eafdb9175cf0d472656552875d8eba93d5fef.tar.gz tor-1f4eafdb9175cf0d472656552875d8eba93d5fef.zip |
r15619@catbus: nickm | 2007-10-10 00:23:45 -0400
Fix bug 483: downgrade a harmless "Hey your accept() implementation sucks" warning to an info.
svn:r11828
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ Changes in version 0.2.0.8-alpha - 2007-??-?? advantage of 64-bit platforms and to remove some possibly-costly voodoo. + o Minor bugfixes (portability): + - On some platforms, accept() can return a broken address. Detect + this more quietly, and deal accordingly. (Fixes bug 483.) + o Code simplifications and refactoring: - Make a bunch of functions static. Remove some dead code. - Pull out about a third of the really big routerlist.c; put it in a |