..
include
Replace isc_mem_*_aligned(..., alignment) with isc_mem_*x(..., flags)
2022-10-05 16:44:05 +02:00
netmgr
TLS DNS: fix certificate verification error message reporting
2022-10-12 16:24:04 +03:00
.gitignore
aes.c
ascii.c
Consolidate some ASCII tables in isc/ascii and isc/hex
2022-09-12 12:18:57 +01:00
assertions.c
astack.c
async.c
New event loop handling API
2022-08-25 12:24:29 +02:00
backtrace.c
base32.c
base64.c
bind9.c
buffer.c
change ISC__BUFFER macros to inline functions
2022-09-26 23:49:27 -07:00
commandline.c
condition.c
counter.c
crc64.c
dir.c
entropy.c
Switch the CSPRNG function from RAND_bytes() to uv_random()
2022-09-26 15:13:11 +02:00
errno.c
errno2result.c
errno2result.h
error.c
event.c
Simplify the isc_event API
2022-08-25 12:24:25 +02:00
file.c
Use the semantic patch to do the unsigned -> unsigned int change
2022-09-19 15:56:02 +02:00
fsaccess.c
fsaccess_common.c
fsaccess_common_p.h
glob.c
hash.c
Add a case-insensitive option directly to siphash 2-4 implementation
2022-10-04 10:32:40 +02:00
heap.c
hex.c
Consolidate some ASCII tables in isc/ascii and isc/hex
2022-09-12 12:18:57 +01:00
hmac.c
ht.c
Add and use semantic patch to replace isc_mem_get/allocate+memset
2022-10-05 16:44:05 +02:00
httpd.c
Cleanup the asychronous code in the stream implementations
2022-09-22 14:51:15 +02:00
interfaceiter.c
iterated_hash.c
jemalloc_shim.h
Replace isc_mem_*_aligned(..., alignment) with isc_mem_*x(..., flags)
2022-10-05 16:44:05 +02:00
job.c
New event loop handling API
2022-08-25 12:24:29 +02:00
job_p.h
New event loop handling API
2022-08-25 12:24:29 +02:00
lex.c
lib.c
Use custom isc_mem based allocator for libxml2
2022-09-27 17:10:42 +02:00
log.c
Add and use semantic patch to replace isc_mem_get/allocate+memset
2022-10-05 16:44:05 +02:00
loop.c
New event loop handling API
2022-08-25 12:24:29 +02:00
loop_p.h
Convert isc_ratelimiter API to use on-loop timers
2022-09-21 14:25:33 -07:00
Makefile.am
Use custom isc_mem based allocator for libxml2
2022-09-27 17:10:42 +02:00
managers.c
Update netmgr, tasks, and applications to use isc_loopmgr
2022-08-26 09:09:24 +02:00
md.c
mem.c
Replace isc_mem_*_aligned(..., alignment) with isc_mem_*x(..., flags)
2022-10-05 16:44:05 +02:00
mem_p.h
meminfo.c
mutex.c
mutex_p.h
mutexblock.c
net.c
netaddr.c
netscope.c
nonce.c
Switch the CSPRNG function from RAND_bytes() to uv_random()
2022-09-26 15:13:11 +02:00
openssl_shim.c
openssl_shim.h
os.c
os_p.h
parseint.c
portset.c
Use designated initializers instead of memset()/MEM_ZERO for structs
2022-10-05 16:44:05 +02:00
quota.c
radix.c
random.c
Switch the CSPRNG function from RAND_bytes() to uv_random()
2022-09-26 15:13:11 +02:00
random_p.h
Move random number re-seeding out of the hot path
2022-09-19 16:27:12 +02:00
ratelimiter.c
Refactor isc_ratelimiter API
2022-09-30 10:36:30 +02:00
regex.c
region.c
resource.c
Avoid dead code warning when using a constant boolean
2022-10-05 15:51:05 +00:00
result.c
rwlock.c
Improve reporting for read-write lock errors
2022-07-13 13:19:32 +02:00
safe.c
serial.c
signal.c
New event loop handling API
2022-08-25 12:24:29 +02:00
siphash.c
Add a case-insensitive option directly to siphash 2-4 implementation
2022-10-04 10:32:40 +02:00
sockaddr.c
stats.c
stdio.c
stdtime.c
string.c
Use strnstr implementation from FreeBSD if not provided by OS
2022-10-04 14:21:41 +11:00
symtab.c
Consolidate some ASCII tables in isc/ascii and isc/hex
2022-09-12 12:18:57 +01:00
syslog.c
task.c
Update netmgr, tasks, and applications to use isc_loopmgr
2022-08-26 09:09:24 +02:00
tests
thread.c
Fix error reporting for POSIX Threads functions
2022-09-09 20:25:47 +02:00
tid.c
New event loop handling API
2022-08-25 12:24:29 +02:00
time.c
Check for working __builtin_mul_overflow() implementation
2022-09-27 17:10:42 +02:00
timer.c
Require isc_timer to be manipulated on the timer loop
2022-09-21 14:25:33 -07:00
tls.c
Use designated initializers instead of memset()/MEM_ZERO for structs
2022-10-05 16:44:05 +02:00
tm.c
Consolidate some ASCII tables in isc/ascii and isc/hex
2022-09-12 12:18:57 +01:00
trampoline.c
Move random number re-seeding out of the hot path
2022-09-19 16:27:12 +02:00
trampoline_p.h
url.c
utf8.c
uv.c
Add and use semantic patch to replace isc_mem_get/allocate+memset
2022-10-05 16:44:05 +02:00
work.c
New event loop handling API
2022-08-25 12:24:29 +02:00
xml.c
Add autoconf option to enable memory leak detection in libraries
2022-09-27 17:53:04 +02:00