log src/event/modules/ngx_eventport_module.c @ 7660:d33e17499088

age author description
Thu, 17 Oct 2019 16:02:19 +0300 Maxim Dounin Events: available bytes calculation via ioctl(FIONREAD).
Mon, 28 Jan 2019 14:34:02 +0000 Sergey Kandaurov Removed --test-build-eventport workaround for old FreeBSD versions.
Tue, 16 Jan 2018 13:52:03 +0300 Ruslan Ermilov Fixed --test-build-eventport on macOS 10.12 and later.
Mon, 06 Mar 2017 11:09:47 +0300 Ruslan Ermilov Added missing "static" specifiers found by gcc -Wtraditional.
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.
Mon, 21 Nov 2016 16:03:42 +0300 Dmitry Volyntsev Events: improved error event handling for UDP sockets.
Thu, 31 Mar 2016 02:33:55 +0300 Sergey Kandaurov Events: fixed logging.
Wed, 30 Mar 2016 11:57:28 +0300 Ruslan Ermilov Events: fixed test building with eventport on OS X.
Mon, 21 Mar 2016 12:36:36 +0300 Sergey Kandaurov Events: fixed test building with devpoll and eventport on Linux.
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:21 +0300 Ruslan Ermilov Events: implemented eventport notification mechanism.
Sat, 14 Mar 2015 17:37:07 +0300 Valentin Bartenev Thread pools implementation.
Thu, 12 Mar 2015 23:03:03 +0300 Ruslan Ermilov Events: fixed typo in the error message.
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.
Tue, 16 Apr 2013 12:58:03 +0000 Maxim Dounin Events: backout eventport changes (r5172) for now.
Fri, 12 Apr 2013 17:31:08 +0000 Valentin Bartenev Events: fixed typos in two previous commits.
Fri, 12 Apr 2013 15:04:23 +0000 Valentin Bartenev Events: handle only active events in eventport.
Fri, 12 Apr 2013 15:02:33 +0000 Valentin Bartenev Events: protection from stale events in eventport and devpoll.
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.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.
Mon, 07 Jun 2010 10:35:08 +0000 Igor Sysoev merge r3473, r3474, r3385, r3386, r3537: stable-0.7
Thu, 25 Mar 2010 09:10:10 +0000 Igor Sysoev *) introduce ngx_time_sigsafe_update() to update the error log time only
Sat, 13 Mar 2010 18:08:07 +0000 Igor Sysoev *) use previously cached GMT offset value to update time from a signal handler
Tue, 02 Jun 2009 16:09:44 +0000 Igor Sysoev return NULL instead of NGX_CONF_ERROR on a create conf failure
Sun, 04 May 2008 09:20:53 +0000 Igor Sysoev r1871, r1940 merge: stable-0.5
Thu, 13 Mar 2008 15:47:14 +0000 Igor Sysoev restore building --test-build-rtsig and --test-build-eventport on FreeBSD 6
Mon, 28 Jan 2008 16:24:01 +0000 Igor Sysoev fix building --test-build-rtsig and --test-build-eventport on FreeBSD 7
Sun, 29 Jul 2007 18:24:53 +0000 Igor Sysoev make 64-bit ngx_int_t on 64-bit platforms
Wed, 11 Jul 2007 10:45:55 +0000 Igor Sysoev fix segfault when event port returns POLLERR without POLLIN or POLLOUT
Tue, 06 Mar 2007 11:01:50 +0000 Igor Sysoev decrease log level from alert to debug for POLLERR|POLLHUP|POLLNVAL
Fri, 15 Dec 2006 21:18:44 +0000 Igor Sysoev fix typo
Mon, 09 Oct 2006 15:38:59 +0000 Igor Sysoev style fix: remove trailing spaces
Tue, 26 Sep 2006 12:20:12 +0000 Igor Sysoev Solaris 10 event ports support