log

age author description
Thu, 15 Jul 2021 14:22:00 +0300 Vladimir Homutov QUIC: added support for segmentation offloading. quic
Thu, 15 Jul 2021 14:21:39 +0300 Vladimir Homutov Core: made the ngx_sendmsg() function non-static. quic
Mon, 12 Jul 2021 16:40:57 +0300 Vladimir Homutov Core: the ngx_event_udp.h header file. quic
Mon, 05 Jul 2021 13:17:10 +0300 Vladimir Homutov QUIC: fixed padding calculation. quic
Thu, 01 Jul 2021 15:37:53 +0300 Sergey Kandaurov HTTP/3: quic-qpack term updates. quic
Wed, 30 Jun 2021 13:47:38 +0300 Roman Arutyunyan QUIC: consider max_ack_delay=16384 invalid. quic
Wed, 23 Jun 2021 13:22:00 +0300 Vladimir Homutov QUIC: fixed client certificates verification in stream. quic
Fri, 25 Jun 2021 12:41:58 +0300 Sergey Kandaurov README: updated path after moving QUIC sources. quic
Mon, 21 Jun 2021 12:47:46 +0300 Sergey Kandaurov QUIC: fixed double memzero of new frames in ngx_quic_alloc_frame(). quic
Thu, 17 Jun 2021 12:35:38 +0300 Sergey Kandaurov QUIC: compact initial secrets table. quic
Wed, 16 Jun 2021 18:03:33 +0300 Sergey Kandaurov QUIC: using compile time block/iv length for tokens. quic
Wed, 16 Jun 2021 17:55:57 +0300 Sergey Kandaurov QUIC: optimized initial secrets key length computation. quic
Wed, 16 Jun 2021 17:54:21 +0300 Sergey Kandaurov QUIC: consistent use of 12-byte buffers in nonce computation. quic
Wed, 16 Jun 2021 17:53:18 +0300 Sergey Kandaurov QUIC: consistent use of 5-byte buffers for header protection. quic
Wed, 16 Jun 2021 11:55:12 +0300 Sergey Kandaurov QUIC: updated specification references. quic
Fri, 11 Jun 2021 13:24:24 +0300 Roman Arutyunyan HTTP/3: client GOAWAY support. quic
Fri, 11 Jun 2021 12:11:08 +0300 Roman Arutyunyan HTTP/3: generate more H3_FRAME_UNEXPECTED. quic
Fri, 11 Jun 2021 10:56:51 +0300 Roman Arutyunyan HTTP/3: reordered H3_MISSING_SETTINGS and H3_FRAME_UNEXPECTED. quic
Thu, 10 Jun 2021 23:17:51 +0300 Vladimir Homutov QUIC: improved errors readability. quic
Wed, 09 Jun 2021 15:11:43 +0300 Vladimir Homutov QUIC: persistent congestion calculation. quic
Mon, 07 Jun 2021 10:12:46 +0300 Roman Arutyunyan QUIC: stream flow control refactored. quic
Tue, 01 Jun 2021 12:02:08 +0300 Sergey Kandaurov HTTP/3: undo 5a92523e50d3 after parser refactoring (e1eb7f4ca9f1). quic
Tue, 01 Jun 2021 11:41:38 +0300 Sergey Kandaurov HTTP/3: fixed parsing encoder insertions with empty header value. quic
Mon, 31 May 2021 11:54:47 +0300 Sergey Kandaurov HTTP/3: removed $http3 that served its purpose. quic
Fri, 28 May 2021 13:45:09 +0300 Sergey Kandaurov README: updated after QUIC RFC publication, nginx 1.21 rebase. quic
Fri, 28 May 2021 13:33:08 +0300 Sergey Kandaurov Merged with the default branch. quic
Thu, 27 May 2021 13:29:00 +0300 Sergey Kandaurov HTTP/3: fixed Insert With Name Reference index processing. quic
Wed, 26 May 2021 13:07:06 +0300 Roman Arutyunyan QUIC: call stream read handler on new data arrival. quic
Tue, 25 May 2021 16:41:59 +0300 Roman Arutyunyan QUIC: make sure stream data size is lower than final size. quic
Tue, 25 May 2021 13:55:12 +0300 Roman Arutyunyan QUIC: refactored CRYPTO and STREAM buffer ordering. quic
Sat, 22 May 2021 18:40:45 +0300 Sergey Kandaurov QUIC: unroll and inline ngx_quic_varint_len()/ngx_quic_build_int(). quic
Tue, 18 May 2021 18:17:25 +0300 Roman Arutyunyan HTTP/3: fixed server push after 9ec3e71f8a61. quic
Wed, 05 May 2021 17:15:20 +0300 Roman Arutyunyan QUIC: generic buffering for stream input. quic
Wed, 05 May 2021 19:32:49 +0300 Sergey Kandaurov QUIC: simplified sending 1-RTT only frames. quic
Wed, 05 May 2021 18:11:55 +0300 Vladimir Homutov QUIC: relaxed client id requirements. quic
Thu, 06 May 2021 12:36:14 +0300 Vladimir Homutov QUIC: consider NEW_CONNECTION_ID a probing frame. quic
Wed, 28 Apr 2021 11:30:27 +0300 Roman Arutyunyan HTTP/3: clean up table from session cleanup handler. quic
Wed, 05 May 2021 15:15:48 +0300 Roman Arutyunyan HTTP/3: moved session initialization to a separate file. quic
Wed, 05 May 2021 15:09:23 +0300 Roman Arutyunyan HTTP/3: separate header files for existing source files. quic
Wed, 05 May 2021 15:00:17 +0300 Roman Arutyunyan HTTP/3: moved parsing uni stream type to ngx_http_v3_parse.c. quic
Tue, 27 Apr 2021 21:32:50 +0300 Roman Arutyunyan HTTP/3: renamed ngx_http_v3_client_XXX() functions. quic
Wed, 05 May 2021 12:54:10 +0300 Roman Arutyunyan HTTP/3: renamed ngx_http_v3_connection_t to ngx_http_v3_session_t. quic
Wed, 05 May 2021 14:53:36 +0300 Roman Arutyunyan HTTP/3: reference h3c directly from ngx_http_connection_t. quic
Fri, 30 Apr 2021 19:10:11 +0300 Roman Arutyunyan HTTP/3: ngx_http_v3_get_session() macro. quic
Wed, 05 May 2021 15:15:17 +0300 Roman Arutyunyan HTTP/3: moved Stream Cancellation stub to ngx_http_v3_streams.c. quic
Tue, 04 May 2021 13:38:59 +0300 Roman Arutyunyan HTTP/3: fixed decoder stream stubs. quic
Wed, 05 May 2021 13:28:05 +0300 Roman Arutyunyan HTTP/3: reject empty DATA and HEADERS frames on control stream. quic
Wed, 28 Apr 2021 13:37:18 +0300 Vladimir Homutov QUIC: fixed build with NGX_QUIC_DEBUG_ALLOC enabled. quic
Thu, 29 Apr 2021 15:35:02 +0300 Vladimir Homutov QUIC: connection migration. quic
Thu, 22 Apr 2021 13:49:18 +0300 Vladimir Homutov HTTP/3: adjusted control stream parsing. quic
Mon, 19 Apr 2021 17:25:56 +0300 Roman Arutyunyan QUIC: renamed stream variables from sn to qs. quic
Mon, 19 Apr 2021 17:21:07 +0300 Roman Arutyunyan QUIC: renamed stream field from c to connection. quic
Fri, 16 Apr 2021 23:03:59 +0300 Sergey Kandaurov QUIC: fixed permitted packet types for PATH_RESPONSE. quic
Mon, 19 Apr 2021 09:46:37 +0300 Vladimir Homutov QUIC: added missing checks for limits in stream frames parsing. quic
Mon, 19 Apr 2021 11:36:41 +0300 Vladimir Homutov QUIC: fixed parsing of unknown frame types. quic
Thu, 15 Apr 2021 12:17:19 +0300 Vladimir Homutov QUIC: avoid sending extra frames in case of error. quic
Tue, 13 Apr 2021 12:38:34 +0300 Sergey Kandaurov QUIC: normalize header inclusion. quic
Tue, 13 Apr 2021 11:49:52 +0300 Sergey Kandaurov QUIC: ngx_quic_frames_stream_t made opaque. quic
Wed, 14 Apr 2021 14:47:04 +0300 Vladimir Homutov QUIC: separate files for SSL library interfaces. quic
Tue, 13 Apr 2021 14:41:52 +0300 Vladimir Homutov QUIC: separate files for tokens related processing. quic