log src/event/modules/ngx_poll_module.c @ 9204:631ee3c6d38c

age author description
Thu, 17 Oct 2019 16:02:19 +0300 Maxim Dounin Events: available bytes calculation via ioctl(FIONREAD).
Thu, 24 Jan 2019 21:50:37 +0300 Maxim Dounin Events: fixed copying of old events in poll init.
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, 26 Mar 2015 14:20:07 +0300 Ruslan Ermilov Removed NGX_OLD_THREADS from select and poll modules.
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:07 +0300 Valentin Bartenev Thread pools implementation.
Wed, 04 Mar 2015 18:26:25 +0300 Ruslan Ermilov Renamed NGX_THREADS to NGX_OLD_THREADS because of deprecation.
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.
Sun, 10 Aug 2014 17:44:46 +0400 Maxim Dounin Events: removed unused variable in ngx_poll_process_events().
Thu, 07 Aug 2014 15:04:43 +0200 Yves Crespin Events: format specifier fixes.
Thu, 07 Aug 2014 14:56:57 +0200 Yves Crespin Events: changed nevents type to unsigned in poll module.
Fri, 25 Jan 2013 09:59:28 +0000 Ruslan Ermilov Events: fixed null pointer dereference with resolver and poll.
Wed, 18 Jan 2012 15:07:43 +0000 Maxim Konovalov Copyright updated.