log

age author description
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
Fri, 05 Jun 2020 20:59:27 +0300 Sergey Kandaurov Stream ID handling in RESET_STREAM and STOP_SENDING frames. quic
Fri, 05 Jun 2020 20:59:26 +0300 Sergey Kandaurov Reject invalid STREAM ID with STREAM_STATE_ERROR connection error. quic
Fri, 05 Jun 2020 13:20:03 +0300 Sergey Kandaurov Introduced connection error APPLICATION_ERROR from draft-28. quic
Fri, 05 Jun 2020 13:20:02 +0300 Sergey Kandaurov Receipt of CONNECTION_CLOSE in 0-RTT is permitted in draft-28. quic
Fri, 05 Jun 2020 13:20:02 +0300 Sergey Kandaurov Treat receipt of NEW_TOKEN as connection error PROTOCOL_VIOLATION. quic
Tue, 02 Jun 2020 15:59:14 +0300 Roman Arutyunyan Decoupled validation of Host and :authority for HTTP/2 and HTTP/3. quic
Mon, 01 Jun 2020 19:53:13 +0300 Sergey Kandaurov Compatibility with BoringSSL master branch. quic
Mon, 01 Jun 2020 19:16:44 +0300 Sergey Kandaurov Fixed transport parameters on a new connection with a valid token. quic
Fri, 29 May 2020 12:42:23 +0300 Roman Arutyunyan Require ":authority" or "Host" in HTTP/3 and HTTP/2 requests. quic
Fri, 29 May 2020 13:29:24 +0300 Vladimir Homutov Added propagation of the "wildcard" flag to c->listening. quic
Fri, 29 May 2020 15:07:46 +0300 Sergey Kandaurov Made NGX_QUIC_DRAFT_VERSION tunable from configure parameters. quic
Fri, 29 May 2020 15:06:33 +0300 Sergey Kandaurov QUIC draft-28 transport parameters support. quic