bind9/lib/isc/netmgr
Ondřej Surý 1013c0930e Add missing acquire memory barrier in isc_nmhandle_unref
The ThreadSanitizer uses system synchronization primitives to check for
data race.  The netmgr handle->references was missing acquire memory
barrier before resetting and reusing the memory occupied by isc_nmhandle_t.
2020-06-11 13:01:26 +02:00
..
netmgr-int.h Redesigned TCP accepting: one listen/accept loop, passing the connected socket. 2020-05-13 08:45:27 +02:00
netmgr.c Add missing acquire memory barrier in isc_nmhandle_unref 2020-06-11 13:01:26 +02:00
tcp.c Fix a race in TCP accepting. 2020-06-10 11:37:27 -07:00
tcpdns.c netmgr refactoring: use generic functions when operating on sockets. 2020-03-24 20:31:43 +00:00
udp.c Don't check the result of setting SO_INCOMING_CPU 2020-06-03 12:44:44 +02:00
uv-compat.c isc_uv_import must pass UV__IPC_SOCKET_XFER_TCP_CONNECTION, not SERVER. 2020-06-03 20:08:54 +00:00
uv-compat.h Use libuv-provided uv_{export,import} if available. 2020-02-18 12:17:55 +01:00
uverr2result.c Proper accounting of active TCP connections 2020-03-05 18:02:27 +00:00