log src/event/ngx_event.h @ 8628:45db1b5c1706 quic

age author description
Wed, 11 Nov 2020 11:57:50 +0000 Roman Arutyunyan QUIC: connection multiplexing per port. quic
Tue, 25 Jan 2022 15:41:48 +0300 Vladimir Homutov Core: the ngx_event_udp.h header file.
Thu, 30 Dec 2021 01:08:46 +0300 Maxim Dounin Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Mon, 27 Dec 2021 19:48:33 +0300 Maxim Dounin Simplified sendfile(SF_NODISKIO) usage.
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.