log src/event/ngx_event_quic_transport.c @ 8641:fe53def49945 quic

age author description
Tue, 17 Nov 2020 21:32:04 +0000 Sergey Kandaurov QUIC: refactored long header parsing. quic
Tue, 17 Nov 2020 21:31:51 +0000 Sergey Kandaurov QUIC: sorted header parsing functions in order of appearance. quic
Fri, 13 Nov 2020 13:24:45 +0000 Sergey Kandaurov QUIC: microoptimization in varint parsing. quic
Wed, 11 Nov 2020 21:08:48 +0000 Roman Arutyunyan QUIC: generate default stateless reset token key. quic
Wed, 11 Nov 2020 11:57:50 +0000 Roman Arutyunyan QUIC: connection multiplexing per port. quic
Tue, 10 Nov 2020 00:23:04 +0300 Sergey Kandaurov QUIC: multiple versions support. quic
Tue, 10 Nov 2020 00:20:44 +0300 Sergey Kandaurov QUIC: preparatory changes for multiple QUIC versions support. quic
Tue, 27 Oct 2020 13:24:00 +0000 Roman Arutyunyan QUIC: unified range format for rx and tx ACK frames. quic
Mon, 26 Oct 2020 23:47:49 +0300 Vladimir Homutov QUIC: got rid of "pkt" abbreviation in logs. quic
Mon, 26 Oct 2020 23:47:16 +0300 Vladimir Homutov QUIC: added "rx" and "tx" prefixes to packet debug. quic
Tue, 27 Oct 2020 14:12:31 +0300 Vladimir Homutov QUIC: revised value separators in debug and error messages. quic
Tue, 27 Oct 2020 14:32:08 +0300 Vladimir Homutov QUIC: single function for frame debug logging. quic
Tue, 20 Oct 2020 18:53:00 +0300 Vladimir Homutov QUIC: added ACK frame range support. quic
Wed, 21 Oct 2020 12:03:23 +0100 Sergey Kandaurov QUIC: teach how to compute only the length of created QUIC headers. quic
Wed, 21 Oct 2020 12:03:22 +0100 Sergey Kandaurov QUIC: simplified ngx_quic_create_long_header(). 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
Wed, 07 Oct 2020 14:51:05 +0100 Sergey Kandaurov QUIC: fixed dead store assignment. quic
Thu, 01 Oct 2020 22:20:51 +0300 Vladimir Homutov QUIC: fixed handling of incorrect packets. 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
Fri, 25 Sep 2020 21:47:28 +0300 Vladimir Homutov QUIC: simplified packet header parsing. quic
Fri, 25 Sep 2020 21:46:55 +0300 Roman Arutyunyan QUIC: keep the entire packet size in pkt->len. quic
Tue, 08 Sep 2020 13:27:39 +0300 Sergey Kandaurov QUIC: update packet length for short packets too. quic
Thu, 03 Sep 2020 13:11:27 +0300 Vladimir Homutov QUIC: added support for multiple connection IDs. quic
Thu, 27 Aug 2020 10:15:37 +0300 Vladimir Homutov QUIC: style. quic
Tue, 01 Sep 2020 17:20:42 +0300 Vladimir Homutov QUIC: discard incorrect packets instead of closing the connection. quic
Fri, 28 Aug 2020 12:01:35 +0300 Roman Arutyunyan QUIC: handle PATH_CHALLENGE frame. quic
Tue, 25 Aug 2020 14:07:26 +0300 Roman Arutyunyan QUIC: send STOP_SENDING on stream closure. quic
Fri, 21 Aug 2020 14:41:41 +0300 Sergey Kandaurov QUIC: stripped down debug traces that have served its purpose. quic
Fri, 21 Aug 2020 10:00:25 +0300 Vladimir Homutov QUIC: dead code removed. quic
Thu, 20 Aug 2020 17:11:04 +0300 Vladimir Homutov QUIC: added version negotiation support. quic
Tue, 28 Jul 2020 17:11:25 +0300 Sergey Kandaurov QUIC: consistent Stream ID logging format. quic
Wed, 22 Jul 2020 14:48:49 +0300 Sergey Kandaurov QUIC: fixed bulding perl module by reducing header pollution. quic
Mon, 20 Jul 2020 15:19:03 +0300 Sergey Kandaurov Fixed format specifiers. 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
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
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 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
Thu, 14 May 2020 18:10:53 +0300 Vladimir Homutov Removed outdated debug. 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
Thu, 30 Apr 2020 12:38:38 +0300 Vladimir Homutov Reworked macros for parsing/assembling packet types. quic
Fri, 24 Apr 2020 14:38:49 +0300 Vladimir Homutov Error messages cleanup. quic
Fri, 24 Apr 2020 11:33:00 +0300 Vladimir Homutov Cleaned up hexdumps in debug output. quic
Fri, 24 Apr 2020 10:11:47 +0300 Vladimir Homutov Debug cleanup. quic
Thu, 23 Apr 2020 12:25:00 +0300 Vladimir Homutov TODOs cleanup in transport. quic
Thu, 23 Apr 2020 12:10:56 +0300 Vladimir Homutov Retired the ngx_quic_parse_int_multi() function. quic
Thu, 23 Apr 2020 11:50:20 +0300 Vladimir Homutov Removed support of drafts older than currently latest 27. quic
Wed, 22 Apr 2020 14:52:16 +0300 Sergey Kandaurov Improved ngx_quic_build_int() code and readability. quic
Mon, 20 Apr 2020 12:12:17 +0300 Vladimir Homutov Removed source/destination swap from the function creating header. quic
Thu, 16 Apr 2020 16:54:22 +0300 Vladimir Homutov Fixed error descriptions. quic
Wed, 15 Apr 2020 18:54:03 +0300 Vladimir Homutov Added primitive flow control mechanisms. 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 11:17:14 +0300 Vladimir Homutov Added a bit more debugging in STREAM frame parser. 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
Thu, 26 Mar 2020 12:11:50 +0300 Vladimir Homutov Removed memory allocations from encryption code. quic
Tue, 24 Mar 2020 22:12:52 +0300 Sergey Kandaurov Advertise our max_idle_timeout in transport parameters. quic
Tue, 24 Mar 2020 17:03:39 +0300 Vladimir Homutov Logging cleanup. quic
Tue, 24 Mar 2020 11:59:14 +0300 Vladimir Homutov Implemented sending HANDSHAKE_DONE frame after handshake. quic
Mon, 23 Mar 2020 19:26:24 +0300 Roman Arutyunyan Support for HTTP/3 ALPN. quic
Mon, 23 Mar 2020 15:32:24 +0300 Roman Arutyunyan Put zero in 'First ACK Range' when acknowledging one packet. quic
Mon, 23 Mar 2020 15:49:31 +0300 Roman Arutyunyan Better flow control and buffering for QUIC streams. quic
Mon, 23 Mar 2020 18:20:42 +0300 Sergey Kandaurov Fixed received ACK fields order in debug logging. quic
Mon, 23 Mar 2020 12:57:24 +0300 Vladimir Homutov Skip unknown transport parameters. quic
Mon, 23 Mar 2020 10:57:28 +0300 Vladimir Homutov Add unsupported version into log. 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
Sat, 21 Mar 2020 19:45:24 +0300 Sergey Kandaurov Fixed parsing NGX_QUIC_FT_CONNECTION_CLOSE. quic
Sat, 21 Mar 2020 19:22:39 +0300 Sergey Kandaurov Fixed buffer overrun in create_transport_params() with -24. quic
Sat, 21 Mar 2020 18:44:10 +0300 Sergey Kandaurov Fixed build with macOS's long long abomination. quic
Fri, 20 Mar 2020 20:03:44 +0300 Vladimir Homutov Added checks for permitted frame types. quic
Fri, 20 Mar 2020 15:14:00 +0300 Vladimir Homutov Fixed parsing of CONNECTION CLOSE2 frames. 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
Fri, 20 Mar 2020 09:23:31 +0300 Roman Arutyunyan Fixed ACKs to packet numbers greater than 63. quic
Thu, 19 Mar 2020 17:33:36 +0300 Sergey Kandaurov Fixed specifiers in "quic packet length" logging. quic
Thu, 19 Mar 2020 17:22:43 +0300 Sergey Kandaurov Fixed build. 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 23:07:40 +0300 Sergey Kandaurov Implemented send_alert callback, CONNECTION_CLOSE writer. 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