bind9/lib
Witold Kręcicki c6c0a9fdba Add isc_uv_export()/isc_uv_import() functions to libuv compatibility layer.
These functions can be used to pass a uv handle between threads in a
safe manner. The other option is to use uv_pipe and pass the uv_handle
via IPC, which is way more complex.  uv_export() and uv_import() functions
existed in libuv at some point but were removed later. This code is
based on the original removed code.

The Windows version of the code uses two functions internal to libuv;
a patch for libuv is attached for exporting these functions.
2020-01-13 10:52:07 -08:00
..
bind9 prep 9.15.7 2019-12-12 23:59:39 +00:00
dns Properly detect MMDB lookup failures 2020-01-13 14:32:19 +01:00
irs prep 9.15.7 2019-12-12 23:59:39 +00:00
isc Add isc_uv_export()/isc_uv_import() functions to libuv compatibility layer. 2020-01-13 10:52:07 -08:00
isccc Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
isccfg prep 9.15.7 2019-12-12 23:59:39 +00:00
ns Bind to random port numbers in unit tests 2020-01-09 09:32:25 +00:00
samples add support for DS trust anchors in delv 2019-11-15 15:47:57 -08:00
win32/bindevt Make VS solution upgrading unnecessary 2019-09-26 15:11:15 +02:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00