bind9/lib/isc
Artem Boldariev d2e13ddf22 Update the set of HTTP endpoints on reconfiguration
This commit ensures that on reconfiguration the set of HTTP
endpoints (=paths) is being updated within HTTP listeners.
2022-06-28 15:42:38 +03:00
..
include Update the set of HTTP endpoints on reconfiguration 2022-06-28 15:42:38 +03:00
netmgr Update the set of HTTP endpoints on reconfiguration 2022-06-28 15:42:38 +03:00
.gitignore
aes.c
app.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
assertions.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
astack.c
backtrace.c
base32.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
base64.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
bind9.c
buffer.c
commandline.c
condition.c
counter.c
crc64.c
dir.c
entropy.c
entropy_private.h
errno.c
errno2result.c
errno2result.h
error.c
event.c Add detailed tracing when TASKMGR_TRACE is defined 2022-04-19 14:25:23 +02:00
file.c
fsaccess.c
fsaccess_common.c
fsaccess_common_p.h
glob.c
hash.c
heap.c
hex.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
hmac.c
ht.c Make isc_ht optionally case insensitive 2022-03-28 15:02:18 -07:00
httpd.c Allow listening on less than nworkers threads 2022-04-19 11:08:13 +02:00
interfaceiter.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
iterated_hash.c
jemalloc_shim.h
lex.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
lib.c Revert "Move random number re-seeding out of the hot path" 2022-04-25 15:18:58 +01:00
log.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
managers.c
md.c
mem.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
mem_p.h
meminfo.c
mutex.c
mutexblock.c
net.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
netaddr.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
netmgr_p.h
netscope.c
nonce.c
openssl_shim.c Do not provide a shim for SSL_SESSION_is_resumable() 2022-05-23 18:25:18 +03:00
openssl_shim.h Do not provide a shim for SSL_SESSION_is_resumable() 2022-05-23 18:25:18 +03:00
os.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
os_p.h
parseint.c
portset.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
quota.c
radix.c
random.c Revert "Move random number re-seeding out of the hot path" 2022-04-25 15:18:58 +01:00
ratelimiter.c Don't use reference counting in isc_timer unit 2022-04-02 01:23:15 +02:00
regex.c
region.c
resource.c
result.c Add ISC_R_TLSBADPEERCERT error code to the TLS related code 2022-03-28 15:32:30 +03:00
rwlock.c Consistenly use UNREACHABLE() instead of ISC_UNREACHABLE() 2022-03-28 23:26:08 +02:00
safe.c
serial.c
siphash.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
sockaddr.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
stats.c
stdio.c
stdtime.c
string.c
symtab.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
syslog.c
task.c Make all tasks to be bound to a thread 2022-05-25 16:04:51 +02:00
task_p.h
tests Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
thread.c
time.c Remove use of the inline keyword used as suggestion to compiler 2022-03-25 08:33:43 +01:00
timer.c Unlink the timer event before trying to purge it 2022-04-06 07:33:41 +00:00
timer_p.h
tls.c Do not provide a shim for SSL_SESSION_is_resumable() 2022-05-23 18:25:18 +03:00
tls_p.h
tm.c
trampoline.c Lock the trampoline when attaching 2022-05-13 10:07:20 +02:00
trampoline_p.h
url.c Simplify way we tag unreachable code with only ISC_UNREACHABLE() 2022-03-25 08:33:43 +01:00
utf8.c
uv.c Restore the implementation of uv_os_getenv() shim 2022-05-04 12:31:46 +02:00