bind9/lib/isc
Mark Andrews b8e4b6d303 isc_ratelimiter needs to hold a reference to its task
to prevent the task subsystem shutting down before the
ratelimiter is freed.
2020-09-02 10:32:33 +10:00
..
include Use memory_order_acq_rel in isc_refcount_decrement. 2020-09-01 12:05:18 +00:00
netmgr Use different allocators for UDP and TCP 2020-08-05 12:57:23 +02:00
pthreads
tests Add missing isc_mutex_init to manytasks subtest. 2020-08-24 22:38:08 +00:00
unix Handle EPROTO errno from recvmsg 2020-08-28 20:45:52 +02:00
win32 Always check the return from isc_refcount_decrement. 2020-07-31 10:15:44 +10:00
.gitignore
aes.c
api Update library API versions 2020-08-06 09:10:06 +02:00
app.c
assertions.c
astack.c
backtrace.c
base32.c base32_decode*() could incorrectly decode a input. 2020-08-13 23:06:55 +10:00
base64.c
bind9.c
buffer.c
bufferlist.c
commandline.c
counter.c
crc64.c
entropy.c
entropy_private.h
error.c
event.c
fsaccess_common.c
fsaccess_common_p.h
glob.c
hash.c Add isc_hash32() and rename isc_hash_function() to isc_hash64() 2020-07-21 08:44:26 +02:00
heap.c
hex.c
hmac.c
hp.c
ht.c
httpd.c Always check the return from isc_refcount_decrement. 2020-07-31 10:15:44 +10:00
iterated_hash.c
lex.c
lib.c
log.c Refactor the code that counts the last log version to keep 2020-07-31 09:30:12 +10:00
Makefile.am Update and cleanup the readline library support 2020-08-18 10:27:14 +02:00
md.c
mem.c Always check the return from isc_refcount_decrement. 2020-07-31 10:15:44 +10:00
mem_p.h
mutexblock.c
netaddr.c
netscope.c Mark 'addr' as unused if HAVE_IF_NAMETOINDEX is not defined 2020-07-14 00:13:40 +00:00
nonce.c
openssl_shim.c
openssl_shim.h
parseint.c
pk11.c Fix crash in pk11_numbits() when native-pkcs11 is used 2020-08-05 15:51:29 +02:00
pk11_result.c
pool.c
portset.c
queue.c
quota.c Don't clean quota cb cb_func/data, we don't own it 2020-06-10 17:52:00 +02:00
radix.c Address potential thread issues: 2020-06-25 12:04:36 +10:00
random.c
ratelimiter.c isc_ratelimiter needs to hold a reference to its task 2020-09-02 10:32:33 +10:00
regex.c
region.c
result.c
rwlock.c
safe.c
serial.c
siphash.c Add HalfSipHash 2-4 reference implementation 2020-07-21 08:44:26 +02:00
sockaddr.c Fix warnings in when build with --enable-buffer-useinline 2020-08-25 16:02:55 +02:00
stats.c
string.c
symtab.c
task.c
task_p.h
taskpool.c
timer.c
timer_p.h
tm.c
utf8.c