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