Sign in
goma
/
wine
/
a489489e01aaa729f7a336b7f8d8dd471c66557b
/
dlls
/
dnsapi
c058490
dnsapi: _res is per-thread in glibc.
by Hans Leidekker
· 15 years ago
af68ef6
dnsapi: Add a version resource.
by Hans Leidekker
· 15 years ago
bef5645
makefiles: Remove the no longer needed explicit separators for dependencies.
by Alexandre Julliard
· 15 years ago
6164ce2
makefiles: Use the standard C_SRCS variable as the list of test files.
by Alexandre Julliard
· 15 years ago
5b21d90
dnsapi: Add a stub for DnsFlushResolverCache.
by Austin English
· 16 years ago
a959769
dnsapi: Reorder a couple of functions to avoid forward declarations.
by Francois Gouget
· 16 years ago
dfefbd1
dnsapi: dns_ns_name_pton() is unused so remove it.
by Francois Gouget
· 16 years ago
b8f17ba
dnsapi/tests: Remove superfluous casts.
by Michael Stefaniuc
· 16 years ago
21bc015
dnsapi: Remove a useless check.
by Austin English
· 16 years ago
42c733c
dnsapi: Transform two for loops into while loops.
by Michael Stefaniuc
· 16 years ago
8a4748b
dnsapi: Fixed incorrect buffer size to GetComputerNameExW.
by Marcus Meissner
· 17 years ago
348b3b3
dnsapi: Fix compile without the resolv library.
by Alexandre Julliard
· 17 years ago
5ca83ae
dnsapi: Sign-compare warnings fix.
by Andrew Talbot
· 17 years ago
73d0e7f
dnsapi: Fix a number of memory leaks.
by Hans Leidekker
· 17 years ago
07d7320
dnsapi: Remove unused variables.
by Andrew Talbot
· 17 years ago
b4f5293
Spelling fixes.
by Austin English
· 17 years ago
4800089
makefiles: Simplify the use of the IMPORTLIB variable in the DLL makefiles.
by Rob Shearman
· 17 years ago
1a1d0a3
dnsapi: Remove unneeded casts.
by Andrew Talbot
· 17 years ago
b3ff680
dnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming.
by Michael Stefaniuc
· 17 years ago
3e89706
dlls: Remove duplicate includes.
by Michael Stefaniuc
· 17 years ago
4040ece
dnsapi: Fix the DnsQueryConfig() prototype.
by Francois Gouget
· 18 years ago
1691ca5
dnsapi/tests: No need to dynamically load dnsapi anymore.
by Paul Vriens
· 18 years ago
ca3a241
dnsapi: Better match the PSDK types, especially with regards to constness.
by Francois Gouget
· 18 years ago
cace3f9
dnsapi: The DNS APIs don't take PIP4_ARRAYs anymore (for IPv6 compatibility).
by Francois Gouget
· 18 years ago
68953ff
dnsapi: Define DNS_STATUS as LONG instead of long to improve Win64 compatibility.
by Francois Gouget
· 18 years ago
98934f2
dnsapi: Fix some potential infinite loops because of an unsigned loop counter.
by Alexandre Julliard
· 18 years ago
54f844b
dnsapi: Exclude unused header.
by Andrew Talbot
· 18 years ago
5a8fc34
Assorted spelling fixes.
by Francois Gouget
· 18 years ago
275e104
dnsapi: Constify some variables.
by Andrew Talbot
· 18 years ago
dfebf1b
iphlpapi: Only call res_init() once per process.
by Hans Leidekker
· 18 years ago
034765e
dnsapi/tests: Load dnsapi dynamically and use skip.
by Paul Vriens
· 18 years ago
906c0ca
dnsapi: Declare some items static.
by Andrew Talbot
· 18 years ago
2620cea
dnsapi: Fix entering the success case (Coverity).
by Kai Blin
· 18 years ago
a3a2f06
dnsapi: Add stubs for DnsWriteQuestionToBuffer_{UTF8,W}.
by Hans Leidekker
· 18 years ago
2cb378d
dnsapi: Avoid non-portable types.
by Alexandre Julliard
· 18 years ago
b85e3fe
dnsapi: Cast-qual warnings fix.
by Hans Leidekker
· 18 years ago
4e3b3de
dnsapi: Win64 printf format warning fixes.
by Hans Leidekker
· 18 years ago
85ce511
Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int.
by Michael Stefaniuc
· 18 years ago
a9a04fb
dnsapi: Use the proper type for the return value in dns_do_query_netbios().
by Hans Leidekker
· 19 years ago
0c0d190
dnsapi: Implement and test DnsRecordSetDetach.
by Hans Leidekker
· 19 years ago
32ab895
makefiles: Generate the dependencies line to avoid some code duplication.
by Alexandre Julliard
· 19 years ago
ba645ea
dnsapi: Cast-qual warnings fix.
by Andrew Talbot
· 19 years ago
5cf75e6
makefiles: Only run test and documentation targets in directories that need them.
by Alexandre Julliard
· 19 years ago
eed737e
dnsapi/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
4f608f0
dnsapi/tests: Write-strings warnings fix.
by Andrew Talbot
· 19 years ago
eb8a40c
libs: Merged libwine_unicode into libwine.
by Alexandre Julliard
· 19 years ago
dfd2208
dnsapi: Fix a buffer overrun (Coverity).
by Hans Leidekker
· 19 years ago
0fa8baa
make_dlls: Recursively ignore .ok files in all tests directories.
by Alexandre Julliard
· 19 years ago
edd100b
make_dlls: Recursively ignore testlist.c in all tests directories.
by Alexandre Julliard
· 19 years ago
5258e06
make_dlls: Ignore generated import libraries from the top-level .gitignore.
by Alexandre Julliard
· 19 years ago
cc2b3b4
Take advantage of the recursive nature of .gitignore for Makefile entries.
by Alexandre Julliard
· 19 years ago
fa823d2
dnsapi: Fix conflicts nameser.h with winerror.h.
by Vitaly Lipatov
· 19 years ago
f9b213f
dnsapi: Free all allocated records instead of just the last one.
by Hans Leidekker
· 19 years ago
5213b4a
dnsapi: Correct testing for zero option value DNS_QUERY_STANDARD.
by Hans Leidekker
· 19 years ago
d74b280
dnsapi: DnsExtractRecordsFromMessage_A is not exported.
by Alexandre Julliard
· 19 years ago
5cfe6e9
dnsapi: Add stub implementations for the remaining documented functions.
by Hans Leidekker
· 19 years ago
ea2d3f8
dnsapi: Fix the case where we have libresolv headers but no libraries.
by Mike McCormack
· 19 years ago
02ca30e
dnsapi: Fall back to a netbios query when a dns query fails.
by Hans Leidekker
· 19 years ago
788e30f
dnsapi: Added check for _msg_ptr vs. _ptr member in ns_msg struct.
by Alexandre Julliard
· 19 years ago
d1a3383
dnsapi: Remove a bunch of unused functions that cause naming conflicts.
by Alexandre Julliard
· 19 years ago
826cc60
dnsapi: Portability fixes.
by Alexandre Julliard
· 19 years ago
15c0db3
dnsapi: Fixed missing lock release on error path.
by Michael Stefaniuc
· 19 years ago
5931739
dnsapi: Implement DnsQuery_{A,UTF8,W}.
by Hans Leidekker
· 19 years ago
4cbbce8
dnsapi: Add DNS message parsing routines from BIND.
by Hans Leidekker
· 19 years ago
360a3f9
Update the address of the Free Software Foundation.
by Jonathan Ernst
· 19 years ago
6e3223e
dnsapi: Add tests for DnsValidateName_A.
by Hans Leidekker
· 19 years ago
a932808
dnsapi: The ttl value should be ignored when comparing dns records.
by Hans Leidekker
· 19 years ago
da1d724
dnsapi: Partially implement DnsQueryConfig.
by Hans Leidekker
· 19 years ago
efe9ced
dnsapi: Implement and test DnsRecordSetCompare.
by Hans Leidekker
· 19 years ago
b2c4b2c
dnsapi: Implement DnsValidateName_{A,UTF8,W}.
by Hans Leidekker
· 19 years ago
686bcd2
dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}.
by Hans Leidekker
· 19 years ago
12ae5d4
dnsapi: Add tests for DnsRecordCompare.
by Hans Leidekker
· 19 years ago
c6c1e05
dnsapi: Implement DnsRecordCompare.
by Hans Leidekker
· 19 years ago
2d6d4e9
dnsapi: Add a configure check for the resolver library and header.
by Hans Leidekker
· 19 years ago
975899a
dnsapi: Add a test for DnsNameCompare_A.
by Hans Leidekker
· 19 years ago
486e3b3
dnsapi: Implement DnsNameCompare_{A,W}.
by Hans Leidekker
· 19 years ago
6b1dded
dnsapi: Add a stub implementation of dnsapi.dll.
by Hans Leidekker
· 19 years ago