summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov2021-08-041-1/+7
* SSL: set events ready flags after handshake.Maxim Dounin2021-08-031-0/+6
* Version bump.Maxim Dounin2021-08-031-2/+2
* release-1.21.1 tagMaxim Dounin2021-07-061-0/+1
* nginx-1.21.1-RELEASErelease-1.21.1Maxim Dounin2021-07-061-0/+119
* Win32: use only preallocated memory in send/recv chain functions.Ruslan Ermilov2021-07-052-12/+20
* Use only preallocated memory in ngx_readv_chain() (ticket #1408).Ruslan Ermilov2021-07-051-1/+1
* Disabled control characters in the Host header.Maxim Dounin2021-06-281-3/+4
* Improved logging of invalid headers.Maxim Dounin2021-06-286-13/+28
* Disabled control characters and space in header names.Maxim Dounin2021-06-283-4/+4
* Disabled control characters in URIs.Maxim Dounin2021-06-281-14/+28
* Disabled spaces in URIs (ticket #196).Maxim Dounin2021-06-284-70/+11
* Core: escaping of chars not allowed in URIs per RFC 3986.Maxim Dounin2021-06-281-16/+29
* Core: fixed comment about escaping in arguments.Maxim Dounin2021-06-281-1/+1
* Disabled requests with both Content-Length and Transfer-Encoding.Maxim Dounin2021-06-281-2/+9
* Added CONNECT method rejection.Maxim Dounin2021-06-284-17/+31
* Moved TRACE method rejection to a better place.Maxim Dounin2021-06-281-7/+7