Merged the get_read_fd and get_write_fd requests.
[wine] / server / sock.c
2000-12-19  Alexandre JulliardMerged the get_read_fd and get_write_fd requests.
2000-10-13  Stephane LussierAfter accept is called on the socket, the listening...
2000-09-27  Stephane LussierSocket returned by accept function of Microsoft API...
2000-09-06  Ove KaavenAdapted Winsock to Linux 2.4 TCP socket poll() behaviour
2000-08-31  Alexandre JulliardConverted a lot of server requests to the new exception...
2000-07-16  Stephane LussierIn set_socket_event, the event should be signaled if...
2000-03-26  Ove KaavenHandle POLLHUP better (delay FD_CLOSE notification...
2000-03-25  Ove KaavenHandle socket POLLERR/POLLHUP conditions properly.
2000-01-01  Alexandre JulliardMoved poll handling to the generic part of the server...
1999-12-13  Alexandre JulliardUse poll() instead of select() for the server main...
1999-11-07  Jeremy WhiteFixed bug in WINSOCK_accept when no event is present.
1999-11-07  Ove KaavenHandle socket creation errors.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-23  Ove KaavenWinsock rewrite. Sockets are now proper win32 handles.
1999-10-13  Ove KaavenAdded socket interface to wineserver.