Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-31nginx-1.21.2-RELEASErelease-1.21.2Maxim Dounin
2021-08-31Updated OpenSSL used for win32 builds.Maxim Dounin
2021-08-31HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin
2021-08-30Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov
2021-08-29Request body: reading body buffering in filters.Maxim Dounin
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin
2021-08-29Request body: added alert to catch duplicate body saving.Maxim Dounin
2021-08-29Request body: missing comments about initialization.Maxim Dounin
2021-08-29HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin
2021-08-29HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin
2021-08-29HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin
2021-08-29HTTP/2: improved body reading logging.Maxim Dounin
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin
2021-08-13Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin
2021-08-16Dark mode support in welcome and 50x error pages.Maxim Dounin
2021-08-16Welcome and 50x error pages style.Maxim Dounin
2021-08-10SSL: removed use of the SSL_OP_MSIE_SSLV2_RSA_PADDING option.Sergey Kandaurov
2021-08-10SSL: removed export ciphers support.Sergey Kandaurov
2021-08-10SSL: use of the SSL_OP_IGNORE_UNEXPECTED_EOF option.Sergey Kandaurov
2021-08-10SSL: silenced warnings when building with OpenSSL 3.0.Sergey Kandaurov
2021-08-10SSL: ERR_peek_error_line_data() compatibility with OpenSSL 3.0.Sergey Kandaurov
2021-08-10SSL: using SSL_CTX_set0_tmp_dh_pkey() with OpenSSL 3.0 in dhparam.Sergey Kandaurov
2021-08-10SSL: SSL_get_peer_certificate() is deprecated in OpenSSL 3.0.Sergey Kandaurov
2021-08-10SSL: RSA data type is deprecated in OpenSSL 3.0.Sergey Kandaurov
2021-08-09Disabled HTTP/1.0 requests with Transfer-Encoding.Sergey Kandaurov
2021-08-04SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov
2021-08-03SSL: set events ready flags after handshake.Maxim Dounin
2021-08-03Version bump.Maxim Dounin
2021-07-06release-1.21.1 tagMaxim Dounin
2021-07-06nginx-1.21.1-RELEASErelease-1.21.1Maxim Dounin
2021-07-05Win32: use only preallocated memory in send/recv chain functions.Ruslan Ermilov
2021-07-05Use only preallocated memory in ngx_readv_chain() (ticket #1408).Ruslan Ermilov
2021-06-28Disabled control characters in the Host header.Maxim Dounin
2021-06-28Improved logging of invalid headers.Maxim Dounin
2021-06-28Disabled control characters and space in header names.Maxim Dounin
2021-06-28Disabled control characters in URIs.Maxim Dounin
2021-06-28Disabled spaces in URIs (ticket #196).Maxim Dounin
2021-06-28Core: escaping of chars not allowed in URIs per RFC 3986.Maxim Dounin
2021-06-28Core: fixed comment about escaping in arguments.Maxim Dounin
2021-06-28Disabled requests with both Content-Length and Transfer-Encoding.Maxim Dounin
2021-06-28Added CONNECT method rejection.Maxim Dounin
2021-06-28Moved TRACE method rejection to a better place.Maxim Dounin
2021-06-21Core: added the ngx_rbtree_data() macro.Vladimir Homutov
2021-06-18Fixed format strings for ngx_win32_version.Maxim Dounin
2021-06-17gRPC: RST_STREAM(NO_ERROR) handling micro-optimization.Sergey Kandaurov
2021-06-17gRPC: handling GOAWAY with a higher last stream identifier.Sergey Kandaurov
2021-06-01Fixed SSL logging with lingering close.Maxim Dounin
2021-06-01SSL: ngx_ssl_shutdown() rework.Maxim Dounin
2021-05-30Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed