log src/event/modules/ngx_epoll_module.c @ 6261:97f102a13f33

age author description
Wed, 06 May 2015 17:04:00 +0300 Ruslan Ermilov Events: made a failure to create a notification channel non-fatal.
Fri, 27 Mar 2015 21:19:20 +0300 Valentin Bartenev Events: fixed possible crash on start or reload.
Fri, 20 Mar 2015 06:43:19 +0300 Ruslan Ermilov Removed unix ngx_threaded and related ngx_process_changes.
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.
Tue, 03 Apr 2012 07:37:31 +0000 Ruslan Ermilov Fixed spelling in multiline C comments.
Sun, 05 Feb 2012 20:02:59 +0000 Maxim Dounin Merge of r4406, r4413: copyrights updated. stable-1.0
Sat, 04 Feb 2012 23:18:12 +0000 Maxim Dounin Merge of r4306, r4320: stable-1.0
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Tue, 29 Nov 2011 17:27:13 +0000 Maxim Dounin Fixed AIO on Linux, broken in r4306.