mshtml: Added IOmHistory::get_length implementation.
[wine] / dlls / wsock32 /
2013-03-08  Andrew Talbotwsock32: Avoid signed-unsigned integer comparisons.
2012-05-15  Francois Gougetwsock32: Fix the spelling of the XP_BANDWIDTH_ALLOCATIO...
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-01-13  Michael Stefaniucwsock32: Remove superfluous pointer casts.
2008-10-30  Hans Leidekkerwsock32: Make EnumProtocols a wrapper around WSAEnumPro...
2008-07-07  Jon Griffithswsock32: Forward TransmitFile to the implementation...
2008-03-24  Andrew Talbotwsock32: Assign to struct instead of using memcpy.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-11-21  Alexandre Julliardwsock32: Forward AcceptEx and GetAcceptExSockaddrs...
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...
2007-10-09  Louis Lenderswsock32: Export 3 more functions.
2006-10-09  Michael Stefaniucwsock32: Win64 printf format warning fixes.
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-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
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-06-01  Andrew Ziemwsock32: Added GetService{A,W} stubs.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-07-18  Hans LeidekkerStubs for GetAddressByName{A,W}.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
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-11-23  Tom WicklineVersion resources cleanup.
2004-09-06  Hans LeidekkerMove implementation of EnumProtocols{A,W} from wsock32...
2004-04-20  Francois GougetMake Unicode strings 'static const'.
2004-04-20  Francois GougetMake static Unicode strings const.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-22  Hans LeidekkerPorting fixes.
2004-01-27  Francois GougetAdd missing '\n's to debug traces.
2003-12-04  Juan LangRemoved unused structure declaration.
2003-11-28  Juan LangImplement the TCP table query, netstat.exe now shows...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
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  Francois GougetAdded version information.
2003-05-13  Juan LangChanged wsock32 to use the new iphlpapi for interface...
2003-05-12  Pierre d'HerbemontUndef if_type, if_mtu and if_lastchange for darwin.
2003-04-04  Mike Hearn- Map winsock sockopts to the POSIX equivalents for...
2003-03-20  Alexandre JulliardReplaced mkstemp by mkstemps from libiberty.
2003-03-20  Alexandre JulliardTake advantage of new winebuild syntax to remove redund...
2003-03-18  Jon GriffithsDocumentation updates.
2003-03-17  Alexandre JulliardReplaced forwards by normal function declarations.
2003-01-30  Andrew John HughesProvide stub implementations of GetTypeByNameA and...
2002-12-12  Alexandre JulliardAdded .spec.def files.
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-31  Alexandre JulliardMoved the #ifdefs for the getnetby* etc. functions...
2002-06-28  Gregg MattinsonRemoved C++ style comments.
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-22  Patrik StridvallFixed some issues found by winapi_check.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-01  Francois GougetFix for the unistd.h vs. winsock.h problem in Winelib...
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
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-08-28  Francois GougetOnly use winsock2.h in Wine.
2001-07-25  Alexandre JulliardRemoved unnecessary inclusion of heap.h.
2001-07-11  Patrik StridvallDocumentation fixes.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-07-02  Dmitry TimoshkovAdd stdcall->cdecl thunks for inet_network and getnetby...
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-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-17  James HathewayIn WsControl, don't mix Linux and Wine socket calls...
2001-01-12  Stefan LeichterImplemented EnumProtocolA/W.
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-11-30  David ElliottRemove libXXXX.so.1.0 lines from .cvsignore files.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
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...