Spelling fixes.
[wine] / dlls / iphlpapi /
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...
2007-11-16  Juan Langiphlpapi: Don't allocate gobs of memory if interface...
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-11-16  Juan Langiphlpapi: Don't override return value from getTcpTable.
2007-11-16  Juan Langiphlpapi: Default to a default gateway when choosing...
2007-10-25  Aric Stewartiphlpapi: Correct GetBestRoute when there is no route.
2007-10-25  Aric Stewartiphlpapi: For platforms that do not implement /proc...
2007-10-15  Juan Langiphlpapi: Implement GetAdapterIndex.
2007-10-15  Juan Langiphlpapi: UINT and DWORD are now equivalent, even in...
2007-10-15  Juan Langiphlpapi: Use route table to find an adapter's default...
2007-10-15  Juan Langiphlpapi: Improve GetPerAdapterInfo stub.
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-04-30  Francois GougetAssorted spelling fixes.
2007-04-19  Hans Leidekkeriphlpapi: Only call res_init() once per process.
2007-03-07  Alexandre JulliardAdded version information for a number of dlls.
2007-02-05  Alexandre Julliardiphlpapi: Avoid printf format warnings.
2007-01-26  Mark Adamsiphlpapi: Support for non-linux platforms, including...
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-30  Stephen R. Veitiphlpapi: Fix GetAdaptersInfo return value for IpMask.
2006-10-24  Marcus Meissneriphlpapi: NetBSD needs sys/param.h.
2006-10-09  Hans Leidekkeriphlpapi: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-04  Alexandre Julliardconfigure: Only link against libresolv where necessary.
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
2006-02-24  Vitaly Lipatoviphplapi: Define IF_NAMESIZE if missing.
2006-01-30  Marcus Meissneriphlpapi: Allocate space enough to handle all the possi...
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-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-23  Francois GougetAssorted spelling fixes.
2005-11-14  Markus AmslerAdd, reformat API documentation.
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-08-27  Alexandre JulliardExplicitly import kernel32 in tests that use it.
2005-08-03  Alexandre JulliardRemoved the broken mmap64 configure check, and moved the
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
2005-07-05  Stefan HuehnerFix some more -Wmissing-declarations warnings.
2005-06-27  Eric PouechConst correctness fixes.
2005-06-20  Stefan HuehnerMake some function static.
2005-06-14  Alexandre JulliardMoved network configuration parameters to HKCU\Software...
2005-06-13  Alexandre JulliardAdded magic comments to all Wine-specific registry...
2005-06-13  Robert ShearmanFix size passed to lstrcpynA function - sizeof(string...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
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-05-06  Dmitry TimoshkovIt's OK to have dwNumEntries == 0 if there is no networ...
2004-05-04  Francois GougetMake our ascii strings static const.
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-22  Hans LeidekkerDon't include config.h.
2004-03-02  Alexandre JulliardWe no longer use the .exe.spec.c files.
2004-03-01  Alexandre JulliardPortability fixes for LSB compatibility.
2004-02-20  Patrik StridvallFixed some issues found by winapi_check.
2004-02-09  Juan LangRemove dead comment.
2004-01-15  Alexandre JulliardDefine INADDR_NONE if needed (reported by Robert Lunnon).
2004-01-14  Robert LunnonCorrected code to acquire mtu under Solaris.
2004-01-08  Hans LeidekkerRemove some unused headers.
2004-01-07  Juan LangFixed the dwBCastAddr member of MIB_IPADDRROW, added...
2004-01-02  Juan LangAdd tracing, add WINS configuration to GetAdaptersInfo...
2003-11-30  Juan Lang- fixes thread safety issues
2003-10-31  Aric StewartSwitched a + to a - so that it makes sense when marking...
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-09-30  Daniel MarmierUse #ifdef instead of #if for all feature tests.
2003-09-08  Juan Lang- Fix buffer overrun in GetNetworkParams.
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-08-08  Patrik StridvallFixed some issues found by winapi_check.
2003-07-09  Robert LunnonFixed some compile problems under Solaris.
2003-06-23  Eric PouechFixed a few bugs in network interface handling (code...
next