Added LGPL standard comment, and copyright notices where necessary.
[wine] / server / sock.c
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-09  Martin WilckAdded support for socket flags.
2002-01-09  Martin WilckMore general approach to file descriptor types and...
2001-12-20  Mike McCormack- move async activation into the server
2001-11-30  Alexandre JulliardRedesign of the server communication protocol to allow...
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-10-05  Alexandre JulliardAdded get_file_info support to named pipes and sockets...
2001-08-24  Francois GougetRename the regular WS_FD_XXX macros to FD_XXX.
2001-08-23  Daniel Walker- Fix for nonblocking sockets using WSAEventSelect...
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-01-05  Alexandre JulliardAdded handle_t type to server interface so that we...
2000-12-22  Alexandre JulliardAvoid dup'ing file descriptors when not necessary.
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.