Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | start folding in the changes files | Roger Dingledine | 2012-06-05 |
| | |||
* | Delay getsockname() call until after connect() is done | Nick Mathewson | 2012-05-24 |
On Windows, getsockname() on a nonblocking apparently won't work until the connection is done connecting. On XP, it seems to fail by reporting success and declaring that your address is INADDR_ANY. On the Win8 preview, though, it fails more loudly and says WSAEINVAL. Fix for bug 5374; bugfix on 0.1.1.14-alpha. |