iphlpapi: Implement getNumArpEntries on FreeBSD.
[wine] / dlls / iphlpapi / ipstats.c
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*...