include: Assorted spelling fixes.
[wine] / dlls / iphlpapi / ifenum.c
2012-12-10  Michael Stefaniuciphlpapi: Simplify size calculation of structs with...
2012-11-07  Frédéric Delanoyiphlapi: Fix some leaks (coverity).
2011-12-15  Francois Gougetinclude: Update the nldef.h and *mib.h headers.
2011-12-14  Francois Gougetinclude: Define the MIB_IF_OPER_STATUS_XXX constants...
2011-11-14  Juan Langiphlpapi: Remove an unmaintained comment, and update...
2011-11-14  Juan Langiphlpapi: Combine #ifdef HAVE_IFADDRS_H blocks.
2011-11-14  Juan Langiphlpapi: Implement retrieving IPv4 addresses using...
2011-05-23  Gerald Pfeiferiphlpapi: Make addrLen unsigned in getInterfacePhysical...
2010-10-12  Juan Langiphlpapi: Set DNS servers in the IP_PER_ADAPTER_INFO...
2010-03-26  Juan Langiphlpapi: Remove an unused define.
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: Check for ifr_hwaddr member of struct ifreq.
2009-05-13  Francois Gougetiphlpapi: Make getInterfacePhysicalByName() static.
2009-04-29  Hans Leidekkeriphlpapi: Implement GetAdaptersAddresses.
2009-01-09  Andrew Talbotiphlpapi: Remove unused function.
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-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-24  Marcus Meissneriphlpapi: NetBSD needs sys/param.h.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-02-24  Vitaly Lipatoviphplapi: Define IF_NAMESIZE if missing.
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-06-13  Robert ShearmanFix size passed to lstrcpynA function - sizeof(string...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2004-12-23  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2004-12-13  Juan Lang- use Heap functions rather than libc for mem allocation
2004-09-08  Hans LeidekkerFix signed/unsigned comparison warnings.
2004-01-14  Robert LunnonCorrected code to acquire mtu under Solaris.
2003-11-30  Juan Lang- fixes thread safety issues
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-05-21  Alexandre JulliardFixed wrong length argument in getInterfacePhysicalByName.
2003-05-13  Alexandre JulliardFixed some string overflows.
2003-05-13  Juan LangAdded an implementation of iphlpapi.dll; most Get*...