/reactos/base/services/dnsrslvr/ |
H A D | dnsrslvr.c | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
H A D | CMakeLists.txt | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
H A D | hostsfile.c | 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
H A D | precomp.h | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
H A D | cache.c | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
H A D | rpcserver.c | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
/reactos/dll/win32/dnsapi/ |
H A D | query.c | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
/reactos/sdk/include/reactos/ |
H A D | windns_undoc.h | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|
/reactos/sdk/include/reactos/idl/ |
H A D | dnsrslvr.idl | diff 630f34a0 Sat Nov 23 16:07:59 GMT 2019 Eric Kohl <eric.kohl@reactos.org> [DNSAPI][DNSRSLVR] Parse the hosts file when the resolver is initializing
- Move the hosts file handling from dnsapi.dll to the resolver service. Now, the hosts file is no longer parsed on each query. - Add support for DNS_QUERY_WIRE_ONLY and DNS_QUERY_NO_WIRE_QUERY flags to R_ResolverQuery. - GetCurrentTimeInSeconds() should return DWORD instead of DNS_STATUS.
|