mshtml: Added IOmHistory::get_length implementation.
[wine] / dlls / dnsapi /
2013-04-15  Alexandre JulliardRemove empty DLL_PROCESS_DETACH case statements.
2013-03-11  Hans Leidekkerdnsapi: Increase maximum packet size.
2012-12-10  Michael Stefaniucdnsapi: Use FIELD_OFFSET for the size of a struct with...
2012-11-23  Andrew Talbotdnsapi: Remove unused variable.
2012-07-25  Michael Stefaniucdnsapi: Remove a superfluous TRUE-FALSE conditional...
2012-02-05  Hans Leidekkerdnsapi: Remove a dead assignment (clang).
2012-01-23  Alexandre Julliarddnsapi: Fix a warning when building on Mingw.
2011-09-07  AndrĂ© Hentscheldnsapi: Use internal name_skip function.
2011-08-29  Andrew Talbotdnsapi: Void functions should not return a value.
2011-08-24  Hans Leidekkerdnsapi: Implement DnsFree.
2011-08-24  Hans Leidekkerdnsapi: Mark some test results as broken and conform...
2011-05-18  Marcus Meissnerdnsapi: Mark internal symbols with hidden visibility.
2011-03-28  Marcus Meissnerdnsapi: Added missing breaks (Coverity).
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-09-08  Hans Leidekkerdnsapi: Remove the critical section around res_query.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-23  Hans Leidekkerdnsapi: _res is per-thread in glibc.
2010-03-23  Hans Leidekkerdnsapi: Add a version resource.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-22  Alexandre Julliardmakefiles: Use the standard C_SRCS variable as the...
2009-08-26  Austin Englishdnsapi: Add a stub for DnsFlushResolverCache.
2009-01-07  Francois Gougetdnsapi: Reorder a couple of functions to avoid forward...
2009-01-07  Francois Gougetdnsapi: dns_ns_name_pton() is unused so remove it.
2009-01-02  Michael Stefaniucdnsapi/tests: Remove superfluous casts.
2008-12-05  Austin Englishdnsapi: Remove a useless check.
2008-11-03  Michael Stefaniucdnsapi: Transform two for loops into while loops.
2008-09-15  Marcus Meissnerdnsapi: Fixed incorrect buffer size to GetComputerNameExW.
2008-08-25  Alexandre Julliarddnsapi: Fix compile without the resolv library.
2008-08-01  Andrew Talbotdnsapi: Sign-compare warnings fix.
2008-07-21  Hans Leidekkerdnsapi: Fix a number of memory leaks.
2008-04-14  Andrew Talbotdnsapi: Remove unused variables.
2008-04-02  Austin EnglishSpelling fixes.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-11  Andrew Talbotdnsapi: Remove unneeded casts.
2007-11-28  Michael Stefaniucdnsapi: Rename the wrappers around HeapAlloc() &Co...
2007-11-19  Michael Stefaniucdlls: Remove duplicate includes.
2007-09-18  Francois Gougetdnsapi: Fix the DnsQueryConfig() prototype.
2007-08-21  Paul Vriensdnsapi/tests: No need to dynamically load dnsapi anymore.
2007-08-08  Francois Gougetdnsapi: Better match the PSDK types, especially with...
2007-08-06  Francois Gougetdnsapi: The DNS APIs don't take PIP4_ARRAYs anymore...
2007-08-03  Francois Gougetdnsapi: Define DNS_STATUS as LONG instead of long to...
2007-07-12  Alexandre Julliarddnsapi: Fix some potential infinite loops because of...
2007-05-03  Andrew Talbotdnsapi: Exclude unused header.
2007-04-30  Francois GougetAssorted spelling fixes.
2007-04-26  Andrew Talbotdnsapi: Constify some variables.
2007-04-19  Hans Leidekkeriphlpapi: Only call res_init() once per process.
2007-03-12  Paul Vriensdnsapi/tests: Load dnsapi dynamically and use skip.
2007-01-08  Andrew Talbotdnsapi: Declare some items static.
2007-01-02  Kai Blindnsapi: Fix entering the success case (Coverity).
2006-10-23  Hans Leidekkerdnsapi: Add stubs for DnsWriteQuestionToBuffer_{UTF8,W}.
2006-10-20  Alexandre Julliarddnsapi: Avoid non-portable types.
2006-10-05  Hans Leidekkerdnsapi: Cast-qual warnings fix.
2006-10-02  Hans Leidekkerdnsapi: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Hans Leidekkerdnsapi: Use the proper type for the return value in...
2006-09-14  Hans Leidekkerdnsapi: Implement and test DnsRecordSetDetach.
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-10  Andrew Talbotdnsapi: Cast-qual warnings fix.
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-15  Andrew Talbotdnsapi/tests: Write-strings warnings fix.
2006-07-20  Andrew Talbotdnsapi/tests: Write-strings warnings fix.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  Hans Leidekkerdnsapi: Fix a buffer overrun (Coverity).
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-06-19  Vitaly Lipatovdnsapi: Fix conflicts nameser.h with winerror.h.
2006-06-19  Hans Leidekkerdnsapi: Free all allocated records instead of just...
2006-06-19  Hans Leidekkerdnsapi: Correct testing for zero option value DNS_QUERY...
2006-06-12  Alexandre Julliarddnsapi: DnsExtractRecordsFromMessage_A is not exported.
2006-06-07  Hans Leidekkerdnsapi: Add stub implementations for the remaining...
2006-06-05  Mike McCormackdnsapi: Fix the case where we have libresolv headers...
2006-06-01  Hans Leidekkerdnsapi: Fall back to a netbios query when a dns query...
2006-05-31  Alexandre Julliarddnsapi: Added check for _msg_ptr vs. _ptr member in...
2006-05-31  Alexandre Julliarddnsapi: Remove a bunch of unused functions that cause...
2006-05-31  Alexandre Julliarddnsapi: Portability fixes.
2006-05-31  Michael Stefaniucdnsapi: Fixed missing lock release on error path.
2006-05-30  Hans Leidekkerdnsapi: Implement DnsQuery_{A,UTF8,W}.
2006-05-30  Hans Leidekkerdnsapi: Add DNS message parsing routines from BIND.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-15  Hans Leidekkerdnsapi: Add tests for DnsValidateName_A.
2006-05-09  Hans Leidekkerdnsapi: The ttl value should be ignored when comparing...
2006-05-09  Hans Leidekkerdnsapi: Partially implement DnsQueryConfig.
2006-05-08  Hans Leidekkerdnsapi: Implement and test DnsRecordSetCompare.
2006-05-07  Hans Leidekkerdnsapi: Implement DnsValidateName_{A,UTF8,W}.
2006-05-07  Hans Leidekkerdnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}.
2006-05-07  Hans Leidekkerdnsapi: Add tests for DnsRecordCompare.
2006-05-07  Hans Leidekkerdnsapi: Implement DnsRecordCompare.
2006-04-10  Hans Leidekkerdnsapi: Add a configure check for the resolver library...
2006-04-10  Hans Leidekkerdnsapi: Add a test for DnsNameCompare_A.
2006-04-10  Hans Leidekkerdnsapi: Implement DnsNameCompare_{A,W}.
2006-04-10  Hans Leidekkerdnsapi: Add a stub implementation of dnsapi.dll.