log src/event/ngx_event.h @ 7660:d33e17499088

age author description
Thu, 17 Oct 2019 16:02:19 +0300 Maxim Dounin Events: available bytes calculation via ioctl(FIONREAD).
Mon, 12 Nov 2018 16:29:30 +0300 Vladimir Homutov Stream: proxy_requests directive.
Fri, 19 Oct 2018 13:50:36 +0800 chronolaw A minor code clean for macro ngx_event_get_conf in ngx_event.h.
Mon, 04 Jun 2018 19:50:00 +0300 Roman Arutyunyan Stream: udp streams.
Fri, 01 Jun 2018 16:55:49 +0300 Roman Arutyunyan Events: moved ngx_recvmsg() to new file src/event/ngx_event_udp.c.
Thu, 10 Aug 2017 22:21:22 +0300 Maxim Dounin Restored ngx_event_aio_t layout for debug logging.
Mon, 10 Oct 2016 18:44:17 +0300 Maxim Dounin Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.
Thu, 15 Sep 2016 14:55:46 +0300 Roman Arutyunyan Stream: filters.
Fri, 15 Jul 2016 15:18:57 +0300 Valentin Bartenev Events: support for EPOLLEXCLUSIVE.
Wed, 29 Jun 2016 14:30:00 +0300 Ruslan Ermilov Removed unused flag accept_context_updated from ngx_event_t.
Fri, 13 May 2016 17:19:23 +0300 Valentin Bartenev Improved EPOLLRDHUP handling.
Wed, 30 Mar 2016 11:52:16 +0300 Ruslan Ermilov Style.
Mon, 28 Mar 2016 19:29:18 +0300 Ruslan Ermilov Fixed --test-build-*.
Wed, 20 Jan 2016 19:52:12 +0300 Roman Arutyunyan Stream: UDP proxy.
Fri, 15 May 2015 17:15:33 +0300 Igor Sysoev Events: ngx_event_t size reduction by grouping bit fields.
Thu, 23 Apr 2015 14:17:40 +0300 Ruslan Ermilov Removed the obsolete rtsig module.
Wed, 22 Apr 2015 18:57:32 +0300 Ruslan Ermilov Removed the obsolete aio module.
Fri, 20 Mar 2015 06:45:32 +0300 Ruslan Ermilov Removed busy locks.
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.
Tue, 03 Mar 2015 18:09:13 +0300 Ruslan Ermilov Events: simplified ngx_event_aio_t definition.
Wed, 11 Feb 2015 17:52:15 +0300 Valentin Bartenev Refactored sendfile() AIO preload.
Wed, 13 Aug 2014 22:45:04 +0400 Valentin Bartenev Events: introduced cancelable timers.
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.
Fri, 12 Jul 2013 14:51:07 +0400 Valentin Bartenev Events: support for EPOLLRDHUP (ticket #320).
Thu, 05 Sep 2013 16:53:02 +0400 Valentin Bartenev Events: removed unused flags from the ngx_event_s structure.
Fri, 15 Mar 2013 20:00:49 +0000 Valentin Bartenev Status: introduced the "ngx_stat_waiting" counter.
Sun, 29 Apr 2012 22:02:18 +0000 Ruslan Ermilov debug_connection: added the IPv6 and UNIX-domain socket support.
Tue, 28 Feb 2012 11:31:05 +0000 Ruslan Ermilov Fixed spelling in single-line comments.