log src/event/ngx_event_udp.c @ 8628:45db1b5c1706 quic

age author description
Wed, 11 Nov 2020 11:57:50 +0000 Roman Arutyunyan QUIC: connection multiplexing per port. quic
Fri, 16 Dec 2022 01:15:15 +0400 BullerDu Style.
Thu, 03 Feb 2022 01:44:38 +0300 Maxim Dounin HTTP/2: made it possible to flush response headers (ticket #1743).
Tue, 25 Jan 2022 15:48:58 +0300 Vladimir Homutov Core: added function for local source address cmsg.
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Mon, 14 Jan 2019 20:36:23 +0300 Roman Arutyunyan Prevented scheduling events on a shared connection.
Mon, 12 Nov 2018 16:29:30 +0300 Vladimir Homutov Stream: proxy_requests directive.
Wed, 07 Nov 2018 13:22:14 +0300 Vladimir Homutov Stream: fixed possible use of a freed connection.
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.