log

age author description
Thu, 21 May 2020 15:48:39 +0300 Vladimir Homutov Style. quic
Fri, 22 May 2020 18:14:35 +0300 Vladimir Homutov Added sending of extra CONNECTION_CLOSE frames. quic
Fri, 22 May 2020 18:08:02 +0300 Vladimir Homutov Added more context to CONNECTION CLOSE frames. quic
Thu, 21 May 2020 15:41:01 +0300 Vladimir Homutov Fixed retransmission of frames after closing connection. quic
Thu, 21 May 2020 15:38:52 +0300 Vladimir Homutov Avoided excessive definitions for connection state. quic
Fri, 22 May 2020 18:22:00 +0300 Sergey Kandaurov README: pointed out Alt-Svc "ma" parameter useful with curl. quic
Fri, 22 May 2020 18:16:34 +0300 Vladimir Homutov Fixed a typo. quic
Wed, 20 May 2020 15:36:24 +0300 Sergey Kandaurov Assorted fixes. quic
Mon, 18 May 2020 13:54:53 +0300 Vladimir Homutov Avoid retransmitting of packets with discarded keys. quic
Mon, 18 May 2020 13:54:35 +0300 Vladimir Homutov Fixed frame retransmissions. quic
Thu, 14 May 2020 18:10:53 +0300 Vladimir Homutov Removed outdated debug. quic
Thu, 14 May 2020 17:22:29 +0300 Vladimir Homutov Fixed a typo. quic
Thu, 14 May 2020 16:33:46 +0300 Sergey Kandaurov README: Retry support, protocol error messages implemented. quic
Tue, 12 May 2020 18:45:44 +0300 Vladimir Homutov Fixed time comparison. 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, 13 May 2020 18:34:34 +0300 Sergey Kandaurov Server CID change refactored. quic
Tue, 12 May 2020 18:18:58 +0300 Sergey Kandaurov Preserve original DCID and unbreak parsing 0-RTT packets. quic
Sat, 09 May 2020 17:41:07 +0300 Sergey Kandaurov Removed redundant long packet type checks. quic
Sat, 09 May 2020 17:39:47 +0300 Sergey Kandaurov Removed redundant SSL_do_handshake call before any handshake data. quic
Fri, 08 May 2020 13:08:04 +0300 Vladimir Homutov Cleaned up reordering code. quic
Thu, 07 May 2020 12:34:04 +0300 Vladimir Homutov Cleaned up firefox workaround. quic
Wed, 06 May 2020 14:34:44 +0300 Sergey Kandaurov Restored ngx_quic_encrypt return type. quic
Thu, 30 Apr 2020 12:22:35 +0300 Vladimir Homutov Store clearflags in pkt->flags after decryption. quic
Fri, 01 May 2020 13:02:30 +0300 Sergey Kandaurov Configure: fixed static compilation with OpenSSL 1.1.1 / BoringSSL. quic
Thu, 30 Apr 2020 15:59:14 +0300 Sergey Kandaurov Mention quic branch in README. quic
Thu, 30 Apr 2020 15:47:43 +0300 Sergey Kandaurov Configure: unbreak with old OpenSSL, --with-http_v3_module added. 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
Wed, 29 Apr 2020 14:59:21 +0300 Sergey Kandaurov Renamed retransmit event object in preparation for retry support. quic
Tue, 28 Apr 2020 18:24:01 +0300 Sergey Kandaurov Server CID change. quic
Tue, 28 Apr 2020 18:23:56 +0300 Sergey Kandaurov Factored out sending ACK from payload handler. quic
Tue, 28 Apr 2020 18:16:13 +0300 Vladimir Homutov Added README. quic
Tue, 28 Apr 2020 16:37:32 +0300 Roman Arutyunyan Respect MAX_DATA and MAX_STREAM_DATA from QUIC client. quic
Tue, 28 Apr 2020 16:42:43 +0300 Roman Arutyunyan QUIC basic congestion control. quic
Fri, 24 Apr 2020 17:20:37 +0300 Roman Arutyunyan Fixed packet retransmission. quic
Thu, 23 Apr 2020 18:05:05 +0300 Roman Arutyunyan Assign connection number to every QUIC stream log. 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
Thu, 23 Apr 2020 13:41:08 +0300 Vladimir Homutov Added proper handling of connection close phases. quic
Thu, 23 Apr 2020 11:15:44 +0300 Vladimir Homutov Refactored ngx_quic_close_connection(). quic
Wed, 22 Apr 2020 15:59:19 +0300 Sergey Kandaurov HTTP/3: directives with limited values converted to post handler. quic
Wed, 22 Apr 2020 15:48:39 +0300 Sergey Kandaurov HTTP/3: bytes holding directives changed to ngx_conf_set_size_slot. quic
Wed, 22 Apr 2020 14:52:16 +0300 Sergey Kandaurov Improved ngx_quic_build_int() code and readability. quic
Tue, 21 Apr 2020 17:52:32 +0300 Roman Arutyunyan Fixed QUIC buffer consumption in send_chain(). quic
Tue, 21 Apr 2020 17:11:49 +0300 Roman Arutyunyan HTTP/3: fixed encoding variable-length integers. quic
Mon, 20 Apr 2020 18:32:46 +0300 Vladimir Homutov Fixed memory leak with reordered stream frames. quic
Tue, 21 Apr 2020 12:06:24 +0300 Roman Arutyunyan Fixed includes in quic headers. quic
Mon, 20 Apr 2020 17:18:04 +0300 Vladimir Homutov Added MAX_STREAM_DATA stub handler. quic
Mon, 20 Apr 2020 22:25:22 +0300 Vladimir Homutov Respecting maximum packet size. quic
Mon, 20 Apr 2020 12:12:17 +0300 Vladimir Homutov Removed source/destination swap from the function creating header. quic
Fri, 17 Apr 2020 12:01:45 +0300 Sergey Kandaurov Revert "Rejecting new connections with non-zero Initial packet." quic
Thu, 16 Apr 2020 16:54:22 +0300 Vladimir Homutov Fixed error descriptions. quic