]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add uv_handle_{get,set}_data functions that's absent in pre-1.19 libuv to make code...
authorWitold Kręcicki <wpk@isc.org>
Mon, 2 Dec 2019 10:19:55 +0000 (11:19 +0100)
committerEvan Hunt <each@isc.org>
Mon, 9 Dec 2019 19:15:27 +0000 (11:15 -0800)
commit5a65ec0affbebbdc63726de97960eaa898c7852a
tree602e11c66d2041cd70896fc698b636fdca18c1e8
parentbc5aae1579c773833ad2c3d17c0e42610de2822b
Add uv_handle_{get,set}_data functions that's absent in pre-1.19 libuv to make code clearer.
This might be removed when we stop supporting older libuv versions.
config.h.in
configure
configure.ac
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c
lib/isc/netmgr/tcpdns.c
lib/isc/netmgr/udp.c
lib/isc/netmgr/uv-compat.h [new file with mode: 0644]
util/copyrights