2017-09-25 19:09:51 +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
epoll-init.h epoll: add global init function 2017-09-25 18:15:06 +02:00
epoll-socket.c socket: use safe_container_of() in ep_sock_find_in_tree() 2017-09-25 17:52:08 +02:00
epoll-socket.h socket: rename ep_sock_find() to ep_sock_find_in_tree() 2017-09-14 16:41:16 +02:00
epoll.c epoll: epoll_wait() should check whether maxevents is valid 2017-09-25 19:09:51 +02:00
error-map.h error: slim down the error map 2017-09-04 05:50:53 +02:00
error.c error: avoid clang signed/unsigned comparison warning 2017-09-10 20:40:42 +02:00
error.h src: decorate internal APIs with EPOLL_INTERNAL 2017-09-10 20:40:42 +02:00
init.c epoll: add global init function 2017-09-25 18:15:06 +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 port: ep_port_feed_events() should return int not size_t 2017-09-25 19:08:25 +02:00
port.h port: ep_port_feed_events() should return int not size_t 2017-09-25 19:08:25 +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 queue: add internal queue_move_first() and queue_move_last() APIs 2017-09-14 16:41:16 +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 reflock-tree: add mechanism for pointer-safe tree lookups 2017-09-25 17:53:11 +02:00
reflock.c reflock: make it much simpler 2017-09-25 17:51:03 +02:00
reflock.h reflock: make it much simpler 2017-09-25 17:51:03 +02:00
tree.c tree: allow keys with value zero 2017-09-14 16:41:16 +02:00
tree.h tree: rename handle_tree -> tree 2017-09-11 03:51:47 +02:00
util.c util: add safe_container_of() macro definition 2017-09-25 17:51:43 +02:00
util.h util: add safe_container_of() macro definition 2017-09-25 17:51:43 +02:00
win.h src: include windows headers in a central location 2017-09-03 20:55:37 +02:00