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