atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / dnsapi / query.c
2012-12-10  Michael Stefaniucdnsapi: Use FIELD_OFFSET for the size of a struct with...
2012-02-05  Hans Leidekkerdnsapi: Remove a dead assignment (clang).
2010-09-08  Hans Leidekkerdnsapi: Remove the critical section around res_query.
2010-03-23  Hans Leidekkerdnsapi: _res is per-thread in glibc.
2008-09-15  Marcus Meissnerdnsapi: Fixed incorrect buffer size to GetComputerNameExW.
2008-08-01  Andrew Talbotdnsapi: Sign-compare warnings fix.
2007-12-11  Andrew Talbotdnsapi: Remove unneeded casts.
2007-11-28  Michael Stefaniucdnsapi: Rename the wrappers around HeapAlloc() &Co...
2007-09-18  Francois Gougetdnsapi: Fix the DnsQueryConfig() prototype.
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-07-12  Alexandre Julliarddnsapi: Fix some potential infinite loops because of...
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-01-02  Kai Blindnsapi: Fix entering the success case (Coverity).
2006-10-02  Hans Leidekkerdnsapi: Win64 printf format warning fixes.
2006-09-14  Hans Leidekkerdnsapi: Use the proper type for the return value in...
2006-09-10  Andrew Talbotdnsapi: Cast-qual warnings fix.
2006-07-11  Hans Leidekkerdnsapi: Fix a buffer overrun (Coverity).
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-01  Hans Leidekkerdnsapi: Fall back to a netbios query when a dns query...
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-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-09  Hans Leidekkerdnsapi: Partially implement DnsQueryConfig.