summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-09-06HTTP/2: fixed timers left after request body reading.Maxim Dounin1-12/+12
2021-09-06HTTP/2: fixed window updates when buffering in filters.Maxim Dounin1-2/+18
2021-09-03QUIC: fixed null pointer dereference in MAX_DATA handler.Mariano Di Martino1-1/+3
2021-09-02Fixed debug logging.Roman Arutyunyan1-2/+2
2021-09-03Version bump.Roman Arutyunyan1-2/+2
2021-09-01README: HTTP/3 trailers are now supported.Sergey Kandaurov1-1/+0
2021-09-01Merged with the default branch.Sergey Kandaurov22-226/+650
2021-08-31release-1.21.2 tagMaxim Dounin1-0/+1
2021-08-31nginx-1.21.2-RELEASErelease-1.21.2Maxim Dounin1-0/+107
2021-08-31Updated OpenSSL used for win32 builds.Maxim Dounin1-1/+1
2021-08-31HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin1-1/+3
2021-08-30Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov1-33/+33
2021-08-29Request body: reading body buffering in filters.Maxim Dounin3-26/+182
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin2-15/+54
2021-08-29Request body: added alert to catch duplicate body saving.Maxim Dounin1-0/+6
2021-08-29Request body: missing comments about initialization.Maxim Dounin1-0/+2
2021-08-29HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin1-1/+1
2021-08-29HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin1-0/+3
2021-08-29HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin1-62/+96
2021-08-29HTTP/2: improved body reading logging.Maxim Dounin1-0/+6
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin1-0/+4
2021-08-19Core: removed unnecessary restriction in hash initialization.Alexey Radkov1-0/+4
2021-10-25MIME: added image/avif type.Maxim Dounin1-0/+1
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin4-9/+211
2021-10-21Style: added missing "static" specifiers.Maxim Dounin2-4/+5
2021-10-21Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin1-4/+0
2021-10-20Mail: connections with wrong ALPN protocols are now rejected.Vladimir Homutov5-0/+62
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov1-7/+6
2021-10-19Stream: the "ssl_alpn" directive.Vladimir Homutov3-0/+121
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov4-0/+38
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov4-72/+9
2021-10-18Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin4-4/+4
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin1-2/+2
2021-10-07Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal1-0/+1
2021-10-06Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin1-0/+4
2021-09-22Stream: added half-close support.Vladimir Homutov2-0/+37
2021-09-10Request body: do not create temp file if there's nothing to write.Roman Arutyunyan1-1/+1
2021-09-14Version bump.Roman Arutyunyan1-2/+2
2021-08-13Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller1-2/+39
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin7-43/+43
2021-08-16Dark mode support in welcome and 50x error pages.Maxim Dounin2-0/+2
2021-08-16Welcome and 50x error pages style.Maxim Dounin2-10/+4
2021-08-10SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov1-5/+0
2021-08-10SSL: removed export ciphers support.Sergey Kandaurov2-36/+0
2021-08-10SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov1-0/+4
2021-08-10SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov1-0/+2
2021-08-10SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov2-1/+6
2021-08-10SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov1-1/+31
2021-08-10SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov1-0/+5
2021-08-10SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov2-1/+7