2017-09-26 02:14:53 +02:00
..
afd.c src: move AFD functions to afd.c, rewrite ep_sock initialization 2017-09-14 16:41:11 +02:00
afd.h src: move AFD functions to afd.c, rewrite ep_sock initialization 2017-09-14 16:41:11 +02:00
api.c api: move epoll_xxx functions to api.c 2017-09-25 20:35:41 +02:00
api.h api: move epoll_xxx functions to api.c 2017-09-25 20:35:41 +02:00
error-map.h src: name header guard #defines consistently 2017-09-25 20:35:47 +02:00
error.c error: avoid clang signed/unsigned comparison warning 2017-09-10 20:40:42 +02:00
error.h src: name header guard #defines consistently 2017-09-25 20:35:47 +02:00
init.c init: make global initialization thread-safe 2017-09-26 02:14:53 +02:00
init.h init: move global initialization to init.c 2017-09-11 15:18:12 +02:00
internal.h src: decorate internal APIs with EPOLL_INTERNAL 2017-09-10 20:40:42 +02:00
nt.c init: rename global init functions to be more explicit 2017-09-23 14:05:35 +02:00
nt.h init: rename global init functions to be more explicit 2017-09-23 14:05:35 +02:00
ntstatus.h ntstatus: add definition for STATUS_CANCELLED 2017-09-14 00:49:23 +02:00
poll-group.c poll-group: use new queue APIs to move groups inside the allocator queue 2017-09-14 16:41:17 +02:00
poll-group.h poll-group: use 1 driver socket per N sockets, vs. 1 for *all* sockets 2017-09-14 00:55:01 +02:00
port.c sock: remove ep_sock_find_in_tree() internal api 2017-09-26 02:14:53 +02:00
port.h src: rename epoll-socket.* to sock.* 2017-09-25 20:35:47 +02:00
queue.c queue: add internal queue_move_first() and queue_move_last() APIs 2017-09-14 16:41:16 +02:00
queue.h src: name header guard #defines consistently 2017-09-25 20:35:47 +02:00
rb.h rb: rename tree.h -> rb.h 2017-09-11 03:51:47 +02:00
reflock-tree.c reflock-tree: add mechanism for pointer-safe tree lookups 2017-09-25 17:53:11 +02:00
reflock-tree.h src: name header guard #defines consistently 2017-09-25 20:35:47 +02:00
reflock.c reflock: make it much simpler 2017-09-25 17:51:03 +02:00
reflock.h src: name header guard #defines consistently 2017-09-25 20:35:47 +02:00
sock.c sock: remove ep_sock_find_in_tree() internal api 2017-09-26 02:14:53 +02:00
sock.h sock: remove ep_sock_find_in_tree() internal api 2017-09-26 02:14:53 +02:00
tree.c tree: don't set error on failure, this is the caller's responsibility 2017-09-25 20:35:48 +02:00
tree.h tree: don't set error on failure, this is the caller's responsibility 2017-09-25 20:35:48 +02:00
util.c util: add safe_container_of() macro definition 2017-09-25 17:51:43 +02:00
util.h util: reorder the flavors of container_of 2017-09-26 02:14:53 +02:00
win.h src: include windows headers in a central location 2017-09-03 20:55:37 +02:00