This website requires JavaScript.
Explore
Help
Sign In
ComputerSurge
/
bind9
Watch
3
Star
0
Fork
0
Code
Pull Requests
1
Activity
Files
fef19fb978ca7fb443af5a0642d5770087f13264
bind9
/
lib
/
irs
T
History
Mark Andrews
ac01359871
ensure that WSAStartup is called before getservbyname
2019-01-15 14:19:59 +11:00
..
include
Drop ISC_PLATFORM_USEDECLSPEC and IRS_PLATFORM_USEDECLSPEC as they are platform dependent and only unix vs win32 platform.h header difference is enough
2018-09-07 12:17:30 +02:00
tests
Move the CMocka include directories from CFLAGS to CINCLUDES where it belongs to not get overriden later by the default CFLAGS rule
2018-11-26 16:16:34 +01:00
win32
look in windows registry for nameservers, domainname and search list
2018-11-09 16:06:49 +11:00
api
prep 9.13.5
2018-12-07 03:41:19 +00:00
context.c
isc_mutex_init returns 'void'
2018-11-22 11:51:49 +00:00
dnsconf.c
Replace custom isc_u?intNN_t types with C99 u?intNN_t types
2018-08-08 09:37:28 +02:00
gai_strerror.c
gai_strerror on Windows is just 'char *'
2018-08-29 22:05:09 +02:00
getaddrinfo.c
ensure that WSAStartup is called before getservbyname
2019-01-15 14:19:59 +11:00
getnameinfo.c
Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached
2018-11-08 12:22:17 +07:00
Kyuafile
…
Makefile.in
…
resconf.c
look in windows registry for nameservers, domainname and search list
2018-11-09 16:06:49 +11:00
version.c
…