bind9/lib/isc
2018-11-13 07:26:29 +11:00
..
include Remove dummy ISLOCKED macro 2018-11-08 12:22:26 +07:00
nls
pthreads Fix a typo in lib/isc/unix/thread.c 2018-11-07 19:31:06 +00:00
tests remove lib/isc/tests/result_test as it is now cmocka 2018-11-13 07:26:29 +11:00
unix isc_stdtime_t is always 32-bit now, so remove the always true macro STDTIME_ON_32BITS 2018-11-09 02:27:06 +07:00
win32 isc_stdtime_t is always 32-bit now, so remove the always true macro STDTIME_ON_32BITS 2018-11-09 02:27:06 +07:00
.gitignore
aes.c
api
assertions.c
Atffile
backtrace-emptytbl.c
backtrace.c
base32.c
base64.c
bind9.c
buffer.c Fix isc_buffer_copyregion() for auto-reallocated buffers 2018-10-30 13:33:25 +01:00
bufferlist.c
commandline.c
counter.c
crc64.c
entropy.c
entropy_private.h
error.c
event.c
fsaccess.c
hash.c
heap.c
hex.c
hmac.c
ht.c
httpd.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
iterated_hash.c
Kyuafile
lex.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
lfsr.c
lib.c
log.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
Makefile.in
md.c
mem.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
mem_p.h
mutexblock.c
netaddr.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
netscope.c
nonce.c
openssl_shim.c
openssl_shim.h
parseint.c
pk11.c Add small tweaks to the code to fix compilation when ISC assertions are disabled 2018-11-08 12:21:53 +07:00
pk11_result.c check result tables are complete 2018-11-10 10:30:43 +11:00
pool.c
portset.c
quota.c
radix.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
random.c Add small tweaks to the code to fix compilation when ISC assertions are disabled 2018-11-08 12:21:53 +07:00
ratelimiter.c
regex.c
region.c
result.c check result tables are complete 2018-11-10 10:30:43 +11:00
rwlock.c
serial.c
sockaddr.c Hint the compiler with ISC_UNREACHABLE(); that code after INSIST(0); cannot be reached 2018-11-08 12:22:17 +07:00
stats.c
string.c
symtab.c
task.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
task_p.h
taskpool.c
timer.c
timer_p.h
tm.c Turn (int & flag) into (int & flag) != 0 when implicitly typed to bool 2018-11-08 12:21:53 +07:00
version.c
xoshiro128starstar.c