summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2021-10-21-9/+211
* Style: added missing "static" specifiers.Maxim Dounin2021-10-21-4/+5
* Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin2021-10-21-4/+0
* Mail: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20-0/+62
* HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20-7/+6
* Stream: the "ssl_alpn" directive.Vladimir Homutov2021-10-19-0/+121
* SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-14-0/+38
* HTTP/2: removed support for NPN.Vladimir Homutov2021-10-15-72/+9
* Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin2021-10-18-4/+4
* Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin2021-10-12-2/+2
* Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal2021-10-07-0/+1
* Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin2021-10-06-0/+4
* Stream: added half-close support.Vladimir Homutov2021-09-22-0/+37
* Request body: do not create temp file if there's nothing to write.Roman Arutyunyan2021-09-10-1/+1
* Version bump.Roman Arutyunyan2021-09-14-2/+2
* release-1.21.3 tagMaxim Dounin2021-09-07-0/+1
* nginx-1.21.3-RELEASErelease-1.21.3Maxim Dounin2021-09-07-0/+27
* HTTP/2: optimized processing of small DATA frames.Maxim Dounin2021-09-06-54/+12
* HTTP/2: fixed timers left after request body reading.Maxim Dounin2021-09-06-12/+12
* HTTP/2: fixed window updates when buffering in filters.Maxim Dounin2021-09-06-2/+18
* Fixed debug logging.Roman Arutyunyan2021-09-02-2/+2
* Version bump.Roman Arutyunyan2021-09-03-2/+2
* release-1.21.2 tagMaxim Dounin2021-08-31-0/+1
* nginx-1.21.2-RELEASErelease-1.21.2Maxim Dounin2021-08-31-0/+107
* Updated OpenSSL used for win32 builds.Maxim Dounin2021-08-31-1/+1
* HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin2021-08-31-1/+3
* Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov2021-08-30-33/+33
* Request body: reading body buffering in filters.Maxim Dounin2021-08-29-26/+182
* Request body: introduced rb->last_saved flag.Maxim Dounin2021-08-29-15/+54
* Request body: added alert to catch duplicate body saving.Maxim Dounin2021-08-29-0/+6
* Request body: missing comments about initialization.Maxim Dounin2021-08-29-0/+2
* HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin2021-08-29-1/+1
* HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin2021-08-29-0/+3
* HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin2021-08-29-62/+96
* HTTP/2: improved body reading logging.Maxim Dounin2021-08-29-0/+6
* Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin2021-08-20-0/+4
* Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller2021-08-13-2/+39
* SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin2021-08-16-43/+43
* Dark mode support in welcome and 50x error pages.Maxim Dounin2021-08-16-0/+2
* Welcome and 50x error pages style.Maxim Dounin2021-08-16-10/+4
* SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov2021-08-10-5/+0
* SSL: removed export ciphers support.Sergey Kandaurov2021-08-10-36/+0
* SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov2021-08-10-0/+4
* SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov2021-08-10-0/+2
* SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov2021-08-10-1/+6
* SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov2021-08-10-1/+31
* SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov2021-08-10-0/+5
* SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov2021-08-10-1/+7
* Disabled HTTP/1.0 requests with Transfer-Encoding.Sergey Kandaurov2021-08-09-0/+8
* SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov2021-08-04-1/+7