quartz: Avoid asserting from used samples on allocator release.
[wine] / dlls / ws2_32 /
2007-03-08  Francois Gougetws2_32: Fix an int/long mismatch in a trace.
2007-03-08  Francois Gougetws2_32: Replace a few -1 literals with SOCKET_ERROR.
2007-02-26  Hans Leidekkerws2_32: Handle NULL argument in inet_addr.
2007-02-14  Francois GougetAssorted spelling fixes.
2007-01-18  Vitaliy Margolenws2_32: Fix trace for WS_setsockopt to look closer...
2007-01-04  Francois Gougetws2_32/tests: Use '%d' to print GetLastError().
2006-12-20  Kai Blinws2_32: ws_sockaddr_u2ws should zero the sockaddr_in...
2006-12-19  Hans Leidekkerws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl.
2006-12-07  Kai Blinws2_32: Downgrade SO_REUSEADDR fixme to a trace.
2006-12-05  Kai Blinws2_32: Rewrite setsockopt to be more readable.
2006-12-04  Damjan Jovanovicws2_32: Added tests for closesocket cancelling pending...
2006-12-04  Kai Blinws2_32: Rewrite getsockopt to make it more readable.
2006-11-30  Kai Blinws2_32: Implement SO_EXCLUSIVEADDRUSE for setsockopt.
2006-11-30  Kai Blinws2_32: SO_DONTROUTE is ignored on windows, fix comment...
2006-11-29  Kai Blinws2_32: Implement SO_GET_MAX_MSG_SIZE for getsockopt.
2006-11-28  Kai Blinws2_32: Add WS_SIO_ADDRESS_LIST_QUERY stub to make...
2006-11-27  Alexandre Julliardwinsock: Add WS_ prefix on WSAIoctl constants.
2006-11-24  Andrew Talbotws2_32: Cast-qual warnings fix.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-06  Alexandre Julliardws2_32: Convert WS_select to use poll() instead of...
2006-11-03  Alexandre Julliardws2_32: Don't store the socket file descriptor in the...
2006-10-12  Alexandre Julliardws2_32: Win64 printf format fixes.
2006-10-12  Alexandre Julliardwinsock: Add a WS_ prefix to the BSD types.
2006-10-12  Nicolas Delcroswinsock: Add mapping for SO_ACCEPTCONN.
2006-10-09  Michael Stefaniucws2_32/tests: Win64 printf format warning fixes.
2006-10-03  Alexandre Julliardws2_32: Avoid retrieving the fd twice in WSAIoctl.
2006-10-03  Marcus Meissnerws2_32: Implemented FIONBIO and FIONREAD in WSAIoctl.
2006-10-02  Dmitry Timoshkovws2_32: Add a comment to ioctlsocket about 'bogus'...
2006-10-02  Dmitry Timoshkovws2_32: Use a symbolic name instead of hand-made value.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-08  Francois GougetAssorted spelling fixes.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-15  Alexandre Julliardconfigure: Only link against libpoll where really neces...
2006-07-13  Robert Shearmaninclude: Add NI_* defines and add a WS(socklen_t) type.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-15  Alexandre Julliardwinsock: Renamed the winsock directory to ws2_32.