Release 1.5.29.
[wine] / server / sock.c
2013-03-06  Alexandre Julliardserver: Use socklen_t where appropriate.
2012-10-10  Marcus Meissnerserver: Removed duplicate close of acceptfd (Coverity).
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-06-14  Marcus Meissnerserver: Remove superflous NULL check (Coverity).
2011-01-24  Mike Kaplinskiyserver: Fix connect failures on newer kernels.
2010-11-29  Francois Gougetserver: Make sock_check_pollhup() more reliable on...
2010-09-06  Gerald Pfeiferserver: Remove pollev from set_socket_event.
2010-08-31  Mike Kaplinskiyserver: Allow queuing async reads on listening sockets.
2010-08-31  Mike Kaplinskiyserver: Add accept_into_socket to accept into an initia...
2010-08-31  Mike Kaplinskiyserver: Don't cache sockets until they are pollable.
2010-08-30  Eric Pouechserver: Fix method name in comments for fd_ops.
2010-08-23  Alexandre Julliardserver: Change the removable fd flag to a cacheable...
2010-08-03  Mike Kaplinskiyws2_32: Don't set FD_READ/FD_WRITE before the connectio...
2010-07-28  Mike Kaplinskiyserver: Fix some comments.
2010-07-28  Mike Kaplinskiyserver: Don't delay events, we simply shouldn't send...
2010-07-28  Mike Kaplinskiyserver: Consume events triggered.
2010-07-20  Mike Kaplinskiyserver: Forward the correct error to asyncs.
2010-07-20  Mike Kaplinskiyserver: In case of hangup/error, wake up all asyncs...
2010-07-20  Mike Kaplinskiyserver: Propagate error from recv.
2010-07-20  Mike Kaplinskiyserver: Move signaling FD_* events to a separate function.
2010-05-25  Hans Leidekkerserver: Map EHOSTUNREACH to STATUS_HOST_UNREACHABLE.
2010-05-20  Mike Kaplinskiyserver: Move async activation into separate function.
2010-05-19  Mike Kaplinskiyserver: Don't poll for events when there are async...
2010-05-17  Mike Kaplinskiyserver: Move socket async activation to sock_poll_event.
2010-05-14  Mike Kaplinskiyserver: Get rid of sock_try_event.
2010-05-14  Mike Kaplinskiyserver: Always treat POLLHUP as a hangup, just special...
2010-05-13  Mike Kaplinskiyserver: Use a less hackish approach to not POLLIN when...
2010-05-13  Mike Kaplinskiyserver: Keep polling sockets after we got a 0 recv...
2010-05-13  Mike Kaplinskiyserver: Set FD_READ in only 1 place (cleanup).
2010-03-23  Mike Kaplinskiyws2_32: Use ntstatus in overlapped functions.
2010-03-19  Francois Gougetserver: Don't include winsock.h to avoid creating a...
2010-01-19  Mike Kaplinskiyserver: Activate pending asyncs on a hangup/error.
2009-08-18  Mike Kaplinskiyserver: Change cancel_async to take an optional iosb...
2008-12-10  Alexandre Julliardserver: Define an lparam_t type for message parameters...
2008-12-08  Alexandre Julliardserver: Make user handles ints instead of pointers.
2008-10-18  Alexandre Julliardserver: Convert source files to utf-8.
2007-12-05  Alexandre Julliardserver: Return correct object types in the get_director...
2007-10-04  Rob Shearmanserver: Add get_sd and set_sd object operations to...
2007-10-02  Alexandre Julliardserver: Add a default access mapping function for files...
2007-09-10  Dmitry Timoshkovserver: Print a more informative message when file_set_...
2007-04-16  Alexandre Julliardserver: Add infrastructure for ioctl server request.
2007-04-10  Alexandre Julliardserver: Rename the get_file_info function to get_fd_typ...
2007-04-10  Alexandre Julliardserver: Store the opening options in the file descripto...
2007-04-10  Alexandre Julliardserver: Add support for restarting an async I/O when...
2007-04-03  Alexandre Julliardserver: Hold a pointer to the queue from the async...
2007-04-02  Alexandre Julliardserver: Add a separate function to set the timeout...
2007-04-02  Alexandre Julliardserver: Make async I/O queues into real objects.
2007-03-26  Alexandre Julliardserver: Always return STATUS_PENDING when an async...
2007-03-22  Alexandre Julliardserver: Add an open_file() function to the object opera...
2007-03-20  Alexandre Julliardserver: Add an async_data_t structure to store paramete...
2007-03-17  Andrew Talbotserver: Replace inline static with static inline.
2006-12-04  Alexandre Julliardserver: Explicitly shutdown destroyed sockets to force...
2006-11-20  Alexandre Julliardserver: Return an fd type in the get_handle_fd request.
2006-11-02  Alexandre Julliardserver: Refuse to close handles in other processes...
2006-10-23  Eric Pouechwinsock: Clear the held mask with the requested events...
2006-06-08  Mike McCormackserver: Make wparam and lparam values unsigned long...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-12-12  Alexandre Julliardserver: Added access rights mapping to file objects.
2005-12-12  Alexandre Julliardserver: Added infrastructure for access rights mapping.
2005-12-09  Alexandre Julliardserver: Make alloc_handle use attributes instead of...
2005-12-09  Alexandre Julliardserver: Use attributes instead of inherit flag in socke...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-11-22  Vitaliy MargolenAdd name_lookup function in object_ops.
2005-08-09  Mike McCormackFix some gcc 4.0 warnings.
2005-06-21  Mike McCormackDon't include winbase.h when it's not necessary.
2005-06-09  Alexandre JulliardAdded a close_handle method to the object operations...
2005-05-25  Robert Shearman- Use NULL instead of 0 for all non-handle pointers.
2005-04-24  Mike McCormackImplemented NtSignalAndWaitForSingleObject.
2005-03-29  Eric PouechClean-up async IO internal functions.
2005-02-24  Alexandre JulliardConvert async I/O queues to standard lists.
2005-01-14  Eric Pouech- got rid of include/async.h
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-08-17  Eric Pouech- better support for non-blocking COMM and socket read...
2004-04-12  Filip NavaraGet rid of non-standard ERROR_UNKNOWN value.
2004-04-08  Alexandre JulliardRemoved the get_file_info request.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-03-12  Alexandre JulliardAdded an inode object to keep track of all file descrip...
2003-02-19  Alexandre JulliardMoved all references to file descriptors out of the...
2003-02-14  Alexandre JulliardChanged fd operations to take a struct fd instead of...
2003-02-11  Steven EdwardsPorting fixes.
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...
next