bind9/lib
Pavel Březina 67e21d94d4 mark loop as shuttingdown earlier in shutdown_cb
`shutdown_trigger_close_cb` is not called in the main loop since
queued events in the `loop->async_trigger`, including loop teardown
(shutdown_server) are processed first, before the `uv_close` callback
is executed..

In order to pass the information to the queued events, it is necessary
to set the flag earlier in the process and not wait for the `uv_close`
callback to trigger.
2024-12-10 19:18:49 +00:00
..
dns Drop single-use RETERR macro 2024-12-10 08:46:22 +00:00
isc mark loop as shuttingdown earlier in shutdown_cb 2024-12-10 19:18:49 +00:00
isccc Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
isccfg Remove dnssec-must-be-secure feature 2024-12-09 13:10:21 +01:00
ns Remove fixed value for the rrset-order option 2024-12-09 13:09:26 +01: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