haproxy/include
Willy Tarreau e852545594 MEDIUM: polling: centralize polled events processing
Currently, each poll loop handles the polled events the same way,
resulting in a lot of duplicated, complex code. Additionally, epoll
was the only one to handle newly created FDs immediately.

So instead, let's move that code to fd.c in a new function dedicated
to this task : fd_process_polled_events(). All pollers now use this
function.
2014-01-26 00:42:32 +01:00
..
common BUILD: listener: fix recent accept4() again 2014-01-15 16:45:17 +01:00
import [MAJOR] replace ultree with ebtree in wait-queues 2008-06-24 08:17:16 +02:00
proto MEDIUM: polling: centralize polled events processing 2014-01-26 00:42:32 +01:00
types CLEANUP: connection: fix comments in connection.h to reflect new behaviour. 2014-01-26 00:42:31 +01:00