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