summaryrefslogtreecommitdiffhomepage
path: root/src/event/modules/ngx_epoll_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin1-2/+1
2017-03-02Added missing static specifiers.Eran Kornblau1-1/+1
2016-11-21Events: improved error event handling for UDP sockets.Dmitry Volyntsev1-12/+7
2016-07-15Events: support for EPOLLEXCLUSIVE.Valentin Bartenev1-0/+7
2016-07-15Style: sorted epoll flags.Valentin Bartenev1-3/+3
2016-05-18Events: close descriptors on errors in ngx_epoll_test_rdhup().Maxim Dounin1-5/+18
2016-05-18Events: changed ngx_epoll_test_rdhup() to use existing epollfd.Maxim Dounin1-12/+3
2016-05-18Fixed work with --test-build-epoll after f7849bfb6d21.Maxim Dounin1-66/+70
2016-05-16Fixed an error log message about epoll_wait() timeout.Valentin Bartenev1-2/+2
2016-05-13Improved EPOLLRDHUP handling.Valentin Bartenev1-1/+71
2016-04-08Removed redundant "u" format specifier.Ruslan Ermilov1-1/+1
2016-03-31Fixed logging.Sergey Kandaurov1-1/+1
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin1-0/+3
2015-05-06Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov1-1/+1
2015-03-27Events: fixed possible crash on start or reload.Valentin Bartenev1-2/+2
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov1-1/+0
2015-03-14Events: implemented epoll notification mechanism.Valentin Bartenev1-2/+139
2015-03-14Thread pools implementation.Valentin Bartenev1-0/+1
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev1-1/+2
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev1-20/+6
2014-05-23Events: use eventfd() instead of syscall(SYS_eventfd) if possible.Ruslan Ermilov1-4/+4
2013-07-12Events: support for EPOLLRDHUP (ticket #320).Valentin Bartenev1-5/+13
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-5/+9
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-2/+2
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2011-11-29Fixed AIO on Linux, broken in r4306.Maxim Dounin1-10/+10
2011-11-22Protection from stale write events in epoll.Maxim Dounin1-0/+12
2011-09-20The "worker_aio_requests" directive.Igor Sysoev1-3/+13
2011-09-16Fixing Linux AIO initiatialization: AIO operations are disabled if kernelIgor Sysoev1-47/+82
2011-09-16Fixing Linux AIO syscalls return value handling:Igor Sysoev1-10/+11
2011-04-23fix building by gcc 4.6 without --with-debugIgor Sysoev1-10/+3
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev1-1/+1
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev1-1/+1
2010-03-12do not update time in the timer signal handler,Igor Sysoev1-1/+1
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+217
2009-08-25*) move small declarations in appropriate places and delete the surplusIgor Sysoev1-4/+0
2009-08-25style fixIgor Sysoev1-5/+1
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2008-06-23prepare to allow various number of connections in child processesIgor Sysoev1-4/+1
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev1-13/+16
2006-07-07nginx-0.3.53-RELEASE importrelease-0.3.53Igor Sysoev1-1/+3
2005-11-26nginx-0.3.12-RELEASE importrelease-0.3.12Igor Sysoev1-4/+4
2005-11-15nginx-0.3.10-RELEASE importrelease-0.3.10Igor Sysoev1-4/+4
2005-10-21nginx-0.3.5-RELEASE importrelease-0.3.5Igor Sysoev1-17/+7
2005-10-19nginx-0.3.3-RELEASE importrelease-0.3.3Igor Sysoev1-134/+55
2005-10-10nginx-0.3.1-RELEASE importrelease-0.3.1Igor Sysoev1-1/+0
2005-10-07nginx-0.3.0-RELEASE importrelease-0.3.0Igor Sysoev1-45/+16
2005-09-08nginx-0.1.45-RELEASE importrelease-0.1.45Igor Sysoev1-1/+7
2005-05-12nginx-0.1.29-RELEASE importrelease-0.1.29Igor Sysoev1-4/+4
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-4/+4