ddraw: Avoid LPD3DTRIANGLE.
[wine] / dlls / wsock32 / socket.c
2009-01-13  Michael Stefaniucwsock32: Remove superfluous pointer casts.
2008-03-24  Andrew Talbotwsock32: Assign to struct instead of using memcpy.
2007-11-06  Juan Langwsock32: Check return value rather than returned size...
2007-11-05  Juan Langwsock32: Don't use HEAP_ZERO_MEMORY for memory that...
2007-11-05  Juan Langwsock32: Correctly handle the case where a table size...
2006-10-09  Michael Stefaniucwsock32: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-03-11  Alexandre JulliardReplace calloc() by HeapAlloc().
2005-03-11  Peter Berg LarsenAssorted memleak fixes. Found on Michael Stefaniuc...
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-11-28  Juan LangImplement the TCP table query, netstat.exe now shows...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Juan LangImplemented arp table querying through WsControl, and...
2003-08-29  Juan Lang- improve WsControl error checking
2003-05-13  Juan LangChanged wsock32 to use the new iphlpapi for interface...
2003-04-04  Mike Hearn- Map winsock sockopts to the POSIX equivalents for...
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-21  Francois GougetComment out/ifdef out unused code and variables.
2001-12-14  Bang Jun-YoungFix NetBSD compilation errors.
2001-11-19  Francois GougetFix the Solaris and FreeBSD compilation errors introduc...
2001-11-14  Francois GougetMake winsock.h and winsock2.h independent from the...
2001-11-06  Francois GougetDon't prefix %p with 0x.
2001-09-14  Francois GougetFix recv prototype for WSARecvEx.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-09  Bang Jun-YoungOn NetBSD if_type is defined as a macro in /usr/include...
2001-04-17  Joerg MayerUse of proper test gets rid of a signed/unsigned warning.
2001-02-28  Michael StefaniucImplemented WsControl command with id 0x101.
2001-01-26  James JuranAdd <string.h> to files that needed it.
2001-01-17  James HathewayIn WsControl, don't mix Linux and Wine socket calls...
2001-01-05  Mike McCormackReturning success for unknown WSCNTL_TCPIP_QUERY_INFO...
2000-12-02  Alexandre JulliardUse ioctlsocket() instead of ioctl() so that we can...
2000-12-01  Alexandre JulliardFinished separation of shell32 and wsock32.
2000-07-25  James HathewayPortability fixes.
2000-07-23  James HathewayAdds an initial WSAIoctl function with support for...
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...