log src/http/v3/ngx_http_v3_module.c @ 9158:ad3d34ddfdcc

age author description
Wed, 13 Sep 2023 17:59:37 +0400 Roman Arutyunyan QUIC: "handshake_timeout" configuration parameter.
Fri, 12 May 2023 10:02:10 +0400 Roman Arutyunyan HTTP/3: removed server push support. quic
Thu, 11 May 2023 10:37:51 +0400 Roman Arutyunyan QUIC: removed "quic_mtu" directive. quic
Mon, 27 Feb 2023 14:00:56 +0400 Roman Arutyunyan HTTP/3: "quic" parameter of "listen" directive. quic
Wed, 30 Nov 2022 12:51:15 +0400 Roman Arutyunyan QUIC: application init() callback. quic
Wed, 19 Oct 2022 17:45:18 +0400 Roman Arutyunyan QUIC: idle mode for main connection. quic
Tue, 18 Jan 2022 12:49:55 +0300 Vladimir Homutov QUIC: the "quic_active_connection_id_limit" directive. quic
Mon, 06 Dec 2021 15:19:54 +0300 Vladimir Homutov QUIC: simplified configuration. quic
Wed, 01 Dec 2021 11:02:17 +0300 Roman Arutyunyan HTTP/3: $http3 variable. quic
Sat, 04 Dec 2021 10:52:55 +0300 Roman Arutyunyan HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro. quic
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Wed, 04 Aug 2021 17:35:11 +0300 Roman Arutyunyan HTTP/3: replaced macros with values. quic
Thu, 29 Jul 2021 12:17:56 +0300 Roman Arutyunyan HTTP/3: http3_max_uni_streams directive. quic
Mon, 31 May 2021 11:54:47 +0300 Sergey Kandaurov HTTP/3: removed $http3 that served its purpose. quic
Tue, 16 Feb 2021 18:50:01 +0300 Roman Arutyunyan HTTP/3: removed http3_max_field_size. quic
Thu, 23 Jul 2020 13:41:24 +0300 Roman Arutyunyan HTTP/3: server pushes. quic
Thu, 23 Jul 2020 11:40:10 +0300 Roman Arutyunyan Style: moved function declarations to match usual code style. quic
Thu, 23 Jul 2020 13:12:01 +0300 Roman Arutyunyan HTTP/3: renamed server configuration variables from v3cf to h3scf. quic
Tue, 21 Jul 2020 23:09:22 +0300 Roman Arutyunyan QUIC: added "quic" listen parameter. quic
Thu, 02 Jul 2020 15:34:05 +0300 Roman Arutyunyan HTTP/3: refactored dynamic table implementation. quic
Mon, 29 Jun 2020 15:56:14 +0300 Roman Arutyunyan HTTP/3: http3_max_field_size directive to limit string size. quic
Fri, 29 May 2020 15:06:33 +0300 Sergey Kandaurov QUIC draft-28 transport parameters support. quic
Fri, 29 May 2020 12:56:08 +0300 Sergey Kandaurov Renamed max_packet_size to max_udp_payload_size, from draft-28. quic
Thu, 14 May 2020 15:47:18 +0300 Sergey Kandaurov Address validation using Retry packets. quic
Wed, 22 Apr 2020 15:59:19 +0300 Sergey Kandaurov HTTP/3: directives with limited values converted to post handler. quic
Wed, 22 Apr 2020 15:48:39 +0300 Sergey Kandaurov HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot. quic
Thu, 16 Apr 2020 12:17:41 +0300 Vladimir Homutov Added handling of incorrect values in TP configuration. quic
Wed, 15 Apr 2020 18:54:03 +0300 Vladimir Homutov Added primitive flow control mechanisms. quic
Sat, 28 Mar 2020 18:41:31 +0300 Sergey Kandaurov HTTP/3: http3 variable. quic
Mon, 23 Mar 2020 21:20:20 +0300 Roman Arutyunyan Respect QUIC max_idle_timeout. quic
Mon, 23 Mar 2020 18:47:17 +0300 Roman Arutyunyan Limit output QUIC packets with client max_packet_size. quic
Fri, 20 Mar 2020 12:44:45 +0300 Vladimir Homutov Adedd the http "quic" variable. quic
Fri, 20 Mar 2020 13:47:44 +0300 Vladimir Homutov Configurable transport parameters. quic
Fri, 13 Mar 2020 19:36:33 +0300 Roman Arutyunyan HTTP/3. quic