log src/event/modules/ngx_epoll_module.c @ 6019:40e244e042a7

age author description
Sat, 14 Mar 2015 17:37:13 +0300 Valentin Bartenev Events: implemented epoll notification mechanism.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.
Mon, 01 Sep 2014 18:20:18 +0400 Valentin Bartenev Events: processing of posted events changed from LIFO to FIFO.
Mon, 01 Sep 2014 18:20:03 +0400 Valentin Bartenev Events: removed broken thread support from posted events.
Fri, 23 May 2014 16:37:05 +0400 Ruslan Ermilov Events: use eventfd() instead of syscall(SYS_eventfd) if possible.
Fri, 12 Jul 2013 14:51:07 +0400 Valentin Bartenev Events: support for EPOLLRDHUP (ticket #320).
Tue, 24 Jul 2012 15:09:54 +0000 Ruslan Ermilov Fixed compilation with -Wmissing-prototypes.