log src/event/ngx_event_quic_transport.h @ 8657:2dfc5ef29973 quic

age author description
Tue, 01 Dec 2020 19:11:01 +0000 Roman Arutyunyan QUIC: introduced QUIC buffers. quic
Tue, 17 Nov 2020 21:32:22 +0000 Sergey Kandaurov QUIC: macros for manipulating header protection and reserved bits. quic
Tue, 17 Nov 2020 21:32:06 +0000 Sergey Kandaurov QUIC: hide header creation internals in ngx_event_quic_transport.c. quic
Tue, 17 Nov 2020 21:32:04 +0000 Sergey Kandaurov QUIC: refactored long header parsing. quic
Mon, 02 Nov 2020 18:21:34 +0300 Sergey Kandaurov QUIC: refactored key handling. quic
Tue, 27 Oct 2020 13:24:00 +0000 Roman Arutyunyan QUIC: unified range format for rx and tx ACK frames. quic
Tue, 27 Oct 2020 14:32:08 +0300 Vladimir Homutov QUIC: single function for frame debug logging. quic
Fri, 23 Oct 2020 17:08:50 +0300 Vladimir Homutov QUIC: optimized acknowledgement generation. quic
Tue, 20 Oct 2020 18:53:00 +0300 Vladimir Homutov QUIC: added ACK frame range support. quic
Mon, 19 Oct 2020 10:32:53 +0300 Vladimir Homutov QUIC: reverted previous 3 commits. quic
Wed, 14 Oct 2020 23:21:36 +0300 Vladimir Homutov QUIC: added ACK frame range support. quic
Fri, 02 Oct 2020 16:20:41 +0300 Vladimir Homutov QUIC: added debug message with final packet processing status. quic
Wed, 30 Sep 2020 20:54:46 +0300 Vladimir Homutov QUIC: added stateless reset support. quic
Wed, 30 Sep 2020 15:14:09 +0300 Vladimir Homutov QUIC: packet processing refactoring. quic
Thu, 03 Sep 2020 13:11:27 +0300 Vladimir Homutov QUIC: added support for multiple connection IDs. quic
Thu, 20 Aug 2020 17:11:04 +0300 Vladimir Homutov QUIC: added version negotiation support. quic
Fri, 14 Aug 2020 16:54:13 +0300 Sergey Kandaurov QUIC: packet based bytes_in_flight accounting. quic
Thu, 16 Jul 2020 15:02:38 +0300 Vladimir Homutov QUIC: added limit of queued data. quic
Fri, 10 Jul 2020 15:33:51 +0300 Vladimir Homutov QUIC: delay field of an ACK frame is now calculated. quic
Thu, 02 Jul 2020 16:33:59 +0300 Roman Arutyunyan QUIC: Introduced ngx_quic_finalize_connection(). 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 Define KEY_UPDATE_ERROR from quic-tls-24. quic
Tue, 23 Jun 2020 11:57:00 +0300 Sergey Kandaurov QUIC error SERVER_BUSY renamed to CONNECTION_REFUSED in draft-29. quic
Fri, 05 Jun 2020 13:20:03 +0300 Sergey Kandaurov Introduced connection error APPLICATION_ERROR from draft-28. quic
Mon, 01 Jun 2020 19:53:13 +0300 Sergey Kandaurov Compatibility with BoringSSL master branch. quic
Fri, 29 May 2020 15:06:33 +0300 Sergey Kandaurov QUIC draft-28 transport parameters support. quic
Fri, 29 May 2020 12:56:08 +0300 Sergey Kandaurov Renamed max_packet_size to max_udp_payload_size, from draft-28. quic
Thu, 14 May 2020 14:49:28 +0300 Vladimir Homutov Added tests for connection id lengths in initial packet. quic
Thu, 14 May 2020 01:06:45 +0300 Vladimir Homutov Discard packets without fixed bit or reserved bits set. quic
Thu, 14 May 2020 15:54:45 +0300 Vladimir Homutov Added generation of CC frames with error on connection termination. quic
Thu, 14 May 2020 15:47:24 +0300 Sergey Kandaurov Address validation using NEW_TOKEN frame. quic
Thu, 14 May 2020 15:47:18 +0300 Sergey Kandaurov Address validation using Retry packets. quic
Wed, 29 Apr 2020 14:45:55 +0300 Vladimir Homutov Removed outdated/incorrect comments and fixed style. quic
Thu, 30 Apr 2020 12:38:38 +0300 Vladimir Homutov Reworked macros for parsing/assembling packet types. quic
Tue, 21 Apr 2020 12:06:24 +0300 Roman Arutyunyan Fixed includes in quic headers. quic
Thu, 16 Apr 2020 16:54:22 +0300 Vladimir Homutov Fixed error descriptions. quic
Tue, 14 Apr 2020 12:16:25 +0300 Vladimir Homutov Crypto buffer frames reordering. quic
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