summaryrefslogtreecommitdiffhomepage
path: root/src/event/modules/ngx_eventport_module.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin1-1/+1
2019-10-17Events: available bytes calculation via ioctl(FIONREAD).Maxim Dounin1-0/+1
2019-01-28Removed --test-build-eventport workaround for old FreeBSD versions.Sergey Kandaurov1-2/+0
2018-01-16Fixed --test-build-eventport on macOS 10.12 and later.Ruslan Ermilov1-0/+2
2017-03-06Added missing "static" specifiers found by gcc -Wtraditional.Ruslan Ermilov1-1/+1
2017-03-02Added missing static specifiers.Eran Kornblau1-1/+1
2016-11-21Events: improved error event handling for UDP sockets.Dmitry Volyntsev1-6/+4
2016-03-31Events: fixed logging.Sergey Kandaurov1-4/+4
2016-03-30Events: fixed test building with eventport on OS X.Ruslan Ermilov1-1/+1
2016-03-21Events: fixed test building with devpoll and eventport on Linux.Sergey Kandaurov1-1/+1
2015-03-20Removed unix ngx_threaded and related ngx_process_changes.Ruslan Ermilov1-1/+0
2015-03-14Events: implemented eventport notification mechanism.Ruslan Ermilov1-1/+34
2015-03-14Thread pools implementation.Valentin Bartenev1-0/+1
2015-03-12Events: fixed typo in the error message.Ruslan Ermilov1-1/+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-22/+6
2013-04-16Events: backout eventport changes (r5172) for now.Maxim Dounin1-8/+0
2013-04-12Events: fixed typos in two previous commits.Valentin Bartenev1-1/+1
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 Bartenev1-1/+1
2012-07-24Fixed compilation with -Wmissing-prototypes.Ruslan Ermilov1-0/+31
2012-04-03Fixed spelling in multiline C comments.Ruslan Ermilov1-1/+1
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2010-03-25*) introduce ngx_time_sigsafe_update() to update the error log time onlyIgor Sysoev1-2/+2
2010-03-13*) use previously cached GMT offset value to update time from a signal handlerIgor Sysoev1-2/+2
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev1-1/+1
2008-03-13restore building --test-build-rtsig and --test-build-eventport on FreeBSD 6Igor Sysoev1-0/+9
2008-01-28fix building --test-build-rtsig and --test-build-eventport on FreeBSD 7Igor Sysoev1-8/+3
2007-07-29make 64-bit ngx_int_t on 64-bit platformsIgor Sysoev1-15/+15
2007-07-11fix segfault when event port returns POLLERR without POLLIN or POLLOUTIgor Sysoev1-0/+4
2007-03-06decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVALIgor Sysoev1-3/+3
2006-12-15fix typoIgor Sysoev1-1/+1
2006-10-09style fix: remove trailing spacesIgor Sysoev1-1/+1
2006-09-26Solaris 10 event ports supportIgor Sysoev1-0/+593