Started moving functions that deal with Unix file descriptors to a
[wine] / server / sock.c
2003-01-30  Alexandre JulliardStarted moving functions that deal with Unix file descr...
2003-01-28  Martin WilckDo not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_C...
2002-10-19  Alexandre JulliardConverted the server to -DSTRICT.
2002-07-31  Alexandre JulliardFixed some handle type mismatches and added a few casts...
2002-07-03  Martin WilckCheck POLLHUP semantics at remote shutdown when wineser...
2002-06-21  Alexandre JulliardAttempt at fixing POLLHUP handling for Linux 2.2.x.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-30  Alexandre JulliardRenamed handle_t to obj_handle_t to avoid conflict...
2002-04-27  Martin WilckFixes to FD_CLOSE handling.
2002-04-26  Martin WilckFixed some bugs in my recently submitted patch series.
2002-04-25  Martin WilckFixed ReadFile() semantics when reading asynchronously...
2002-04-25  Martin WilckImplemented server framework for asynchronous IO on...
2002-04-23  Martin WilckFixed handling of deferred connections in WSAAccept().
2002-03-23  Alexandre JulliardSend message for WSAAsyncSelect sockets directly from...
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.