log

age author description
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
Fri, 25 Dec 2020 14:01:28 +0300 Vladimir Homutov QUIC: moved all quic sources into src/event/quic. quic
Tue, 22 Dec 2020 16:41:56 +0300 Sergey Kandaurov QUIC: removed unused <openssl/aes.h> inclusion. quic
Tue, 22 Dec 2020 12:04:16 +0300 Sergey Kandaurov QUIC: fixed -Wtype-limits with GCC <= 5 (ticket #2104). quic
Tue, 22 Dec 2020 12:04:15 +0300 Sergey Kandaurov QUIC: fixed logging PATH_CHALLENGE/RESPONSE and build with GCC < 5. quic
Tue, 22 Dec 2020 12:04:15 +0300 Sergey Kandaurov QUIC: fixed building ALPN callback without debug and http2. quic
Tue, 22 Dec 2020 12:03:43 +0300 Sergey Kandaurov QUIC: fixed build with OpenSSL < 1.1.1. quic
Mon, 21 Dec 2020 15:05:43 +0300 Sergey Kandaurov QUIC: converted to SSL_CIPHER_get_protocol_id(). quic
Wed, 16 Dec 2020 12:47:41 +0000 Sergey Kandaurov HTTP/3: staticize internal parsing functions. quic
Wed, 16 Dec 2020 12:47:38 +0000 Sergey Kandaurov HTTP/3: staticize ngx_http_v3_methods. quic
Tue, 15 Dec 2020 16:55:43 +0000 Sergey Kandaurov Merged with the default branch. quic
Wed, 09 Dec 2020 21:26:21 +0000 Roman Arutyunyan QUIC: always calculate rtt for largest acknowledged packet. quic
Thu, 10 Dec 2020 14:54:53 +0000 Roman Arutyunyan QUIC: send and process ack_delay for Initial and Handshake levels. quic
Wed, 09 Dec 2020 16:15:24 +0000 Roman Arutyunyan QUIC: use client max_ack_delay when computing pto timeout. quic
Tue, 08 Dec 2020 17:10:22 +0000 Roman Arutyunyan QUIC: resend handshake packets along with initial. quic
Tue, 08 Dec 2020 14:44:41 +0000 Roman Arutyunyan QUIC: set the temporary flag for input frame buffers. quic
Mon, 07 Dec 2020 15:09:08 +0000 Roman Arutyunyan QUIC: coalesce output packets into a single UDP datagram. quic
Tue, 01 Dec 2020 19:11:01 +0000 Roman Arutyunyan QUIC: introduced QUIC buffers. quic
Mon, 07 Dec 2020 14:06:00 +0300 Vladimir Homutov QUIC: fixed handling of clients connected to wildcard address. quic
Sun, 06 Dec 2020 14:24:38 +0000 Sergey Kandaurov QUIC: disabling bidirectional SSL shutdown earlier. quic
Fri, 04 Dec 2020 15:19:03 +0300 Vladimir Homutov QUIC: fixed missing quic flag on listener in the stream module. quic
Fri, 27 Nov 2020 17:46:21 +0000 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_filter. quic
Wed, 02 Dec 2020 10:55:49 +0300 Vladimir Homutov QUIC: fixed send contexts cleanup. quic
Fri, 27 Nov 2020 18:43:36 +0300 Vladimir Homutov QUIC: removed ngx_quic_hexdump() macro. quic
Wed, 25 Nov 2020 17:57:43 +0000 Roman Arutyunyan HTTP/3: eliminated r->method_start. quic
Tue, 17 Nov 2020 20:54:10 +0000 Roman Arutyunyan HTTP/3: null-terminate empty header value. quic
Tue, 17 Nov 2020 21:12:36 +0000 Roman Arutyunyan HTTP/3: finalize chunked response body chain with NULL. quic
Tue, 24 Nov 2020 17:19:40 +0000 Sergey Kandaurov Merged with the default branch. quic
Wed, 18 Nov 2020 20:56:11 +0000 Sergey Kandaurov QUIC: rejecting zero-length packets with PROTOCOL_VIOLATION. quic