summaryrefslogtreecommitdiffhomepage
path: root/src/event/modules (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 Sysoev9-15/+15
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev9-15/+15
2010-03-12do not update time in the timer signal handler,Igor Sysoev5-5/+5
2009-11-23add NGX_PROCESS_HELPER process statusIgor Sysoev3-3/+3
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev1-0/+217
2009-08-25*) move small declarations in appropriate places and delete the surplusIgor Sysoev4-25/+2
2009-08-25style fixIgor Sysoev7-32/+6
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev5-5/+5
2009-05-14style fixIgor Sysoev1-2/+4
2009-05-06divide select module into two modules: Unix and Win32 onesIgor Sysoev2-137/+404
2009-05-06make code clearerIgor Sysoev1-2/+4
2009-05-06test event type to prevent errorsIgor Sysoev1-0/+10
2009-04-29try to repair the case "select ready != events"Igor Sysoev1-1/+4
2009-04-29ngx_select_repair_fd_sets()Igor Sysoev1-0/+96
2009-04-29delete useless debug logIgor Sysoev1-10/+0
2009-04-29style fixIgor Sysoev1-6/+6
2009-04-29handle Winsock select() WSAEINVALIgor Sysoev1-1/+15
2008-06-23prepare to allow various number of connections in child processesIgor Sysoev2-6/+3
2008-05-22style fixIgor Sysoev1-1/+1
2008-03-13restore building --test-build-rtsig and --test-build-eventport on FreeBSD 6Igor Sysoev2-1/+16
2008-01-28fix building --test-build-rtsig and --test-build-eventport on FreeBSD 7Igor Sysoev2-10/+4
2007-12-10move condition declarations inside blocks where they are usedIgor Sysoev1-3/+2
2007-12-03ngx_udp_recv()Igor Sysoev2-0/+2
2007-09-01NGX_USE_VNODE_EVENT and NGX_FLUSH_EVENTIgor Sysoev1-5/+23
2007-08-31use ev->log, because ev->data may be connection stub onlyIgor Sysoev1-1/+1
2007-08-29add guard codeIgor Sysoev1-13/+59
2007-08-29fix commentIgor Sysoev1-1/+1
2007-08-29disable pair event on POLLREMOVEIgor Sysoev1-0/+6
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev10-131/+150
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-03-21fix building without --with-debug on SolarisIgor Sysoev1-1/+1
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev2-4/+4
2007-01-11axe aio draftsIgor Sysoev1-58/+0
2007-01-11axe long ago unnecessary fileIgor Sysoev1-20/+0
2006-12-15fix typoIgor Sysoev1-1/+1
2006-10-09style fix: remove trailing spacesIgor Sysoev1-1/+1