bind9/lib/isc/netmgr
2019-12-09 21:44:04 +01:00
..
Makefile.in netmgr: libuv-based network manager 2019-11-07 11:55:37 -08:00
netmgr-int.h Fix a race in socket destruction - we need to remove handle from socket in async close callback or we might race between destruction in the callback and in the original nmhandle_unref 2019-12-09 21:44:04 +01:00
netmgr.c Fix a race in socket destruction - we need to remove handle from socket in async close callback or we might race between destruction in the callback and in the original nmhandle_unref 2019-12-09 21:44:04 +01:00
tcp.c Remove read callback before detaching from inner socket in tcpdns 2019-12-09 21:44:04 +01:00
tcpdns.c Remove read callback before detaching from inner socket in tcpdns 2019-12-09 21:44:04 +01:00
udp.c style, comments 2019-12-09 11:15:27 -08:00
uv-compat.h Add uv_handle_{get,set}_data functions that's absent in pre-1.19 libuv to make code clearer. 2019-12-09 11:15:27 -08:00
uverr2result.c netmgr: libuv-based network manager 2019-11-07 11:55:37 -08:00