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-11-16release-1.20.2 tagbranches/stable-1.20Maxim Dounin
2021-11-16nginx-1.20.2-RELEASErelease-1.20.2Maxim Dounin
2021-10-30Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin
2021-10-06Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin
2021-08-31Updated OpenSSL used for win32 builds.Maxim Dounin
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin
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-04SSL: SSL_CTX_set_tmp_dh() error handling.Sergey Kandaurov
2021-08-03SSL: set events ready flags after handshake.Maxim Dounin
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-11-16Version bump.Maxim Dounin
2021-05-25release-1.20.1 tagMaxim Dounin
2021-05-25nginx-1.20.1-RELEASErelease-1.20.1Maxim Dounin
2021-05-25Resolver: explicit check for compression pointers in question.Maxim Dounin
2021-05-25Resolver: simplified ngx_resolver_copy().Maxim Dounin
2021-05-25Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin
2021-05-25Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin
2021-05-25Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin
2021-05-25Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin
2021-05-25Version bump.Maxim Dounin
2021-04-20release-1.20.0 tagMaxim Dounin
2021-04-20nginx-1.20.0-RELEASErelease-1.20.0Maxim Dounin
2021-04-20Stable branch.Maxim Dounin
2021-04-13release-1.19.10 tagMaxim Dounin
2021-04-13nginx-1.19.10-RELEASErelease-1.19.10Maxim Dounin
2021-04-08Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin
2021-04-08Added $connection_time variable.Maxim Dounin
2021-04-08Introduced the "keepalive_time" directive.Maxim Dounin
2021-04-07HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin
2021-04-05Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin
2021-04-05Gzip: updated handling of zlib variant from Intel.Maxim Dounin
2021-04-05Gzip: support for zlib-ng.Maxim Dounin
2021-04-05Version bump.Maxim Dounin
2021-03-30release-1.19.9 tagMaxim Dounin
2021-03-30nginx-1.19.9-RELEASErelease-1.19.9Maxim Dounin
2021-03-30Updated OpenSSL used for win32 builds.Maxim Dounin
2021-03-28Fixed handling of already closed connections.Maxim Dounin
2021-03-28Upstream: fixed broken connection check with eventport.Maxim Dounin
2021-03-28Upstream: fixed non-buffered proxying with eventport.Maxim Dounin
2021-03-28Resolver: added missing event handling after reading.Maxim Dounin
2021-03-28Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin
2021-03-26Events: fixed expiration of timers in the past.Maxim Dounin
2021-03-26HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin