bind9/lib
Ondřej Surý a49d88568f Turn all the callback to be always asynchronous
When calling the high level netmgr functions, the callback would be
sometimes called synchronously if we catch the failure directly, or
asynchronously if it happens later.  The synchronous call to the
callback could create deadlocks as the caller would not expect the
failed callback to be executed directly.
2020-11-11 22:15:40 +01:00
..
bind9 Warn if 'stale-refresh-time' < 30 (default) 2020-11-11 12:53:23 -03:00
dns Check 'stale-refresh-time' when sharing cache between views 2020-11-11 12:53:24 -03:00
irs Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isc Turn all the callback to be always asynchronous 2020-11-11 22:15:40 +01:00
isccc Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
isccfg Add stale-refresh-time option 2020-11-11 12:53:23 -03:00
ns Add stale-refresh-time option 2020-11-11 12:53:23 -03:00
samples Add libssl libraries to Windows build 2020-11-09 16:00:28 +01:00
win32/bindevt update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
.gitignore Provide unit test driver 2020-05-21 12:13:01 +02:00
Makefile.am Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
unit-test-driver.sh.in Provide unit test driver 2020-05-21 12:13:01 +02:00