bind9/lib
Evan Hunt c47fa689d4
use a thread-local variable to get the current running loop
if we had a method to get the running loop, similar to how
isc_tid() gets the current thread ID, we can simplify loop
and loopmgr initialization.

remove most uses of isc_loop_current() in favor of isc_loop().
in some places where that was the only reason to pass loopmgr,
remove loopmgr from the function parameters.
2024-04-02 10:35:56 +02:00
..
dns use a thread-local variable to get the current running loop 2024-04-02 10:35:56 +02:00
isc use a thread-local variable to get the current running loop 2024-04-02 10:35:56 +02:00
isccc Fix UAF in ccmsg.c when reading stopped before sending 2024-02-08 17:24:11 +01:00
isccfg Detect invalid durations 2024-03-14 08:51:46 +01:00
ns Don't use static stub when returning best NS 2024-03-14 11:39:27 +11:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am Move irs_resconf into libdns and remove libirs 2023-02-24 09:38:59 +00:00