summaryrefslogtreecommitdiffhomepage
path: root/src/event/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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-31Events: fixed logging.Sergey Kandaurov2-12/+19
2016-03-30Events: fixed test building with eventport on OS X.Ruslan Ermilov1-1/+1
2016-03-30Style.Ruslan Ermilov1-22/+22
2016-03-21Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov2-1/+3
2016-03-18Fixed timeouts with threaded sendfile() and subrequests.Maxim Dounin1-0/+3
2016-03-15Events: fixed error logging in devpoll.Roman Arutyunyan1-1/+1
2015-05-06Events: made a failure to create a notification channel non-fatal.Ruslan Ermilov1-1/+1
2015-04-23Removed the obsolete rtsig module.Ruslan Ermilov1-735/+0
2015-04-22Removed the obsolete aio module.Ruslan Ermilov2-172/+1
2015-03-26Removed NGX_OLD_THREADS from select and poll modules.Ruslan Ermilov2-20/+0
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 Ermilov10-95/+9
2015-03-20Removed old pthread implementation.Ruslan Ermilov1-50/+0
2015-03-14Events: implemented eventport notification mechanism.Ruslan Ermilov1-1/+34
2015-03-14Events: implemented kqueue notification mechanism.Valentin Bartenev1-0/+76
2015-03-14Events: implemented epoll notification mechanism.Valentin Bartenev1-2/+139
2015-03-14Thread pools implementation.Valentin Bartenev10-0/+10
2015-03-04Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.Ruslan Ermilov3-5/+5
2015-03-12Events: fixed typo in the error message.Ruslan Ermilov1-1/+1
2014-10-11Win32: fixed wrong type cast.Kouhei Sutou1-1/+1
2014-09-01Events: processing of posted events changed from LIFO to FIFO.Valentin Bartenev8-9/+18
2014-09-01Events: removed broken thread support from posted events.Valentin Bartenev8-148/+47
2014-08-10Events: removed unused variable in ngx_poll_process_events().Maxim Dounin1-4/+1
2014-08-07Events: format specifier fixes.Yves Crespin2-6/+6
2014-08-07Events: changed nevents type to unsigned in poll module.Yves Crespin1-6/+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
2013-09-04Win32: MinGW GCC compatibility.Maxim Dounin2-3/+3
2013-09-02Added the NGX_EBADF define.Valentin Bartenev1-1/+1
2013-08-20Format specifier fixes in error logging.Sergey Kandaurov1-2/+2
2013-04-16Events: backout eventport changes (r5172) for now.Maxim Dounin1-8/+0
2013-04-12Events: fixed typos in two previous commits.Valentin Bartenev2-2/+2
2013-04-12Events: handle only active events in eventport.Valentin Bartenev1-0/+8
2013-04-12Events: protection from stale events in eventport and devpoll.Valentin Bartenev2-2/+8
2013-01-25Events: fixed null pointer dereference with resolver and poll.Ruslan Ermilov1-2/+2
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov3-5/+52
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov3-4/+4
2012-01-18Copyright updated.Maxim Konovalov11-0/+11
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