server: Move socket async activation to sock_poll_event.
[wine] / dlls / iphlpapi /
2010-03-26  Juan Langiphlpapi: Remove an unused define.
2010-03-23  Hans Leidekkerdnsapi: _res is per-thread in glibc.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-16  Michael Stefaniuciphlpapi: Don't crash when enumerating PtP interfaces.
2010-03-15  Juan Langiphlpapi: Implement GetAdaptersAddresses for IPv6 addre...
2010-03-15  Juan Langiphlpapi: Pass address family to adapterAddressesFromIndex.
2010-03-15  Juan Langiphlpapi: Rename a function and variables to make it...
2010-03-15  Juan Langiphlpapi: Check for ifr_hwaddr member of struct ifreq.
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2010-02-08  Dan Kegeliphlpapi: _res is per-thread in glibc.
2009-12-08  Roderick Colenbranderiphlpapi: Use winediag for icmp failure.
2009-12-02  Huw Daviesiphlpapi: Provide statistics on non-ethernet based...
2009-10-12  Hans Leidekkeriphlpapi: Allow both direct and indirect default routes...
2009-08-31  Francois Gougetiphlpapi/tests: Fix compilation on systems that don...
2009-08-31  Francois Gougetiphlpapi: Fix compilation on systems that don't support...
2009-08-12  Juan Langiphlpapi: Set adapter name in GetAdaptersAddresses.
2009-07-07  Hans Leidekkeriphlpapi: Use a separate index to count addresses in...
2009-07-03  Hans Leidekkeriphlpapi/tests: Initialize a variable.
2009-05-13  Francois Gougetiphlpapi: Make getInterfacePhysicalByName() static.
2009-04-29  Hans Leidekkeriphlpapi: Add tests for GetAdaptersAddresses.
2009-04-29  Hans Leidekkeriphlpapi: Implement GetAdaptersAddresses.
2009-03-10  Alexandre Julliardiphlpapi/tests: Output the various tables in verbose...
2009-03-10  Alexandre Julliardiphlpapi: Implemented AllocateAndGetIpForwardTableFromS...
2009-03-10  Alexandre Julliardiphlpapi: Implemented AllocateAndGetIpNetTableFromStack...
2009-03-10  Alexandre Julliardiphlpapi: Implemented AllocateAndGetUdpTableFromStack...
2009-03-10  Alexandre Julliardiphlpapi: Implemented AllocateAndGetTcpTableFromStack...
2009-03-05  Alexandre Julliardiphlpapi/tests: Don't pass a NULL size to GetTcp/UdpTab...
2009-03-05  Alexandre Julliardiphlpapi: Implemented getInterfaceStatsByName for Solaris.
2009-03-05  Alexandre Julliardiphlpapi: Implemented GetUdpStatistics for Solaris.
2009-03-05  Alexandre Julliardiphlpapi: Implemented GetTcpStatistics for Solaris.
2009-03-05  Alexandre Julliardiphlpapi: Implemented GetIpStatistics for Solaris.
2009-03-05  Alexandre Julliardiphlpapi: Implemented GetIcmpStatistics for Solaris.
2009-03-05  Alexandre Julliardiphlpapi: Simplify parsing of UDP stats. Only try to...
2009-03-05  Alexandre Julliardiphlpapi: Simplify parsing of TCP stats. Only try to...
2009-03-05  Alexandre Julliardiphlpapi: Simplify parsing of IP stats. Only try to...
2009-03-05  Alexandre Julliardiphlpapi: Simplify parsing of interface data. Only...
2009-03-05  Alexandre Julliardiphlpapi: Simplify parsing of ICMP stats. Only try...
2009-03-03  Alexandre Julliardiphlpapi: Move the ip/icmp/tcp/udp statistics functions...
2009-03-02  Alexandre Julliardiphlpapi: Remove the no longer needed getNumRoutes...
2009-03-02  Alexandre Julliardiphlpapi: Remove the no longer needed getNumTcpEntries...
2009-03-02  Alexandre Julliardiphlpapi: Remove the no longer needed getNumUdpEntries...
2009-03-02  Alexandre Julliardiphlpapi: Remove the no longer needed getNumArpEntries...
2009-03-02  Alexandre Julliardiphlpapi: Moved AllocateAndGetIpForwardTableFromStack...
2009-03-02  Alexandre Julliardiphlpapi: Moved AllocateAndGetIpNetTableFromStack imple...
2009-03-02  Alexandre Julliardiphlpapi: Moved AllocateAndGetTcpTableFromStack impleme...
2009-03-02  Alexandre Julliardiphlpapi: Moved AllocateAndGetUdpTableFromStack impleme...
2009-03-02  Alexandre Julliardiphlpapi: Reimplement GetIpForwardTable to avoid parsin...
2009-03-02  Alexandre Julliardiphlpapi: Reimplement GetIpNetTable to avoid parsing...
2009-03-02  Alexandre Julliardiphlpapi: Reimplement GetTcpTable to avoid parsing...
2009-03-02  Alexandre Julliardiphlpapi: Reimplement GetUdpTable to avoid parsing...
2009-02-26  Thomas Khoiphlpapi: Fix Solaris build error due to ERR redefinition.
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...
next