5 Commits

Author SHA1 Message Date
Nick Mathewson
1120f04f3e r16731@catbus: nickm | 2007-11-25 16:52:53 -0500
Replace all fds on non-unix-specific APIs with evutil_socket_t, which is int on unix and intptr_t on win32.


svn:r552
2007-11-25 21:53:06 +00:00
Nick Mathewson
e1f09dfe5c Fix evutil code to use correct EVUTIL_SET_SOCKET_ERROR macro.
svn:r460
2007-10-12 17:55:37 +00:00
Nick Mathewson
fe4829776b r15324@catbus: nickm | 2007-09-24 12:22:21 -0400
New evutil.h macros to manipulate winsock errors.  Use them in http.c and in evutil_socketpair().


svn:r451
2007-09-24 16:26:11 +00:00
Nick Mathewson
d85bce4e96 Remove gratuitous tor-isms in evutil_socketpair(); fix a windows warning in http.c.
svn:r446
2007-09-20 18:38:31 +00:00
Nick Mathewson
250071830a r15216@catbus: nickm | 2007-09-20 13:58:23 -0400
Add a new evutil module to contain the usual cross-platform hacks: socketpair, closesocket, and make_socket_nonblocking()


svn:r441
2007-09-20 18:26:40 +00:00