This website requires JavaScript.
Explore
Help
Sign In
ComputerSurge
/
bind9
Watch
3
Star
0
Fork
0
You've already forked bind9
Code
Pull Requests
1
Activity
Files
43be6ff4282863581266f9dfd0c86261e2eff67f
bind9
/
lib
/
irs
History
Ondřej Surý
a688a43faf
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
..
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.4
2018-11-22 00:20:22 +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
- Make isc_mutex_destroy return void
2018-11-22 11:52:08 +00: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
…