.gitignore: Added wildcards to ignore generated resource files.
[wine] / dlls / iphlpapi / ipstats.c
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*...