log

age author description
Tue, 30 Mar 2021 14:33:43 +0300 Vladimir Homutov QUIC: fixed udp buffer initialization. quic
Tue, 30 Mar 2021 14:33:47 +0300 Roman Arutyunyan QUIC: do not handle empty dcid. quic
Thu, 11 Mar 2021 15:22:18 +0300 Roman Arutyunyan QUIC: do not reallocate c->sockaddr. quic
Thu, 11 Mar 2021 15:25:11 +0300 Roman Arutyunyan QUIC: do not copy input data. quic
Wed, 31 Mar 2021 21:43:17 +0300 Sergey Kandaurov QUIC: HKDF API compatibility with OpenSSL master branch. quic
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 15 Mar 2021 16:25:54 +0300 Roman Arutyunyan HTTP/3: fixed $connection_requests. quic
Mon, 22 Mar 2021 15:51:14 +0300 Roman Arutyunyan HTTP/3: set initial_max_streams_uni default value to 3. quic
Tue, 30 Mar 2021 16:48:38 +0300 Roman Arutyunyan HTTP/3: keepalive timeout. quic
Mon, 15 Mar 2021 16:39:33 +0300 Roman Arutyunyan QUIC: connection shutdown. quic
Mon, 15 Mar 2021 19:26:04 +0300 Roman Arutyunyan HTTP/3: send GOAWAY when last request is accepted. quic
Tue, 23 Mar 2021 10:58:18 +0300 Vladimir Homutov Core: fixed build with BPF on non-64bit platforms (ticket #2152). quic
Tue, 16 Mar 2021 18:17:25 +0300 Vladimir Homutov QUIC: bpf code regenerated. quic
Mon, 15 Mar 2021 19:05:38 +0300 Vladimir Homutov QUIC: fixed key extraction in bpf. quic
Tue, 16 Mar 2021 13:48:29 +0300 Sergey Kandaurov HTTP/3: do not push until a MAX_PUSH_ID frame is received. quic
Tue, 16 Mar 2021 13:48:28 +0300 Sergey Kandaurov QUIC: fixed hq ALPN id for the final draft. quic
Tue, 16 Mar 2021 13:48:28 +0300 Sergey Kandaurov QUIC: fixed expected TLS codepoint with final draft and BoringSSL. quic
Thu, 11 Mar 2021 14:43:01 +0300 Vladimir Homutov QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand(). quic
Wed, 10 Mar 2021 17:56:34 +0300 Sergey Kandaurov HTTP/3: fixed server push. quic
Wed, 10 Mar 2021 15:39:01 +0300 Sergey Kandaurov Merged with the default branch. quic
Sun, 07 Mar 2021 00:23:25 +0300 Sergey Kandaurov README: http3_max_field_size was removed in ae2e68f206f9. quic
Sun, 07 Mar 2021 00:23:23 +0300 Sergey Kandaurov README: bump browsers' version after 81bb3a690c10 (old drafts rip). quic
Fri, 19 Feb 2021 17:27:41 +0300 Sergey Kandaurov Updated the list of supported drafts. quic
Fri, 19 Feb 2021 17:27:19 +0300 Sergey Kandaurov QUIC: multiple versions support. quic
Thu, 18 Feb 2021 19:21:09 +0300 Sergey Kandaurov QUIC: removed support prior to draft-29. quic
Thu, 18 Feb 2021 12:22:28 +0300 Roman Arutyunyan QUIC: set idle timer when sending an ack-eliciting packet. quic
Wed, 17 Feb 2021 11:58:32 +0300 Roman Arutyunyan HTTP/3: limited client header size. quic
Wed, 17 Feb 2021 15:56:34 +0300 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_parse_t structure. quic
Tue, 16 Feb 2021 18:50:01 +0300 Roman Arutyunyan HTTP/3: removed http3_max_field_size. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Wed, 17 Feb 2021 14:25:07 +0300 Sergey Kandaurov QUIC: added ability to reset a stream. quic
Mon, 15 Feb 2021 14:54:28 +0300 Sergey Kandaurov QUIC: fixed indentation. quic
Mon, 15 Feb 2021 14:05:46 +0300 Vladimir Homutov QUIC: added check of client transport parameters. quic
Mon, 08 Feb 2021 20:48:25 +0300 Vladimir Homutov QUIC: updated list of transport parameters to be sent. quic
Wed, 10 Feb 2021 14:10:14 +0300 Vladimir Homutov QUIC: distinguish reserved transport parameters in logging. quic
Fri, 12 Feb 2021 14:51:53 +0300 Roman Arutyunyan QUIC: send PING frames on PTO expiration. quic
Fri, 12 Feb 2021 14:40:33 +0300 Roman Arutyunyan QUIC: improved setting the lost timer. quic
Thu, 04 Feb 2021 20:39:47 +0300 Roman Arutyunyan QUIC: disabled non-immediate ACKs for Initial and Handshake. quic
Tue, 09 Feb 2021 14:31:36 +0300 Roman Arutyunyan QUIC: fixed logging ACK frames. quic
Mon, 08 Feb 2021 16:49:33 +0300 Vladimir Homutov QUIC: the "quic_host_key" directive. quic
Thu, 04 Feb 2021 14:35:36 +0300 Roman Arutyunyan QUIC: use server ack_delay_exponent when sending ack. quic
Wed, 03 Feb 2021 12:39:41 +0300 Sergey Kandaurov QUIC: removed redundant "app" flag from ngx_quic_close_frame_t. quic
Tue, 02 Feb 2021 15:09:48 +0300 Roman Arutyunyan HTTP/3: reverted version check for keepalive flag. quic
Mon, 01 Feb 2021 18:48:18 +0300 Roman Arutyunyan HTTP/3: fixed format specifier. quic
Mon, 25 Jan 2021 16:16:47 +0300 Roman Arutyunyan HTTP/3: refactored request body parser. quic
Mon, 01 Feb 2021 14:46:36 +0300 Roman Arutyunyan QUIC: fixed stateless reset recognition and send. quic
Thu, 28 Jan 2021 12:35:18 +0300 Roman Arutyunyan QUIC: refactored packet processing. quic
Fri, 29 Jan 2021 15:53:47 +0300 Vladimir Homutov QUIC: stateless retry. quic
Fri, 29 Jan 2021 19:42:47 +0300 Roman Arutyunyan HTTP/3: call ngx_handle_read_event() from client header handler. quic
Wed, 27 Jan 2021 13:09:45 +0300 Sergey Kandaurov README: reflect renaming of several transport parameter directives. quic
Mon, 21 Dec 2020 17:35:13 +0000 Roman Arutyunyan HTTP/3: removed HTTP/3-specific code. quic
Mon, 18 Jan 2021 13:43:36 +0300 Roman Arutyunyan HTTP/3: client header validation. quic
Tue, 12 Jan 2021 21:08:55 +0000 Roman Arutyunyan HTTP/3: added comment. quic
Fri, 22 Jan 2021 15:57:41 +0300 Roman Arutyunyan HTTP/3: client pseudo-headers restrictions. quic
Fri, 22 Jan 2021 16:34:06 +0300 Roman Arutyunyan HTTP/3: refactored request parser. quic
Mon, 11 Jan 2021 15:25:48 +0300 Sergey Kandaurov QUIC: draft-33 salt and retry keys. quic
Wed, 30 Dec 2020 20:47:35 +0300 Vladimir Homutov QUIC: fixed header protection macro name. quic
Fri, 25 Dec 2020 15:01:15 +0300 Vladimir Homutov QUIC: ngx_quic_bpf module. quic
Tue, 15 Dec 2020 15:23:07 +0300 Vladimir Homutov Core: added interface to linux bpf() system call. quic
Fri, 25 Dec 2020 14:18:51 +0300 Vladimir Homutov QUIC: ngx_quic_module. quic