bind9/win32utils
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.sln.in Add dependancy on libirs to dig, host, and nslookup. 2019-11-15 11:22:35 +11:00
build.txt Update Windows-specific documentation 2019-09-26 15:11:15 +02:00
Configure Fix libuv.dll handling 2019-11-12 09:14:59 +00:00
GeoIP.diff 3681. [port] Update the Windows build system to support feature 2013-12-04 12:47:23 +11:00
index.html Remove $Id markers, Principal Author and Reviewed tags from the full source tree 2018-05-11 13:17:46 +02:00
libuv.diff Add isc_uv_export()/isc_uv_import() functions to libuv compatibility layer. 2020-01-13 10:52:07 -08:00
readme1st.txt Update Windows-specific documentation 2019-09-26 15:11:15 +02:00