log

age author description
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
Thu, 16 Apr 2020 13:28:43 +0300 Vladimir Homutov Removed outdated TODO. quic
Thu, 16 Apr 2020 12:17:41 +0300 Vladimir Homutov Added handling of incorrect values in TP configuration. quic
Thu, 16 Apr 2020 12:46:48 +0300 Sergey Kandaurov Parsing of truncated packet numbers. quic
Wed, 15 Apr 2020 18:54:03 +0300 Vladimir Homutov Added primitive flow control mechanisms. quic
Wed, 15 Apr 2020 14:29:00 +0300 Vladimir Homutov Create new stream immediately on receiving new stream id. quic
Wed, 15 Apr 2020 13:09:39 +0300 Vladimir Homutov Free remaining frames on connection close. quic
Tue, 14 Apr 2020 16:30:41 +0300 Vladimir Homutov Sorted functions and functions declarations. quic
Wed, 15 Apr 2020 11:11:54 +0300 Vladimir Homutov Added reordering support for STREAM frames. quic
Tue, 14 Apr 2020 12:16:25 +0300 Vladimir Homutov Crypto buffer frames reordering. quic
Mon, 13 Apr 2020 14:57:58 +0300 Vladimir Homutov Cleaned up magic numbers in ngx_quic_output_frames(). quic
Tue, 14 Apr 2020 12:06:32 +0300 Vladimir Homutov Rename types and variables used for packet number space. quic
Tue, 14 Apr 2020 19:35:20 +0300 Sergey Kandaurov Merged with the default branch. quic
Mon, 13 Apr 2020 17:54:23 +0300 Roman Arutyunyan HTTP/3: fixed reading request body. quic
Tue, 07 Apr 2020 15:50:38 +0300 Vladimir Homutov Added basic offset support in client CRYPTO frames. quic
Tue, 07 Apr 2020 12:54:34 +0300 Sergey Kandaurov Fixed build with OpenSSL using old callbacks API. quic
Mon, 06 Apr 2020 16:19:26 +0300 Vladimir Homutov ACK ranges processing. quic
Mon, 06 Apr 2020 11:16:45 +0300 Vladimir Homutov Ignore non-yet-implemented frames. quic
Sat, 04 Apr 2020 22:25:41 +0300 Vladimir Homutov Added check for SSL_get_current_cipher() results. quic
Mon, 06 Apr 2020 11:17:14 +0300 Vladimir Homutov Added a bit more debugging in STREAM frame parser. quic
Sat, 04 Apr 2020 22:27:29 +0300 Vladimir Homutov Do not set timers after the connection is closed. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Discarding Handshake packets if no Handshake keys yet. quic
Mon, 06 Apr 2020 14:54:10 +0300 Sergey Kandaurov Rejecting new connections with non-zero Initial packet. quic
Mon, 06 Apr 2020 14:54:08 +0300 Sergey Kandaurov TLS Key Update in QUIC. quic
Sat, 04 Apr 2020 17:34:39 +0300 Sergey Kandaurov Removed excessive debugging in QUIC packet creation. quic
Sat, 04 Apr 2020 17:34:04 +0300 Sergey Kandaurov Logging of packet numbers in QUIC packet creation. quic
Fri, 03 Apr 2020 16:33:59 +0300 Vladimir Homutov Removed unneccesary milliseconds conversion. quic
Fri, 03 Apr 2020 14:02:16 +0300 Vladimir Homutov Proper handling of packet number in header. quic