log src/event/ngx_event_quic_transport.c @ 8510:532fe796b0e2 quic

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