iphlpapi: Fix HRESULT/win32 error code confusion.
[wine] / dlls / iphlpapi / ipstats.c
2013-02-11  Juan Langiphlpapi: Fix HRESULT/win32 error code confusion.
2013-02-07  Michael Stefaniuciphlpapi: Let C look like C.
2013-01-02  Jacek Cabaniphlpapi: Added support for direct routes when using...
2012-09-24  Francois GougetAssorted spelling fixes.
2012-09-21  André Hentscheliphlpapi: Improved GetTcpStatisticsEx stub.
2012-09-20  André Hentscheliphlpapi: Implement GetIcmpStatisticsEx on Linux.
2012-09-20  André Hentscheliphlpapi: Implement GetUdpStatisticsEx on Linux.
2012-09-20  André Hentscheliphlpapi: Implement GetIpStatisticsEx on Linux.
2012-09-07  Hans Leidekkeriphlpapi: Add partial support for UDP_TABLE_OWNER_MODUL...
2012-09-07  Hans Leidekkeriphlpapi: Implement GetExtendedUdpTable.
2012-06-13  Francois Gougetiphlpapi: Don't rely on the HAVE_XXX macros having...
2012-06-08  Francois Gougetiphlpapi: Don't rely on the HAVE_XXX macros having...
2012-06-07  André Hentscheliphlpapi: Check for struct icmpstat (for NetBSD).
2012-06-07  André Hentscheliphlpapi: Check for struct udpstat (for NetBSD).
2012-06-04  André Hentscheliphlpapi: Check for the right TCP statistics structure...
2012-06-04  André Hentscheliphlpapi: Check for the right IP statistics structure...
2012-06-04  André Hentscheliphlpapi: Fix check for icmpstat.icps_outhist.
2012-04-16  Hans Leidekkeriphlpapi: Add support for TCP_TABLE_OWNER_PID_ALL in...
2011-12-15  Francois Gougetinclude: Update the nldef.h and *mib.h headers.
2011-12-09  Francois Gougetiphlpapi: Remove a few redundant include directives.
2011-10-08  Charles Davisiphlpapi: Implement GetUdpTable() on Mac OS and the...
2009-12-02  Huw Daviesiphlpapi: Provide statistics on non-ethernet based...
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: 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.
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.
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-10-25  Aric Stewartiphlpapi: For platforms that do not implement /proc...
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-02-05  Alexandre Julliardiphlpapi: Avoid printf format warnings.
2007-01-26  Mark Adamsiphlpapi: Support for non-linux platforms, including...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-25  Juan Langiphlpapi: Remove one IP address per interface restriction.
2006-01-24  Juan Langiphlpapi: Clean up memory allocation.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-02  Juan LangFixed bug parsing /proc/net/arp for arp table.
2003-06-16  Gerald PfeiferUnbreak getTcpTable() on Linux-based systems and make...
2003-05-15  Gerald PfeiferIn getTcpTable(), guard Linux-specific constants by...
2003-05-13  Gerald PfeiferAdd missing #includes for non-Linux systems.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...