log src/event/ngx_event_quic_transport.h @ 8326:1cdd53532309 quic

age author description
Mon, 06 Apr 2020 16:19:26 +0300 Vladimir Homutov ACK ranges processing. quic
Mon, 06 Apr 2020 14:54:08 +0300 Sergey Kandaurov TLS Key Update in QUIC. quic
Fri, 03 Apr 2020 14:02:16 +0300 Vladimir Homutov Proper handling of packet number in header. quic
Wed, 01 Apr 2020 17:06:26 +0300 Vladimir Homutov Implemented retransmission and retransmit queue. quic
Wed, 01 Apr 2020 14:31:08 +0300 Vladimir Homutov Introduced packet namespace in QUIC connection. quic
Tue, 31 Mar 2020 13:13:12 +0300 Vladimir Homutov Removed unused field from ngx_quic_header_t. quic
Thu, 26 Mar 2020 16:54:46 +0300 Vladimir Homutov Got rid of memory allocation in decryption. quic
Wed, 25 Mar 2020 23:40:50 +0300 Roman Arutyunyan QUIC frames reuse. quic
Thu, 26 Mar 2020 12:11:50 +0300 Vladimir Homutov Removed memory allocations from encryption code. quic
Sat, 21 Mar 2020 20:51:59 +0300 Vladimir Homutov Added processing of client transport parameters. quic
Sat, 21 Mar 2020 20:49:55 +0300 Vladimir Homutov Implemented parsing of remaining frame types. quic
Fri, 20 Mar 2020 20:03:44 +0300 Vladimir Homutov Added checks for permitted frame types. quic
Fri, 20 Mar 2020 14:50:05 +0300 Vladimir Homutov Added parsing of CONNECTION_CLOSE2 frame (0x1D). quic
Fri, 20 Mar 2020 13:47:44 +0300 Vladimir Homutov Configurable transport parameters. quic
Fri, 20 Mar 2020 10:14:58 +0300 Roman Arutyunyan Double MAX_STREAMS on STREAMS_BLOCKED. quic
Thu, 19 Mar 2020 14:59:55 +0300 Vladimir Homutov The ngx_quic_frame_len() function is not really needed. quic
Thu, 19 Mar 2020 17:07:12 +0300 Vladimir Homutov Added boundaries checks into frame parser. quic
Wed, 18 Mar 2020 23:26:26 +0300 Sergey Kandaurov MAX_DATA frame parser/handler. quic
Thu, 19 Mar 2020 11:15:43 +0300 Vladimir Homutov Added parsing of STREAMS BLOCKED frames. quic
Wed, 18 Mar 2020 16:35:11 +0300 Vladimir Homutov Added parsing of RESET_STREAM and STOP_SENDING frames quic
Wed, 18 Mar 2020 12:58:27 +0300 Vladimir Homutov Extracted transport part of the code into separate file. quic