bind9/lib
Ondřej Surý 5319d4f6c5 Require isc_timer to be manipulated on the timer loop
Each isc_timer needs to be created, started and destroyed on the current
loop.  The isc_timer_stop() can be run on any loop, but when run from
different loop than the one associated with the timer, the request to
stop the timer will be recorded in atomic variable and the underlying
uv_timer_t will be stopped on next uv_timer_t callback call.  This
allows any thread to stop the timer.
2022-09-21 14:25:33 -07:00
..
bind9 Add extended DNS error configuration option for RPZ zones 2022-08-31 08:56:03 +00:00
dns Create the negative trust anchor timer on the current loop 2022-09-21 14:25:33 -07:00
irs Move all the unit tests to /tests/<libname>/ 2022-05-28 14:53:02 -07:00
isc Require isc_timer to be manipulated on the timer loop 2022-09-21 14:25:33 -07:00
isccc Consolidate some ASCII tables in isc/ascii and isc/hex 2022-09-12 12:18:57 +01:00
isccfg flag "random-device" as ancient 2022-09-14 09:36:58 -07:00
ns BIND 9.19.5 2022-09-21 13:04:58 +02:00
.gitignore The isc/platform.h header has been completely removed 2021-07-06 05:33:48 +00:00
Makefile.am move samples/resolve.c to bin/tests/system 2021-04-16 14:29:43 +02:00