log src/event/ngx_event_quic_transport.c @ 8582:b95aa1cb8f98 quic

age author description
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