log

age author description
Thu, 02 Jul 2020 16:33:59 +0300 Roman Arutyunyan QUIC: Introduced ngx_quic_finalize_connection(). quic
Thu, 02 Jul 2020 16:33:36 +0300 Roman Arutyunyan HTTP/3: downgraded literal size error level to NGX_LOG_INFO. quic
Thu, 02 Jul 2020 15:34:05 +0300 Roman Arutyunyan HTTP/3: refactored dynamic table implementation. quic
Thu, 02 Jul 2020 15:15:55 +0300 Roman Arutyunyan HTTP/3: fixed prefixed integer encoding and decoding. quic
Mon, 29 Jun 2020 15:56:14 +0300 Roman Arutyunyan HTTP/3: http3_max_field_size directive to limit string size. quic
Fri, 26 Jun 2020 11:58:00 +0300 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_get_module_srv_conf() macro. quic
Fri, 26 Jun 2020 10:05:28 +0300 Roman Arutyunyan HTTP/3: fixed dropping first non-pseudo header. quic
Thu, 25 Jun 2020 20:31:13 +0300 Sergey Kandaurov HTTP/3: do not emit a DATA frame header for header_only responses. quic
Fri, 19 Jun 2020 11:29:30 +0300 Vladimir Homutov Style. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov README: documented draft-28, draft-29 support. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Update Initial salt and Retry secret from quic-tls-29. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Get rid of hardcoded numbers used for quic handshake errors. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Discard short packets which could not be decrypted. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Close connection with PROTOCOL_VIOLATION on decryption failure. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Define KEY_UPDATE_ERROR from quic-tls-24. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Reject new QUIC connection with CONNECTION_REFUSED on shutdown. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Close QUIC connection with NO_ERROR on c->close. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov Do not close QUIC sockets in ngx_close_listening_sockets(). quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29. quic
Thu, 18 Jun 2020 14:29:24 +0300 Vladimir Homutov QUIC: cleaned up quic encryption state tracking. quic
Thu, 18 Jun 2020 13:58:46 +0300 Vladimir Homutov QUIC: added ALPN checks. quic
Thu, 18 Jun 2020 11:16:35 +0300 Vladimir Homutov QUIC: fixed off-by-one in frame range handler. quic
Tue, 16 Jun 2020 11:54:05 +0300 Vladimir Homutov QUIC: further limiting maximum QUIC packet size. quic
Mon, 15 Jun 2020 17:06:40 +0300 Vladimir Homutov QUIC: raise error on missing transport parameters. quic
Mon, 15 Jun 2020 16:59:53 +0300 Vladimir Homutov QUIC: Fixed connection cleanup. quic
Wed, 10 Jun 2020 21:37:48 +0300 Vladimir Homutov Style. quic
Wed, 10 Jun 2020 21:37:08 +0300 Vladimir Homutov Limited max udp payload size for outgoing packets. quic
Wed, 10 Jun 2020 21:33:20 +0300 Vladimir Homutov Increased default initial retransmit timeout. quic
Wed, 10 Jun 2020 21:23:10 +0300 Vladimir Homutov Fixed usage of own/client transport parameters. quic
Fri, 05 Jun 2020 20:59:27 +0300 Sergey Kandaurov Stream ID handling in MAX_STREAM_DATA and STREAM_DATA_BLOCKED. quic