log src/event/ngx_event.c @ 8504:d277e25e37fc quic

age author description
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic
Wed, 23 Nov 2022 23:48:53 +0300 Maxim Dounin Fixed segfault when switching off master process during upgrade.
Wed, 23 Nov 2022 23:12:04 +0300 Maxim Dounin Disabled cloning of sockets without master process (ticket #2403).
Thu, 30 Dec 2021 01:08:46 +0300 Maxim Dounin Events: fixed balancing between workers with EPOLLEXCLUSIVE.
Mon, 31 May 2021 16:36:37 +0300 Maxim Dounin Core: disabled cloning sockets when testing config (ticket #2188).
Fri, 26 Mar 2021 01:44:59 +0300 Maxim Dounin Events: fixed expiration of timers in the past.
Fri, 05 Mar 2021 17:16:15 +0300 Maxim Dounin Events: fixed eventport handling in ngx_handle_read_event().
Fri, 27 Dec 2019 19:43:01 +0300 Maxim Dounin SSL: reworked posted next events again.
Tue, 24 Dec 2019 17:24:59 +0300 Maxim Dounin SSL: reworked posted next events.
Thu, 17 Oct 2019 16:02:24 +0300 Maxim Dounin SSL: available bytes handling (ticket #1431).
Thu, 12 Jul 2018 19:50:07 +0300 Maxim Dounin Events: added configuration check on the number of connections.
Thu, 12 Jul 2018 19:50:02 +0300 Maxim Dounin Events: moved sockets cloning to ngx_event_init_conf().
Tue, 28 Mar 2017 11:28:51 +0300 Ruslan Ermilov Core: set nginx_shared_zone name via ngx_str_set().
Thu, 02 Mar 2017 08:46:00 -0500 Eran Kornblau Added missing static specifiers.