log

age author description
Sat, 25 Dec 2021 01:07:12 +0300 Maxim Dounin Core: ngx_regex.c style cleanup.
Sat, 25 Dec 2021 01:07:10 +0300 Maxim Dounin Core: fixed ngx_pcre_studies cleanup.
Mon, 27 Dec 2021 13:49:56 +0300 Vladimir Homutov QUIC: got rid of ngx_quic_create_temp_socket(). quic
Tue, 28 Dec 2021 15:01:02 +0300 Ruslan Ermilov Fixed a mismerge in 5c86189a1c1b. quic
Mon, 27 Dec 2021 16:15:28 +0300 Roman Arutyunyan QUIC: renamed input handling functions. quic
Tue, 28 Dec 2021 13:50:01 +0300 Roman Arutyunyan QUIC: fixed format specifier after 6ccf3867959a. quic
Tue, 28 Dec 2021 13:24:58 +0300 Vladimir Homutov QUIC: fixed config test with bpf (ticket #2292). quic
Fri, 24 Dec 2021 18:39:22 +0300 Roman Arutyunyan QUIC: refactored buffer allocation, spliting and freeing. quic
Thu, 16 Dec 2021 17:07:11 +0300 Roman Arutyunyan QUIC: removed ngx_quic_copy_chain(). quic
Thu, 16 Dec 2021 17:06:35 +0300 Roman Arutyunyan QUIC: renamed buffer-related functions. quic
Fri, 24 Dec 2021 18:17:23 +0300 Roman Arutyunyan QUIC: refactored ngx_quic_order_bufs() and ngx_quic_split_bufs(). quic
Fri, 24 Dec 2021 18:13:51 +0300 Roman Arutyunyan QUIC: avoid excessive buffer allocations in stream output. quic
Mon, 27 Dec 2021 13:52:57 +0300 Vladimir Homutov QUIC: got rid of excessive "qsock" argument in ngx_quic_output.c. quic
Thu, 16 Dec 2021 11:49:08 +0300 Vladimir Homutov QUIC: refactored ngx_quic_validate_path(). quic
Thu, 16 Dec 2021 11:42:28 +0300 Vladimir Homutov QUIC: added missing check for backup path existence. quic
Fri, 24 Dec 2021 15:53:59 +0300 Ruslan Ermilov Merged with the default branch. quic
Tue, 21 Dec 2021 07:54:16 +0300 Ruslan Ermilov Moved Huffman coding out of HTTP/2.
Mon, 20 Dec 2021 20:02:48 +0200 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Thu, 25 Nov 2021 22:02:10 +0300 Maxim Dounin HTTP/2: fixed sendfile() aio handling.
Thu, 25 Nov 2021 22:02:05 +0300 Maxim Dounin HTTP/2: fixed "task already active" with sendfile in threads.
Mon, 01 Nov 2021 18:09:34 +0300 Sergey Kandaurov SSL: $ssl_curve (ticket #2135).
Tue, 23 Nov 2021 12:52:43 +0300 Sergey Kandaurov Version bump.
Tue, 16 Nov 2021 17:44:02 +0300 Maxim Dounin release-1.20.2 tag stable-1.20
Tue, 16 Nov 2021 17:44:02 +0300 Maxim Dounin nginx-1.20.2-RELEASE stable-1.20 release-1.20.2
Sat, 30 Oct 2021 02:39:19 +0300 Maxim Dounin Changed ngx_chain_update_chains() to test tag first (ticket #2248). stable-1.20
Wed, 06 Oct 2021 18:01:42 +0300 Maxim Dounin Fixed $content_length cacheability with chunked (ticket #2252). stable-1.20
Tue, 31 Aug 2021 17:54:54 +0300 Maxim Dounin Updated OpenSSL used for win32 builds. stable-1.20
Fri, 20 Aug 2021 03:53:56 +0300 Maxim Dounin Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229). stable-1.20
Tue, 10 Aug 2021 23:43:17 +0300 Sergey Kandaurov SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: silenced warnings when building with OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam. stable-1.20
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0. stable-1.20
Tue, 10 Aug 2021 23:42:59 +0300 Sergey Kandaurov SSL: RSA data type is deprecated in OpenSSL 3.0. stable-1.20
Wed, 04 Aug 2021 21:27:51 +0300 Sergey Kandaurov SSL: SSL_CTX_set_tmp_dh() error handling. stable-1.20
Tue, 03 Aug 2021 20:50:30 +0300 Maxim Dounin SSL: set events ready flags after handshake. stable-1.20
Thu, 17 Jun 2021 11:43:55 +0300 Sergey Kandaurov gRPC: handling GOAWAY with a higher last stream identifier. stable-1.20
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close. stable-1.20
Tue, 01 Jun 2021 17:37:49 +0300 Maxim Dounin SSL: ngx_ssl_shutdown() rework. stable-1.20
Tue, 16 Nov 2021 16:57:52 +0300 Maxim Dounin Version bump. stable-1.20
Tue, 14 Dec 2021 16:24:20 +0300 Roman Arutyunyan QUIC: added path limiting function ngx_quic_path_limit(). quic
Mon, 13 Dec 2021 09:48:33 +0300 Vladimir Homutov QUIC: decoupled path state and limitation status. quic
Mon, 13 Dec 2021 17:27:29 +0300 Vladimir Homutov QUIC: improved path validation. quic
Mon, 13 Dec 2021 14:49:42 +0300 Roman Arutyunyan QUIC: write and full stream shutdown support. quic
Fri, 10 Dec 2021 19:43:50 +0300 Roman Arutyunyan QUIC: simplified stream initialization. quic
Tue, 23 Nov 2021 21:39:51 +0300 Roman Arutyunyan QUIC: post stream events instead of calling their handlers. quic
Thu, 09 Dec 2021 15:30:50 +0300 Ruslan Ermilov QUIC: removed configure time test for BPF sockhash. quic
Thu, 09 Dec 2021 15:30:01 +0300 Ruslan Ermilov QUIC: configure cleanup. quic
Mon, 06 Dec 2021 11:04:55 +0300 Vladimir Homutov QUIC: added missing frame initialization. quic
Thu, 09 Dec 2021 12:40:14 +0300 Vladimir Homutov QUIC: refactored ngx_quic_frame_sendto() function. quic
Thu, 09 Dec 2021 11:15:25 +0300 Sergey Kandaurov QUIC: fixed e06283038ec8 mis-merge. quic
Wed, 08 Dec 2021 17:04:56 +0300 Sergey Kandaurov HTTP/3: cleanup after "listen .. quic" removal in be08b858086a. quic
Tue, 07 Dec 2021 16:07:47 +0300 Vladimir Homutov QUIC: updated README. quic
Tue, 07 Dec 2021 15:49:51 +0300 Sergey Kandaurov QUIC: clear SSL_OP_ENABLE_MIDDLEBOX_COMPAT on SSL context switch. quic
Tue, 07 Dec 2021 15:49:30 +0300 Sergey Kandaurov HTTP/3: avoid sending stream cancellation for pushed streams. quic
Tue, 07 Dec 2021 15:42:10 +0300 Sergey Kandaurov QUIC: converted ngx_quic_keys_set_encryption_secret() to NGX codes. quic
Tue, 07 Dec 2021 13:01:28 +0300 Roman Arutyunyan HTTP/3: renamed files. quic
Mon, 06 Dec 2021 15:19:54 +0300 Vladimir Homutov QUIC: simplified configuration. quic
Wed, 01 Dec 2021 11:02:17 +0300 Roman Arutyunyan HTTP/3: $http3 variable. quic
Sat, 04 Dec 2021 10:52:55 +0300 Roman Arutyunyan HTTP/3: http3_hq directive and NGX_HTTP_V3_HQ macro. quic
Mon, 06 Dec 2021 13:02:36 +0300 Roman Arutyunyan HTTP/3: merged ngx_http_quic_module into ngx_http_v3_module. quic
Thu, 02 Dec 2021 14:09:52 +0300 Vladimir Homutov QUIC: fixed using of retired connection id (ticket #2289). quic
Thu, 02 Dec 2021 13:59:56 +0300 Sergey Kandaurov QUIC: logging of CRYPTO frame payload under NGX_QUIC_DEBUG_FRAMES. quic
Thu, 02 Dec 2021 13:59:09 +0300 Sergey Kandaurov HTTP/3: adjusted ALPN macro names to align with 61abb35bb8cf. quic
Wed, 01 Dec 2021 18:33:29 +0300 Vladimir Homutov QUIC: removed excessive check. quic
Tue, 30 Nov 2021 14:30:59 +0300 Sergey Kandaurov QUIC: ngx_quic_send_alert() callback moved to its place. quic
Tue, 30 Nov 2021 14:30:59 +0300 Sergey Kandaurov QUIC: simplified ngx_quic_send_alert() callback. quic
Thu, 18 Nov 2021 14:33:21 +0300 Vladimir Homutov QUIC: removed unnecessary closing of active/backup sockets. quic
Mon, 29 Nov 2021 11:51:14 +0300 Vladimir Homutov QUIC: fixed migration during NAT rebinding. quic
Mon, 29 Nov 2021 11:49:09 +0300 Vladimir Homutov QUIC: refactored multiple QUIC packets handling. quic
Thu, 18 Nov 2021 14:19:36 +0300 Vladimir Homutov QUIC: fixed handling of RETIRE_CONNECTION_ID frame. quic
Thu, 18 Nov 2021 14:19:31 +0300 Vladimir Homutov QUIC: additional checks for the RETIRE_CONNECTION_ID frame. quic
Wed, 17 Nov 2021 23:07:51 +0300 Roman Arutyunyan QUIC: handle DATA_BLOCKED frame from client. quic
Wed, 17 Nov 2021 23:07:38 +0300 Roman Arutyunyan QUIC: update stream flow control credit on STREAM_DATA_BLOCKED. quic
Wed, 17 Nov 2021 18:49:48 +0300 Roman Arutyunyan HTTP/3: fixed compilation with QUIC, but without HTTP/3. quic
Thu, 11 Nov 2021 19:07:00 +0300 Roman Arutyunyan QUIC: reject streams which we could not create. quic
Fri, 12 Nov 2021 16:29:07 +0300 Sergey Kandaurov QUIC: stop processing new client streams at the closing state. quic
Mon, 18 Oct 2021 14:48:11 +0300 Roman Arutyunyan HTTP/3: send Stream Cancellation instruction. quic
Mon, 18 Oct 2021 15:47:06 +0300 Roman Arutyunyan HTTP/3: allowed QUIC stream connection reuse. quic
Mon, 18 Oct 2021 15:22:33 +0300 Roman Arutyunyan HTTP/3: adjusted QUIC connection finalization. quic
Thu, 11 Nov 2021 15:15:07 +0300 Vladimir Homutov QUIC: fixed PATH_RESPONSE frame expansion. quic
Wed, 10 Nov 2021 14:36:36 +0300 Vladimir Homutov QUIC: removed ngx_quic_error_text() declaration. quic
Tue, 09 Nov 2021 21:17:05 +0300 Vladimir Homutov QUIC: fixed GSO packets count. quic
Wed, 10 Nov 2021 13:49:01 +0300 Vladimir Homutov QUIC: removed dead code. quic
Mon, 08 Nov 2021 15:41:12 +0300 Vladimir Homutov QUIC: converted client_tp_done to bitfield. quic
Wed, 13 Oct 2021 14:48:33 +0300 Vladimir Homutov QUIC: fixed removal of unused client IDs. quic
Wed, 03 Nov 2021 13:36:21 +0300 Vladimir Homutov QUIC: connections with wrong ALPN protocols are now rejected. quic
Thu, 07 Oct 2021 13:48:29 +0300 Vladimir Homutov QUIC: refactored packet creation. quic
Thu, 07 Oct 2021 12:24:47 +0300 Vladimir Homutov QUIC: removed unused argument in ngx_quic_create_short_header(). quic
Thu, 30 Sep 2021 12:02:29 +0300 Vladimir Homutov QUIC: added function to initialize packet. quic
Fri, 22 Oct 2021 12:59:44 +0300 Vladimir Homutov QUIC: fixed processing of minimum packet size. quic
Thu, 23 Sep 2021 16:25:49 +0300 Vladimir Homutov QUIC: added shutdown support in stream proxy. quic
Wed, 03 Nov 2021 11:22:07 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 02 Nov 2021 17:49:22 +0300 Maxim Dounin release-1.21.4 tag
Tue, 02 Nov 2021 17:49:22 +0300 Maxim Dounin nginx-1.21.4-RELEASE release-1.21.4
Sat, 30 Oct 2021 02:39:19 +0300 Maxim Dounin Changed ngx_chain_update_chains() to test tag first (ticket #2248).
Fri, 29 Oct 2021 20:21:57 +0300 Maxim Dounin Changed default value of sendfile_max_chunk to 2m.
Fri, 29 Oct 2021 20:21:54 +0300 Maxim Dounin Upstream: sendfile_max_chunk support.
Fri, 29 Oct 2021 20:21:51 +0300 Maxim Dounin Fixed sendfile() limit handling on Linux.
Fri, 29 Oct 2021 20:21:48 +0300 Maxim Dounin Simplified sendfile_max_chunk handling.
Fri, 29 Oct 2021 20:21:43 +0300 Maxim Dounin Switched to using posted next events after sendfile_max_chunk.
Thu, 28 Oct 2021 14:14:25 +0300 Roman Arutyunyan Mp4: mp4_start_key_frame directive.
Thu, 28 Oct 2021 13:11:31 +0300 Roman Arutyunyan Mp4: added ngx_http_mp4_update_mdhd_atom() function.
Thu, 19 Aug 2021 20:51:27 +0300 Alexey Radkov Core: removed unnecessary restriction in hash initialization.
Mon, 25 Oct 2021 20:49:15 +0300 Maxim Dounin MIME: added image/avif type.
Thu, 21 Oct 2021 18:44:07 +0300 Maxim Dounin SSL: SSL_sendfile() support with kernel TLS.
Thu, 21 Oct 2021 18:43:13 +0300 Maxim Dounin Style: added missing "static" specifiers.
Thu, 21 Oct 2021 18:38:38 +0300 Maxim Dounin Removed CLOCK_MONOTONIC_COARSE support.
Wed, 20 Oct 2021 09:45:34 +0300 Vladimir Homutov Mail: connections with wrong ALPN protocols are now rejected.
Wed, 20 Oct 2021 09:50:02 +0300 Vladimir Homutov HTTP: connections with wrong ALPN protocols are now rejected.
Tue, 19 Oct 2021 12:19:59 +0300 Vladimir Homutov Stream: the "ssl_alpn" directive.
Thu, 14 Oct 2021 11:46:23 +0300 Vladimir Homutov SSL: added $ssl_alpn_protocol variable.
Fri, 15 Oct 2021 10:02:15 +0300 Vladimir Homutov HTTP/2: removed support for NPN.
Mon, 18 Oct 2021 16:46:59 +0300 Maxim Dounin Upstream: fixed logging level of upstream invalid header errors.
Tue, 12 Oct 2021 23:18:18 +0300 Maxim Dounin Synced ngx_http_subrequest() argument names (ticket #2255).
Thu, 07 Oct 2021 19:23:11 -0700 Awdhesh Mathpal Proxy: disabled keepalive on extra data in non-buffered mode.
Wed, 06 Oct 2021 18:01:42 +0300 Maxim Dounin Fixed $content_length cacheability with chunked (ticket #2252).
Wed, 22 Sep 2021 10:20:00 +0300 Vladimir Homutov Stream: added half-close support.
Fri, 10 Sep 2021 12:59:22 +0300 Roman Arutyunyan Request body: do not create temp file if there's nothing to write.
Tue, 14 Sep 2021 12:12:02 +0300 Roman Arutyunyan Version bump.
Tue, 26 Oct 2021 18:05:57 +0300 Sergey Kandaurov QUIC: style. quic
Tue, 26 Oct 2021 17:43:10 +0300 Sergey Kandaurov QUIC: speeding up processing 0-RTT. quic
Tue, 26 Oct 2021 17:43:10 +0300 Sergey Kandaurov QUIC: refactored OCSP validation in preparation for 0-RTT support. quic
Tue, 19 Oct 2021 14:32:50 +0300 Vladimir Homutov QUIC: switched to integer arithmetic in rtt calculations. quic
Fri, 15 Oct 2021 12:26:42 +0300 Vladimir Homutov QUIC: optimized ack range processing. quic
Wed, 13 Oct 2021 14:46:51 +0300 Roman Arutyunyan QUIC: limited the total number of frames. quic
Wed, 13 Oct 2021 14:41:46 +0300 Roman Arutyunyan QUIC: traffic-based flood detection. quic
Thu, 07 Oct 2021 13:22:42 +0300 Roman Arutyunyan HTTP/3: traffic-based flood detection. quic
Wed, 06 Oct 2021 14:51:16 +0300 Roman Arutyunyan HTTP/3: fixed request length calculation. quic
Wed, 06 Oct 2021 14:48:59 +0300 Roman Arutyunyan HTTP/3: removed client-side encoder support. quic
Tue, 12 Oct 2021 11:57:50 +0300 Martin Duke QUIC: attempt decrypt before checking for stateless reset. quic
Tue, 12 Oct 2021 11:56:49 +0300 Martin Duke QUIC: Check if CID has been used in stateless reset check quic
Tue, 21 Sep 2021 16:24:33 +0300 Roman Arutyunyan QUIC: send RESET_STREAM in response to STOP_SENDING. quic
Wed, 22 Sep 2021 14:02:56 +0300 Roman Arutyunyan QUIC: reset stream only once. quic
Mon, 27 Sep 2021 17:08:48 +0300 Roman Arutyunyan HTTP/3: reset streams with incomplete responses or timeouts. quic
Thu, 30 Sep 2021 17:14:42 +0300 Roman Arutyunyan Added r->response_sent flag. quic
Wed, 29 Sep 2021 15:06:28 +0300 Sergey Kandaurov Stream: fixed segfault when using SSL certificates with variables. quic
Wed, 29 Sep 2021 15:01:59 +0300 Sergey Kandaurov HTTP/3: fixed segfault when using SSL certificates with variables. quic
Wed, 29 Sep 2021 15:01:56 +0300 Sergey Kandaurov Stream: detect "listen .. quic" without TLSv1.3. quic
Wed, 29 Sep 2021 15:01:53 +0300 Sergey Kandaurov Fixed mismerge of ssl_reject_handshake in 71b7453fb11f. quic
Mon, 27 Sep 2021 17:42:53 +0300 Sergey Kandaurov HTTP/3: fixed server push after ea9b645472b5. quic
Mon, 27 Sep 2021 15:38:55 +0300 Sergey Kandaurov QUIC: moved a variable initialization near to its use. quic
Mon, 27 Sep 2021 10:10:38 +0300 Ruslan Ermilov Configure: fixed QUIC support test. quic
Mon, 27 Sep 2021 10:10:37 +0300 Ruslan Ermilov Configure: check for QUIC 0-RTT support at compile time. quic
Wed, 22 Sep 2021 14:10:43 +0300 Sergey Kandaurov HTTP/3: fixed null pointer dereference with server push. quic
Wed, 22 Sep 2021 14:08:21 +0300 Roman Arutyunyan HTTP/3: fixed ngx_stat_active counter. quic
Fri, 17 Sep 2021 15:28:31 +0300 Roman Arutyunyan HTTP/3: fixed pushed request finalization in case of error. quic
Wed, 22 Sep 2021 14:01:18 +0300 Sergey Kandaurov QUIC: set NGX_TCP_NODELAY_DISABLED for fake stream connections. quic
Tue, 21 Sep 2021 18:25:26 +0300 Roman Arutyunyan QUIC: simplified stream fd initialization. quic
Tue, 21 Sep 2021 14:46:30 +0300 Ruslan Ermilov Configure: USE_OPENSSL_QUIC=YES implies USE_OPENSSL=YES. quic
Tue, 21 Sep 2021 14:46:25 +0300 Ruslan Ermilov Configure: ordered directories. quic
Tue, 21 Sep 2021 14:46:17 +0300 Ruslan Ermilov Configure: simplified condition. quic
Fri, 17 Sep 2021 16:32:23 +0300 Roman Arutyunyan HTTP/3: make ngx_http_log_error() static again. quic
Thu, 09 Sep 2021 16:55:00 +0300 Roman Arutyunyan QUIC: separate event handling functions. quic
Thu, 16 Sep 2021 13:13:22 +0300 Sergey Kandaurov HTTP/3: added CONNECT and TRACE methods rejection. quic
Tue, 14 Sep 2021 12:09:13 +0300 Ruslan Ermilov Removed NGX_OPENSSL_QUIC macro, NGX_QUIC is enough. quic
Mon, 13 Sep 2021 16:25:37 +0300 Sergey Kandaurov HTTP/3: added debug logging of response fields. quic
Mon, 13 Sep 2021 16:25:32 +0300 Sergey Kandaurov HTTP/3: Huffman encoding for the Location response field. quic
Mon, 13 Sep 2021 16:25:31 +0300 Sergey Kandaurov HTTP/3: Huffman encoding for the Last-Modified response field. quic
Mon, 13 Sep 2021 16:25:23 +0300 Sergey Kandaurov HTTP/3: Huffman encoding for the Content-Type response field. quic
Mon, 13 Sep 2021 16:25:08 +0300 Sergey Kandaurov HTTP/3: implemented QPACK Huffman encoding for response fields. quic
Thu, 09 Sep 2021 15:47:29 +0300 Roman Arutyunyan HTTP/3: reading body buffering in filters. quic
Thu, 09 Sep 2021 19:12:27 +0300 Sergey Kandaurov QUIC: removed Firefox workaround for trailing zeroes in datagrams. quic
Thu, 09 Sep 2021 15:40:08 +0300 Ruslan Ermilov QUIC: macro style. quic
Thu, 09 Sep 2021 15:34:00 +0300 Ruslan Ermilov Changed the OpenSSL QUIC support detection. quic
Wed, 08 Sep 2021 15:53:00 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 07 Sep 2021 18:21:03 +0300 Maxim Dounin release-1.21.3 tag
Tue, 07 Sep 2021 18:21:02 +0300 Maxim Dounin nginx-1.21.3-RELEASE release-1.21.3
Mon, 06 Sep 2021 14:54:50 +0300 Maxim Dounin HTTP/2: optimized processing of small DATA frames.
Mon, 06 Sep 2021 14:54:48 +0300 Maxim Dounin HTTP/2: fixed timers left after request body reading.
Mon, 06 Sep 2021 14:54:47 +0300 Maxim Dounin HTTP/2: fixed window updates when buffering in filters.
Thu, 02 Sep 2021 12:25:37 +0300 Roman Arutyunyan Fixed debug logging.
Fri, 03 Sep 2021 17:19:33 +0300 Roman Arutyunyan Version bump.
Mon, 06 Sep 2021 16:59:00 +0300 Roman Arutyunyan QUIC: store QUIC connection fd in stream fake connection. quic
Fri, 03 Sep 2021 14:23:50 +0300 Mariano Di Martino QUIC: fixed null pointer dereference in MAX_DATA handler. quic
Wed, 01 Sep 2021 11:12:23 +0300 Sergey Kandaurov README: HTTP/3 trailers are now supported. quic
Wed, 01 Sep 2021 10:57:25 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 31 Aug 2021 18:13:47 +0300 Maxim Dounin release-1.21.2 tag
Tue, 31 Aug 2021 18:13:46 +0300 Maxim Dounin nginx-1.21.2-RELEASE release-1.21.2
Tue, 31 Aug 2021 17:54:54 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Tue, 31 Aug 2021 16:44:13 +0300 Maxim Dounin HTTP/2: avoid memcpy() with NULL source and zero length.
Mon, 30 Aug 2021 14:45:21 +0300 Sergey Kandaurov Give GCC atomics precedence over deprecated Darwin atomic(3).
Sun, 29 Aug 2021 22:22:02 +0300 Maxim Dounin Request body: reading body buffering in filters.
Sun, 29 Aug 2021 22:21:03 +0300 Maxim Dounin Request body: introduced rb->last_saved flag.
Sun, 29 Aug 2021 22:20:54 +0300 Maxim Dounin Request body: added alert to catch duplicate body saving.
Sun, 29 Aug 2021 22:20:49 +0300 Maxim Dounin Request body: missing comments about initialization.
Sun, 29 Aug 2021 22:20:44 +0300 Maxim Dounin HTTP/2: improved handling of preread unbuffered requests.
Sun, 29 Aug 2021 22:20:38 +0300 Maxim Dounin HTTP/2: improved handling of END_STREAM in a separate DATA frame.
Sun, 29 Aug 2021 22:20:36 +0300 Maxim Dounin HTTP/2: reworked body reading to better match HTTP/1.x code.
Sun, 29 Aug 2021 22:20:34 +0300 Maxim Dounin HTTP/2: improved body reading logging.
Fri, 20 Aug 2021 03:53:56 +0300 Maxim Dounin Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).
Fri, 13 Aug 2021 03:57:47 -0400 Rob Mueller Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).
Mon, 16 Aug 2021 22:40:31 +0300 Maxim Dounin SSL: ciphers now set before loading certificates (ticket #2035).
Mon, 16 Aug 2021 16:36:08 +0300 Maxim Dounin Dark mode support in welcome and 50x error pages.
Mon, 16 Aug 2021 16:36:06 +0300 Maxim Dounin Welcome and 50x error pages style.
Tue, 10 Aug 2021 23:43:17 +0300 Sergey Kandaurov SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.
Tue, 10 Aug 2021 23:43:17 +0300 Sergey Kandaurov SSL: removed export ciphers support.
Tue, 10 Aug 2021 23:43:17 +0300 Sergey Kandaurov SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: silenced warnings when building with OpenSSL 3.0.
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.
Tue, 10 Aug 2021 23:43:16 +0300 Sergey Kandaurov SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.
Tue, 10 Aug 2021 23:42:59 +0300 Sergey Kandaurov SSL: RSA data type is deprecated in OpenSSL 3.0.
Mon, 09 Aug 2021 18:12:12 +0300 Sergey Kandaurov Disabled HTTP/1.0 requests with Transfer-Encoding.
Wed, 04 Aug 2021 21:27:51 +0300 Sergey Kandaurov SSL: SSL_CTX_set_tmp_dh() error handling.
Tue, 03 Aug 2021 20:50:30 +0300 Maxim Dounin SSL: set events ready flags after handshake.
Tue, 03 Aug 2021 20:50:08 +0300 Maxim Dounin Version bump.
Thu, 08 Jul 2021 21:52:47 +0300 Roman Arutyunyan HTTP/3: bulk parse functions. quic
Tue, 24 Aug 2021 14:41:31 +0300 Sergey Kandaurov QUIC: Stateless Reset Token debug logging cleanup. quic
Tue, 24 Aug 2021 14:40:33 +0300 Sergey Kandaurov QUIC: removed duplicate logging of Stateless Reset Token. quic
Tue, 24 Aug 2021 13:03:48 +0300 Sergey Kandaurov HTTP/3: fixed dead store assignment. quic
Tue, 24 Aug 2021 13:03:46 +0300 Sergey Kandaurov QUIC: fixed dead store assignment. quic
Tue, 17 Aug 2021 11:41:11 +0300 Sergey Kandaurov QUIC: fixed format specifiers in ngx_quic_bpf module. quic
Tue, 10 Aug 2021 12:35:12 +0300 Sergey Kandaurov HTTP/3: disabled control characters and space in header names. quic
Thu, 05 Aug 2021 11:13:29 +0300 Vladimir Homutov QUIC: better ordering in auto/modules. quic
Thu, 05 Aug 2021 11:09:13 +0300 Vladimir Homutov HTTP/3: got rid of HTTP/2 module dependency. quic
Wed, 04 Aug 2021 17:35:11 +0300 Roman Arutyunyan HTTP/3: replaced macros with values. quic
Thu, 05 Aug 2021 09:20:32 +0300 Roman Arutyunyan QUIC: asynchronous shutdown. quic
Wed, 04 Aug 2021 15:49:18 +0300 Sergey Kandaurov QUIC: client certificate validation with OCSP. quic
Thu, 29 Jul 2021 16:01:37 +0300 Roman Arutyunyan HTTP/3: close connection on keepalive_requests * 2. quic
Mon, 02 Aug 2021 15:48:21 +0300 Roman Arutyunyan QUIC: stream limits in "hq" mode. quic
Thu, 29 Jul 2021 12:17:56 +0300 Roman Arutyunyan HTTP/3: http3_max_uni_streams directive. quic
Thu, 29 Jul 2021 12:49:16 +0300 Roman Arutyunyan QUIC: limit in-flight bytes by congestion window. quic
Wed, 28 Jul 2021 17:23:18 +0300 Vladimir Homutov QUIC: handle EAGAIN properly on UDP sockets. quic
Thu, 29 Jul 2021 10:03:36 +0300 Roman Arutyunyan HTTP/3: require mandatory uni streams before additional ones. quic
Wed, 28 Jul 2021 13:21:47 +0300 Roman Arutyunyan QUIC: eliminated stream type from ngx_quic_stream_frame_t. quic
Fri, 23 Jul 2021 11:25:16 +0300 Vladimir Homutov QUIC: updated README with GSO details. quic
Fri, 16 Jul 2021 15:43:01 +0300 Roman Arutyunyan HTTP/3: use request pool instead of connection pool. quic
Tue, 13 Jul 2021 22:44:03 +0300 Roman Arutyunyan HTTP/3: response trailers support. quic
Thu, 22 Jul 2021 15:00:37 +0300 Sergey Kandaurov QUIC: avoid processing 1-RTT with incomplete handshake in OpenSSL. quic
Tue, 20 Jul 2021 12:37:12 +0300 Vladimir Homutov QUIC: the "quic_gso" directive. quic
Tue, 20 Jul 2021 12:04:58 +0300 Vladimir Homutov Core: fixed errno clobbering in ngx_sendmsg(). quic
Thu, 15 Jul 2021 16:28:21 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 06 Jul 2021 17:59:17 +0300 Maxim Dounin release-1.21.1 tag
Tue, 06 Jul 2021 17:59:16 +0300 Maxim Dounin nginx-1.21.1-RELEASE release-1.21.1
Mon, 05 Jul 2021 13:26:49 +0300 Ruslan Ermilov Win32: use only preallocated memory in send/recv chain functions.
Mon, 05 Jul 2021 13:09:23 +0300 Ruslan Ermilov Use only preallocated memory in ngx_readv_chain() (ticket #1408).
Mon, 28 Jun 2021 18:01:24 +0300 Maxim Dounin Disabled control characters in the Host header.
Mon, 28 Jun 2021 18:01:20 +0300 Maxim Dounin Improved logging of invalid headers.
Mon, 28 Jun 2021 18:01:18 +0300 Maxim Dounin Disabled control characters and space in header names.
Mon, 28 Jun 2021 18:01:15 +0300 Maxim Dounin Disabled control characters in URIs.
Mon, 28 Jun 2021 18:01:13 +0300 Maxim Dounin Disabled spaces in URIs (ticket #196).
Mon, 28 Jun 2021 18:01:11 +0300 Maxim Dounin Core: escaping of chars not allowed in URIs per RFC 3986.
Mon, 28 Jun 2021 18:01:09 +0300 Maxim Dounin Core: fixed comment about escaping in arguments.
Mon, 28 Jun 2021 18:01:06 +0300 Maxim Dounin Disabled requests with both Content-Length and Transfer-Encoding.
Mon, 28 Jun 2021 18:01:04 +0300 Maxim Dounin Added CONNECT method rejection.
Mon, 28 Jun 2021 18:01:00 +0300 Maxim Dounin Moved TRACE method rejection to a better place.
Mon, 21 Jun 2021 09:42:43 +0300 Vladimir Homutov Core: added the ngx_rbtree_data() macro.
Fri, 18 Jun 2021 04:00:21 +0300 Maxim Dounin Fixed format strings for ngx_win32_version.
Thu, 17 Jun 2021 11:44:06 +0300 Sergey Kandaurov gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.
Thu, 17 Jun 2021 11:43:55 +0300 Sergey Kandaurov gRPC: handling GOAWAY with a higher last stream identifier.
Tue, 01 Jun 2021 17:37:51 +0300 Maxim Dounin Fixed SSL logging with lingering close.
Tue, 01 Jun 2021 17:37:49 +0300 Maxim Dounin SSL: ngx_ssl_shutdown() rework.
Sun, 30 May 2021 12:26:00 +0300 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Mon, 31 May 2021 16:36:51 +0300 Maxim Dounin Core: disabled SO_REUSEADDR on UDP sockets while testing config.
Mon, 31 May 2021 16:36:37 +0300 Maxim Dounin Core: disabled cloning sockets when testing config (ticket #2188).
Mon, 31 May 2021 16:36:12 +0300 Maxim Dounin Version bump.
Thu, 15 Jul 2021 14:22:54 +0300 Vladimir Homutov Core: added separate function for local source address cmsg. quic
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
Tue, 25 May 2021 15:35:38 +0300 Maxim Dounin release-1.20.1 tag stable-1.20
Tue, 25 May 2021 15:35:38 +0300 Maxim Dounin nginx-1.20.1-RELEASE stable-1.20 release-1.20.1
Tue, 25 May 2021 15:17:50 +0300 Maxim Dounin Resolver: explicit check for compression pointers in question. stable-1.20
Tue, 25 May 2021 15:17:45 +0300 Maxim Dounin Resolver: simplified ngx_resolver_copy(). stable-1.20
Tue, 25 May 2021 15:17:43 +0300 Maxim Dounin Resolver: reworked ngx_resolver_copy() copy loop. stable-1.20
Tue, 25 May 2021 15:17:41 +0300 Maxim Dounin Resolver: fixed label types handling in ngx_resolver_copy(). stable-1.20
Tue, 25 May 2021 15:17:38 +0300 Maxim Dounin Resolver: fixed off-by-one read in ngx_resolver_copy(). stable-1.20
Tue, 25 May 2021 15:17:36 +0300 Maxim Dounin Resolver: fixed off-by-one write in ngx_resolver_copy(). stable-1.20
Tue, 25 May 2021 15:29:54 +0300 Maxim Dounin Version bump. stable-1.20
Tue, 25 May 2021 15:28:56 +0300 Maxim Dounin release-1.21.0 tag
Tue, 25 May 2021 15:28:55 +0300 Maxim Dounin nginx-1.21.0-RELEASE release-1.21.0
Tue, 25 May 2021 15:17:50 +0300 Maxim Dounin Resolver: explicit check for compression pointers in question.
Tue, 25 May 2021 15:17:45 +0300 Maxim Dounin Resolver: simplified ngx_resolver_copy().
Tue, 25 May 2021 15:17:43 +0300 Maxim Dounin Resolver: reworked ngx_resolver_copy() copy loop.
Tue, 25 May 2021 15:17:41 +0300 Maxim Dounin Resolver: fixed label types handling in ngx_resolver_copy().
Tue, 25 May 2021 15:17:38 +0300 Maxim Dounin Resolver: fixed off-by-one read in ngx_resolver_copy().
Tue, 25 May 2021 15:17:36 +0300 Maxim Dounin Resolver: fixed off-by-one write in ngx_resolver_copy().
Mon, 24 May 2021 21:55:20 +0300 Ruslan Ermilov Location header escaping in redirects (ticket #882).
Mon, 24 May 2021 18:23:42 +0300 Maxim Dounin Fixed log action when using SSL certificates with variables.
Thu, 20 May 2021 19:59:16 +0300 Ruslan Ermilov Stream: the "fastopen" parameter of the "listen" directive.
Wed, 19 May 2021 16:24:13 +0300 Ruslan Ermilov Core: fixed comment about msie_refresh escaping.
Wed, 19 May 2021 03:13:31 +0300 Maxim Dounin Mail: max_errors directive.
Wed, 19 May 2021 03:13:28 +0300 Maxim Dounin Mail: IMAP pipelining support.
Wed, 19 May 2021 03:13:26 +0300 Maxim Dounin Mail: stricter checking of IMAP tags.
Wed, 19 May 2021 03:13:23 +0300 Maxim Dounin Mail: fixed backslash handling in IMAP literals.
Wed, 19 May 2021 03:13:22 +0300 Maxim Dounin Mail: removed dead s->arg_start handling.
Wed, 19 May 2021 03:13:20 +0300 Maxim Dounin Mail: fixed s->arg_start clearing on invalid IMAP commands.
Wed, 19 May 2021 03:13:18 +0300 Maxim Dounin Mail: POP3 pipelining support.
Wed, 19 May 2021 03:13:17 +0300 Maxim Dounin Mail: optimized discarding invalid SMTP commands.
Wed, 19 May 2021 03:13:15 +0300 Maxim Dounin Mail: fixed handling of invalid SMTP commands split between reads.
Wed, 19 May 2021 03:13:12 +0300 Maxim Dounin Mail: fixed SMTP pipelining to send the response immediately.
Sat, 08 May 2021 20:31:03 +0300 Maxim Dounin MIME: added application/wasm type (ticket #1606).
Thu, 06 May 2021 02:22:09 +0300 Maxim Dounin Upstream: variables support in certificates.
Thu, 06 May 2021 02:22:07 +0300 Maxim Dounin Auth basic: changed alcf->user_file to be a pointer.
Thu, 06 May 2021 02:22:03 +0300 Maxim Dounin Changed complex value slots to use NGX_CONF_UNSET_PTR.
Thu, 22 Apr 2021 16:12:52 +0300 Ruslan Ermilov Restored zeroing of ngx_channel_t in ngx_pass_open_channel().
Wed, 21 Apr 2021 23:24:59 +0300 Maxim Dounin Mail: fixed reading with fully filled buffer (ticket #2159).
Wed, 21 Apr 2021 23:24:48 +0300 Maxim Dounin Version bump.
Tue, 20 Apr 2021 16:35:47 +0300 Maxim Dounin release-1.20.0 tag stable-1.20
Tue, 20 Apr 2021 16:35:46 +0300 Maxim Dounin nginx-1.20.0-RELEASE stable-1.20 release-1.20.0
Tue, 20 Apr 2021 16:06:58 +0300 Maxim Dounin Stable branch. stable-1.20
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
Tue, 13 Apr 2021 14:41:20 +0300 Vladimir Homutov QUIC: separate files for output and ack related processing. quic
Tue, 13 Apr 2021 14:40:00 +0300 Vladimir Homutov QUIC: separate files for stream related processing. quic
Tue, 13 Apr 2021 14:38:46 +0300 Vladimir Homutov QUIC: separate files for frames related processing. quic
Tue, 13 Apr 2021 14:37:41 +0300 Vladimir Homutov QUIC: separate files for connection id related processing. quic
Wed, 14 Apr 2021 14:47:37 +0300 Vladimir Homutov QUIC: headers cleanup. quic
Fri, 09 Apr 2021 11:33:10 +0300 Vladimir Homutov QUIC: separate function for connection ids initialization. quic
Wed, 07 Apr 2021 13:09:26 +0300 Vladimir Homutov QUIC: fixed ngx_quic_send_ack_range() function. quic
Mon, 05 Apr 2021 11:35:46 +0300 Vladimir Homutov QUIC: fixed debug message macro. quic
Mon, 05 Apr 2021 11:31:03 +0300 Vladimir Homutov QUIC: added error codes and messages from latest drafts. quic
Fri, 16 Apr 2021 19:42:03 +0300 Sergey Kandaurov HTTP/3: keepalive_time support. quic
Fri, 16 Apr 2021 19:35:55 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 13 Apr 2021 18:13:59 +0300 Maxim Dounin release-1.19.10 tag
Tue, 13 Apr 2021 18:13:58 +0300 Maxim Dounin nginx-1.19.10-RELEASE release-1.19.10
Thu, 08 Apr 2021 00:16:30 +0300 Maxim Dounin Changed keepalive_requests default to 1000 (ticket #2155).
Thu, 08 Apr 2021 00:16:17 +0300 Maxim Dounin Added $connection_time variable.
Thu, 08 Apr 2021 00:15:48 +0300 Maxim Dounin Introduced the "keepalive_time" directive.
Wed, 07 Apr 2021 02:03:29 +0300 Maxim Dounin HTTP/2: relaxed PRIORITY frames limit.
Mon, 05 Apr 2021 20:14:16 +0300 Maxim Dounin Configure: fixed --test-build-epoll on FreeBSD 13.
Mon, 05 Apr 2021 04:07:17 +0300 Maxim Dounin Gzip: updated handling of zlib variant from Intel.
Mon, 05 Apr 2021 04:06:58 +0300 Maxim Dounin Gzip: support for zlib-ng.
Mon, 05 Apr 2021 04:03:10 +0300 Maxim Dounin Version bump.
Mon, 12 Apr 2021 12:30:30 +0300 Sergey Kandaurov HTTP/3: removed h3scf->quic leftover after 0d2b2664b41c. quic
Wed, 07 Apr 2021 15:14:41 +0300 Sergey Kandaurov QUIC: fixed memory leak in ngx_hkdf_extract()/ngx_hkdf_expand(). quic
Tue, 23 Mar 2021 11:58:43 +0300 Vladimir Homutov QUIC: PATH_CHALLENGE frame creation. quic
Wed, 31 Mar 2021 14:57:15 +0300 Vladimir Homutov QUIC: distinct files for connection migration. quic
Wed, 31 Mar 2021 14:56:16 +0300 Vladimir Homutov QUIC: separate header for ngx_quic_connection_t. quic
Fri, 02 Apr 2021 11:31:37 +0300 Vladimir Homutov QUIC: simplified quic connection dispatching. quic
Fri, 02 Apr 2021 18:58:19 +0300 Vladimir Homutov UDP: extended datagram context. quic
Tue, 30 Mar 2021 14:33:43 +0300 Vladimir Homutov QUIC: fixed udp buffer initialization. quic
Tue, 30 Mar 2021 14:33:47 +0300 Roman Arutyunyan QUIC: do not handle empty dcid. quic
Thu, 11 Mar 2021 15:22:18 +0300 Roman Arutyunyan QUIC: do not reallocate c->sockaddr. quic
Thu, 11 Mar 2021 15:25:11 +0300 Roman Arutyunyan QUIC: do not copy input data. quic
Wed, 31 Mar 2021 21:43:17 +0300 Sergey Kandaurov QUIC: HKDF API compatibility with OpenSSL master branch. quic
Tue, 30 Mar 2021 23:34:51 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 30 Mar 2021 17:47:11 +0300 Maxim Dounin release-1.19.9 tag
Tue, 30 Mar 2021 17:47:11 +0300 Maxim Dounin nginx-1.19.9-RELEASE release-1.19.9
Tue, 30 Mar 2021 17:44:36 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Sun, 28 Mar 2021 17:45:39 +0300 Maxim Dounin Fixed handling of already closed connections.
Sun, 28 Mar 2021 17:45:37 +0300 Maxim Dounin Upstream: fixed broken connection check with eventport.
Sun, 28 Mar 2021 17:45:35 +0300 Maxim Dounin Upstream: fixed non-buffered proxying with eventport.
Sun, 28 Mar 2021 17:45:31 +0300 Maxim Dounin Resolver: added missing event handling after reading.
Sun, 28 Mar 2021 17:45:29 +0300 Maxim Dounin Events: fixed "port_dissociate() failed" alerts with eventport.
Fri, 26 Mar 2021 01:44:59 +0300 Maxim Dounin Events: fixed expiration of timers in the past.
Fri, 26 Mar 2021 01:44:57 +0300 Maxim Dounin HTTP/2: improved handling of "keepalive_timeout 0".
Wed, 24 Mar 2021 14:03:33 +0300 Sergey Kandaurov Cancel keepalive and lingering close on EOF better (ticket #2145).
Tue, 23 Mar 2021 16:52:23 +0300 Maxim Dounin gRPC: fixed handling of padding on DATA frames.
Thu, 11 Mar 2021 09:58:45 +0300 Ruslan Ermilov Removed "ch" argument from ngx_pass_open_channel().
Thu, 11 Mar 2021 04:46:26 +0300 Maxim Dounin Mail: fixed build without SSL.
Thu, 11 Mar 2021 04:46:22 +0300 Maxim Dounin Version bump.
Mon, 15 Mar 2021 16:25:54 +0300 Roman Arutyunyan HTTP/3: fixed $connection_requests. quic
Mon, 22 Mar 2021 15:51:14 +0300 Roman Arutyunyan HTTP/3: set initial_max_streams_uni default value to 3. quic
Tue, 30 Mar 2021 16:48:38 +0300 Roman Arutyunyan HTTP/3: keepalive timeout. quic
Mon, 15 Mar 2021 16:39:33 +0300 Roman Arutyunyan QUIC: connection shutdown. quic
Mon, 15 Mar 2021 19:26:04 +0300 Roman Arutyunyan HTTP/3: send GOAWAY when last request is accepted. quic
Tue, 23 Mar 2021 10:58:18 +0300 Vladimir Homutov Core: fixed build with BPF on non-64bit platforms (ticket #2152). quic
Tue, 16 Mar 2021 18:17:25 +0300 Vladimir Homutov QUIC: bpf code regenerated. quic
Mon, 15 Mar 2021 19:05:38 +0300 Vladimir Homutov QUIC: fixed key extraction in bpf. quic
Tue, 16 Mar 2021 13:48:29 +0300 Sergey Kandaurov HTTP/3: do not push until a MAX_PUSH_ID frame is received. quic
Tue, 16 Mar 2021 13:48:28 +0300 Sergey Kandaurov QUIC: fixed hq ALPN id for the final draft. quic
Tue, 16 Mar 2021 13:48:28 +0300 Sergey Kandaurov QUIC: fixed expected TLS codepoint with final draft and BoringSSL. quic
Thu, 11 Mar 2021 14:43:01 +0300 Vladimir Homutov QUIC: added error handling to ngx_hkdf_extract()/ngx_hkdf_expand(). quic
Wed, 10 Mar 2021 17:56:34 +0300 Sergey Kandaurov HTTP/3: fixed server push. quic
Wed, 10 Mar 2021 15:39:01 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 09 Mar 2021 18:27:51 +0300 Maxim Dounin release-1.19.8 tag
Tue, 09 Mar 2021 18:27:50 +0300 Maxim Dounin nginx-1.19.8-RELEASE release-1.19.8
Tue, 09 Mar 2021 16:38:55 +0300 Maxim Dounin Updated OpenSSL used for win32 builds.
Fri, 05 Mar 2021 17:16:32 +0300 Maxim Dounin Mail: sending of the PROXY protocol to backends.
Fri, 05 Mar 2021 17:16:29 +0300 Maxim Dounin Mail: realip module.
Fri, 05 Mar 2021 17:16:24 +0300 Maxim Dounin Mail: parsing of the PROXY protocol from clients.
Fri, 05 Mar 2021 17:16:23 +0300 Maxim Dounin Mail: made auth http creating request easier to extend.
Fri, 05 Mar 2021 17:16:20 +0300 Maxim Dounin Mail: fixed log action after SSL handshake.
Fri, 05 Mar 2021 17:16:19 +0300 Maxim Dounin Mail: postponed session initialization under accept mutex.
Fri, 05 Mar 2021 17:16:17 +0300 Maxim Dounin Mail: added missing event handling after reading data.
Fri, 05 Mar 2021 17:16:16 +0300 Maxim Dounin Mail: added missing event handling after blocking events.
Fri, 05 Mar 2021 17:16:15 +0300 Maxim Dounin Events: fixed eventport handling in ngx_handle_read_event().
Fri, 05 Mar 2021 17:16:13 +0300 Maxim Dounin SSL: fixed build by Sun C with old OpenSSL versions.
Tue, 02 Mar 2021 00:58:24 +0300 Ruslan Ermilov Proxy: variables support in "proxy_cookie_flags" flags.
Mon, 01 Mar 2021 20:00:45 +0300 Maxim Dounin Introduced strerrordesc_np() support.
Mon, 01 Mar 2021 20:00:43 +0300 Maxim Dounin Improved maximum errno detection.
Mon, 01 Mar 2021 17:31:28 +0300 Maxim Dounin HTTP/2: client_header_timeout before first request (ticket #2142).
Thu, 25 Feb 2021 23:42:25 +0300 Maxim Dounin Contrib: vim syntax, default highlighting (ticket #2141).
Sat, 20 Feb 2021 18:03:04 +0300 Maxim Dounin SSL: added check for debugging.
Sat, 20 Feb 2021 18:02:54 +0300 Maxim Dounin SSL: added missed error reporting during variables evaluation.
Sat, 20 Feb 2021 18:02:49 +0300 Maxim Dounin SSL: X509_NAME_oneline() error handling.
Sat, 20 Feb 2021 12:44:26 +0300 Ruslan Ermilov Configure: marked top-level make targets as phony.
Sat, 20 Feb 2021 12:44:07 +0300 Ruslan Ermilov Version bump.
Sun, 07 Mar 2021 00:23:25 +0300 Sergey Kandaurov README: http3_max_field_size was removed in ae2e68f206f9. quic
Sun, 07 Mar 2021 00:23:23 +0300 Sergey Kandaurov README: bump browsers' version after 81bb3a690c10 (old drafts rip). quic
Fri, 19 Feb 2021 17:27:41 +0300 Sergey Kandaurov Updated the list of supported drafts. quic
Fri, 19 Feb 2021 17:27:19 +0300 Sergey Kandaurov QUIC: multiple versions support. quic
Thu, 18 Feb 2021 19:21:09 +0300 Sergey Kandaurov QUIC: removed support prior to draft-29. quic
Thu, 18 Feb 2021 12:22:28 +0300 Roman Arutyunyan QUIC: set idle timer when sending an ack-eliciting packet. quic
Wed, 17 Feb 2021 11:58:32 +0300 Roman Arutyunyan HTTP/3: limited client header size. quic
Wed, 17 Feb 2021 15:56:34 +0300 Roman Arutyunyan HTTP/3: introduced ngx_http_v3_parse_t structure. quic
Tue, 16 Feb 2021 18:50:01 +0300 Roman Arutyunyan HTTP/3: removed http3_max_field_size. quic
Wed, 17 Feb 2021 14:48:35 +0300 Sergey Kandaurov Merged with the default branch. quic
Tue, 16 Feb 2021 18:57:18 +0300 Maxim Dounin release-1.19.7 tag
Tue, 16 Feb 2021 18:57:18 +0300 Maxim Dounin nginx-1.19.7-RELEASE release-1.19.7
Thu, 11 Feb 2021 21:52:26 +0300 Maxim Dounin HTTP/2: removed http2_max_field_size and http2_max_header_size.
Thu, 11 Feb 2021 21:52:24 +0300 Maxim Dounin HTTP/2: keepalive_timeout now armed once between requests.
Thu, 11 Feb 2021 21:52:23 +0300 Maxim Dounin HTTP/2: removed http2_idle_timeout and http2_max_requests.
Thu, 11 Feb 2021 21:52:20 +0300 Maxim Dounin HTTP/2: removed http2_recv_timeout.
Thu, 11 Feb 2021 21:52:19 +0300 Maxim Dounin HTTP/2: removed SPDY directives handling.
Thu, 11 Feb 2021 21:52:17 +0300 Maxim Dounin HTTP/2: fixed reusing connections with active requests.
Thu, 11 Feb 2021 21:52:12 +0300 Maxim Dounin HTTP/2: reuse of connections with incomplete frames.
Thu, 11 Feb 2021 21:52:11 +0300 Maxim Dounin Additional connections reuse.
Thu, 11 Feb 2021 21:52:09 +0300 Maxim Dounin Reuse of connections in lingering close.
Mon, 01 Feb 2021 16:42:50 +0300 Ruslan Ermilov HTTP/2: lingering close changed to handle NGX_AGAIN.
Tue, 26 Jan 2021 12:39:28 +0300 Sergey Kandaurov Clean up trailers in ngx_http_clean_header() as well.
Tue, 19 Jan 2021 20:35:17 +0300 Maxim Dounin Year 2021.
Tue, 19 Jan 2021 20:32:00 +0300 Maxim Dounin Core: removed post_accept_timeout.
Tue, 19 Jan 2021 20:21:12 +0300 Maxim Dounin Removed incorrect optimization of HEAD requests.
Tue, 12 Jan 2021 16:59:31 +0300 Maxim Dounin Upstream: fixed zero size buf alerts on extra data (ticket #2117).
Tue, 29 Dec 2020 13:13:57 +0200 Gena Makhomed Contrib: vim syntax, update core and 3rd party module directives.
Mon, 11 Jan 2021 22:06:27 +0300 Maxim Dounin Version bump.
Wed, 17 Feb 2021 14:25:07 +0300 Sergey Kandaurov QUIC: added ability to reset a stream. quic
Mon, 15 Feb 2021 14:54:28 +0300 Sergey Kandaurov QUIC: fixed indentation. quic
Mon, 15 Feb 2021 14:05:46 +0300 Vladimir Homutov QUIC: added check of client transport parameters. quic
Mon, 08 Feb 2021 20:48:25 +0300 Vladimir Homutov QUIC: updated list of transport parameters to be sent. quic
Wed, 10 Feb 2021 14:10:14 +0300 Vladimir Homutov QUIC: distinguish reserved transport parameters in logging. quic
Fri, 12 Feb 2021 14:51:53 +0300 Roman Arutyunyan QUIC: send PING frames on PTO expiration. quic