log

age author description
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
Fri, 29 May 2020 13:05:57 +0300 Sergey Kandaurov Introduced macros for building length-value transport parameters. quic
Fri, 29 May 2020 12:56:08 +0300 Sergey Kandaurov Renamed max_packet_size to max_udp_payload_size, from draft-28. quic
Fri, 29 May 2020 12:55:39 +0300 Sergey Kandaurov Rejected forbidden transport parameters with TRANSPORT_PARAMETER_ERROR. quic
Fri, 29 May 2020 12:50:20 +0300 Sergey Kandaurov Fixed return codes in ngx_quic_add_handshake_data() callback. quic
Tue, 26 May 2020 20:41:43 +0300 Sergey Kandaurov README: update after merging 1.19.0. quic
Tue, 26 May 2020 20:26:44 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 25 May 2020 18:37:43 +0300 Vladimir Homutov Updated README with "Contributing" section and draft details. quic
Thu, 14 May 2020 16:02:32 +0300 Roman Arutyunyan HTTP/3: reallocate strings inserted into the dynamic table. quic
Tue, 19 May 2020 16:20:33 +0300 Roman Arutyunyan Fixed client buffer reallocation for HTTP/3. quic