dmsynth: Dump data passed to Download method.
[wine] / dlls / iphlpapi / iphlpapi_main.c
2012-12-10  Michael Stefaniuciphlpapi: Simplify size calculation of structs with...
2012-11-07  Frédéric Delanoyiphlapi: Fix some leaks (coverity).
2012-09-28  Qian Hongiphlpapi: Set DhcpEnabled to TRUE for all interfaces.
2012-09-07  Hans Leidekkeriphlpapi: Add partial support for UDP_TABLE_OWNER_MODUL...
2012-09-07  Hans Leidekkeriphlpapi: Implement GetExtendedUdpTable.
2012-04-16  Hans Leidekkeriphlpapi: Reimplement GetTcpTable on top of GetExtended...
2012-04-16  Hans Leidekkeriphlpapi: Add support for TCP_TABLE_OWNER_PID_ALL in...
2012-03-08  André Hentscheliphlpapi: Make GetAdaptersAddresses hotpatchable.
2012-01-26  Austin Englishiphlpapi: Add GetTcp6Table/GetTcp6Table2 stubs.
2012-01-25  Austin Englishiphlpapi: Add a stub for GetTcpTable2:.
2011-12-19  Hans Leidekkeriphlpapi: Add a stub implementation of GetExtendedTcpTable.
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-15  Juan Langiphlpapi: Fix enumerating IPv6 addresses.
2011-11-14  Juan Langiphlpapi: Remove unneeded includes.
2011-06-07  Jacek Cabaniphlpapi: Added PfCreateInterface stub implementation.
2011-05-23  Mike Kaplinskiyiphlpapi: Set the overlapped status to pending as well...
2011-02-15  Janne Hakoneniphlpapi: Changed return value of NotifyAddrChange...
2011-01-17  Andrew Nguyeniphlpapi: Correctly compute the buffer offset for the...
2010-12-27  Timo Teräsiphlpapi: Fix GetAdaptersAddresses return values.
2010-12-13  David Bartleyiphlpapi: Add CancelIPChangeNotify stub.
2010-10-13  Juan Langiphlpapi: Return DNS suffix for all non-loopback adapters.
2010-10-12  Juan Langiphlpapi: Set DNS servers in the IP_PER_ADAPTER_INFO...
2010-10-12  Juan Langiphlpapi: Use a helper function to get the DNS server...
2010-10-12  Juan Langiphlpapi: Set DNS servers in GetAdaptersAddresses when...
2010-10-12  Juan Langiphlpapi: Honor GAA_FLAG_SKIP_FRIENDLY_NAME.
2010-10-12  Juan Langiphlpapi: Honor GAA_FLAG_SKIP_UNICAST.
2010-10-12  Juan Langiphlpapi: Only return gateway addresses if GAA_FLAG_INC...
2010-10-11  Jeff Latimeriphlpapi: Use Windows rather than Unix values to determ...
2010-10-04  Austin Englishiphlpapi: Avoid using %n (clang).
2010-09-28  Juan Langiphlpapi: Fix inverted logic in mask comparison.
2010-09-27  Andrew Nguyeniphlpapi: Remove useless loop and initialize gateway...
2010-09-24  Juan Langiphlpapi: Set adapter description in GetAdaptersAddresses.
2010-09-24  Juan Langiphlpapi: Trace parameters to GetAdaptersAddresses.
2010-09-24  Juan Langiphlpapi: Set gateway addresses in GetAdaptersAddresses.
2010-09-24  Juan Langiphlpapi: Set ConnectionType in GetAdaptersAddresses.
2010-09-24  Juan Langiphlpapi: Set flags for adapters returned by GetAdapter...
2010-09-24  Juan Langiphlpapi: Trace enumerated addresses.
2010-08-18  Juan Langiphlpapi: Don't overwrite last IPv4 address with first...
2010-03-23  Hans Leidekkerdnsapi: _res is per-thread in glibc.
2010-03-15  Juan Langiphlpapi: Implement GetAdaptersAddresses for IPv6 addre...
2010-03-15  Juan Langiphlpapi: Pass address family to adapterAddressesFromIndex.
2010-03-15  Juan Langiphlpapi: Rename a function and variables to make it...
2010-02-08  Dan Kegeliphlpapi: _res is per-thread in glibc.
2009-10-12  Hans Leidekkeriphlpapi: Allow both direct and indirect default routes...
2009-08-31  Francois Gougetiphlpapi: Fix compilation on systems that don't support...
2009-08-12  Juan Langiphlpapi: Set adapter name in GetAdaptersAddresses.
2009-07-07  Hans Leidekkeriphlpapi: Use a separate index to count addresses in...
2009-04-29  Hans Leidekkeriphlpapi: Implement GetAdaptersAddresses.
2009-03-03  Alexandre Julliardiphlpapi: Move the ip/icmp/tcp/udp statistics functions...
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-01-06  Michael Stefaniucinclude: Use ULONG instead of unsigned long in ipexport.h.
2008-11-04  Michael Stefaniuciphlpapi: Do not cast zero.
2008-08-28  Andrew Talbotiphlpapi: Sign-compare warning fix.
2008-07-03  Alexandre Julliardiphlpapi: Fix the return value of GetPerAdapterInfo...
2008-05-21  Juan Langiphlpapi: Set the adapter's description to its name...
2008-04-07  Austin EnglishSpelling fixes.
2008-04-04  Austin EnglishSpelling fixes.
2008-01-17  Rob Shearmaniphlpapi: Implement GetBestInterfaceEx.
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: 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.
2006-10-30  Stephen R. Veitiphlpapi: Fix GetAdaptersInfo return value for IpMask.
2006-10-09  Hans Leidekkeriphlpapi: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-10  Michael Stefaniucjanitorial: Remove redundant NULL pointer checks before...
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-11-23  Francois GougetAssorted spelling fixes.
2005-11-14  Markus AmslerAdd, reformat API documentation.
2005-09-12  Alexandre JulliardFixed some traces to use the right printf format and...
2005-07-07  Mike McCormackgcc 4.0 -Wpointer-sign fixes (Reg* functions).
next