jscript: Replace only the first match for non-regexp pattern in String.replace.
[wine] / dlls / iphlpapi /
2009-02-02  Austin Englishconfigure.ac: Check for icps_outhist struct.
2009-01-30  Austin Englishconfigure: Check for xinpgen struct.
2009-01-29  Gerald Pfeiferiphlpapi: #define RTF_LLINFO if not in system headers.
2009-01-27  Austin Englishiphlpapi: Fix includes for NetBSD.
2009-01-23  Austin Englishiphlpapi: Include netinet/if_inarp.h for NetBSD.
2009-01-22  Austin Englishiphplapi: Include <sys/timeout.h> for OpenBSD/NetBSD.
2009-01-22  Austin Englishiphplapi: Reorder includes for NetBSD.
2009-01-21  Austin Englishiphplapi: Include sys/protosw.h for Net/OpenBSD.
2009-01-21  Austin Englishiphplapi: Reorder defines for NetBSD.
2009-01-16  Austin Englishiphlpapi: Define RTF_MULTICAST if not available.
2009-01-09  Andrew Talbotiphlpapi: Remove unused function.
2009-01-06  Michael Stefaniucinclude: Use ULONG instead of unsigned long in ipexport.h.
2008-12-31  Jeff Zaroykoiphlpapi/tests: Fix a failing test.
2008-12-01  Michael Stefaniuciphlpapi/tests: Replace malloc with HeapAlloc.
2008-12-01  Michael Stefaniuciphlpapi: Remove a comment that dared to ponder to...
2008-11-18  Ricardo Filipeiphlpapi: Fixed dead store (llvm/clang).
2008-11-04  Michael Stefaniuciphlpapi: Do not cast zero.
2008-09-03  James Hawkinsiphlapi: Fix a failing test in win95.
2008-08-28  Andrew Talbotiphlpapi: Sign-compare warning fix.
2008-08-05  Paul Vriensiphlpapi/tests: Skip some tests for unsupported functions.
2008-07-18  Juan Langiphlpapi: Partially implement IcmpSendEcho2 using IcmpS...
2008-07-18  Juan Langiphlpapi: Move Icmp* functions from icmp to iphlpapi.
2008-07-03  Alexandre Julliardiphlpapi: Fix the return value of GetPerAdapterInfo...
2008-06-30  Gerald Pfeiferiphlpapi: Include <netinet/in_systm.h> if present.
2008-06-27  Alexandre Julliardconfigure: Fix the netinet header checks for Mac OS...
2008-06-26  Eric Durbiniphlpapi: Implement getArpTable on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Implement getNumArpEntries on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Implement getTCPStats on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Fix a typo resulting in wrong variable assign...
2008-06-26  Eric Durbiniphlpapi: Implement getICMPStats on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Downgrade some ERR messages to WARN.
2008-06-26  Eric Durbiniphlpapi: Implement getIPStats on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Implement getUDPStats on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Implement getNumUdpEntries on FreeBSD.
2008-06-26  Eric Durbiniphlpapi: Implement getInterfaceStatsByName on FreeBSD.
2008-06-09  Paul Vriensiphlpapi/tests: Fix test on Vista.
2008-06-09  Paul Vriensiphlpapi/tests: Fix crash on Vista.
2008-05-21  Juan Langiphlpapi: Set the adapter's description to its name...
2008-04-07  Austin EnglishSpelling fixes.
2008-04-04  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-01-17  Rob Shearmaniphlpapi: Implement GetBestInterfaceEx.
2007-12-06  Alexandre JulliardRemoved some unneeded imports.
2007-12-04  Guido Barziniiphlpapi: Restore lost initialisation of ptr->AddressLe...
2007-11-19  Juan Langiphlpapi: Correct confusing indentation in GetTcpTable.
2007-11-19  Juan Langiphlpapi: Correct copy/paste error in GetTcpTable.
2007-11-16  Juan Langiphlpapi: Avoid HEAP_ZERO_MEMORY where it isn't needed.
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if there are...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if the IP addre...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if interface...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if the UDP...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory when the ARP...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory when the route...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory when the TCP...
2007-11-16  Juan Langiphlpapi: Don't override return value from getTcpTable.
2007-11-16  Juan Langiphlpapi: Default to a default gateway when choosing...
2007-10-25  Aric Stewartiphlpapi: Correct GetBestRoute when there is no route.
2007-10-25  Aric Stewartiphlpapi: For platforms that do not implement /proc...
2007-10-15  Juan Langiphlpapi: Implement GetAdapterIndex.
2007-10-15  Juan Langiphlpapi: UINT and DWORD are now equivalent, even in...
2007-10-15  Juan Langiphlpapi: Use route table to find an adapter's default...
2007-10-15  Juan Langiphlpapi: Improve GetPerAdapterInfo stub.
2007-07-12  Mark Adamsiphlpapi: Fix byte ordering of Linux ports.
2007-07-12  Mark Adamsiphlpapi: Add support for GetTcpTable on Mac OS X.
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-19  Hans Leidekkeriphlpapi: Only call res_init() once per process.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-02-05  Alexandre Julliardiphlpapi: Avoid printf format warnings.
2007-01-26  Mark Adamsiphlpapi: Support for non-linux platforms, including...
2007-01-26  Mark Adamsiphlpapi: Filter out no-ip addresses when building...
2007-01-26  Mark Adamsiphlpapi: Clarify interface counting.
2006-12-21  Ken Thomasesiphlpapi: Fixed a problem with enumerating network...
2006-12-05  Francois GougetAssorted spelling fixes.
2006-10-30  Stephen R. Veitiphlpapi: Fix GetAdaptersInfo return value for IpMask.
2006-10-24  Marcus Meissneriphlpapi: NetBSD needs sys/param.h.
2006-10-09  Hans Leidekkeriphlpapi: 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-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-04  Alexandre Julliardconfigure: Only link against libresolv where necessary.
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-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-02-24  Vitaly Lipatoviphplapi: Define IF_NAMESIZE if missing.
2006-01-30  Marcus Meissneriphlpapi: Allocate space enough to handle all the possi...
2006-01-27  Juan Langiphlpapi: Reimplement interface enumeration.
2006-01-25  Juan Langiphlpapi: Remove one IP address per interface restriction.
2006-01-24  Juan Langiphlpapi: Clean up memory allocation.
2006-01-20  Juan Langiphlpapi: Remove redundant comments and fix typos.
2005-12-13  Juan Langiphlpapi: Fix a couple of file descriptor leaks.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-14  Markus AmslerAdd, reformat API documentation.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
next