summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* release-1.20.2 tagbranches/stable-1.20Maxim Dounin2021-11-161-0/+1
* nginx-1.20.2-RELEASErelease-1.20.2Maxim Dounin2021-11-161-0/+78
* Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin2021-10-301-4/+4
* Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin2021-10-061-0/+4
* Updated OpenSSL used for win32 builds.Maxim Dounin2021-08-311-1/+1
* Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin2021-08-201-0/+4
* 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
* 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
* gRPC: handling GOAWAY with a higher last stream identifier.Sergey Kandaurov2021-06-171-0/+9
* Fixed SSL logging with lingering close.Maxim Dounin2021-06-013-0/+9
* SSL: ngx_ssl_shutdown() rework.Maxim Dounin2021-06-011-22/+21
* Version bump.Maxim Dounin2021-11-161-2/+2
* release-1.20.1 tagMaxim Dounin2021-05-251-0/+1
* nginx-1.20.1-RELEASErelease-1.20.1Maxim Dounin2021-05-251-0/+26
* Resolver: explicit check for compression pointers in question.Maxim Dounin2021-05-251-0/+6
* Resolver: simplified ngx_resolver_copy().Maxim Dounin2021-05-251-8/+5
* Resolver: reworked ngx_resolver_copy() copy loop.Maxim Dounin2021-05-251-11/+7
* Resolver: fixed label types handling in ngx_resolver_copy().Maxim Dounin2021-05-251-0/+5
* Resolver: fixed off-by-one read in ngx_resolver_copy().Maxim Dounin2021-05-251-0/+5
* Resolver: fixed off-by-one write in ngx_resolver_copy().Maxim Dounin2021-05-251-4/+4
* Version bump.Maxim Dounin2021-05-251-2/+2
* release-1.20.0 tagMaxim Dounin2021-04-201-0/+1
* nginx-1.20.0-RELEASErelease-1.20.0Maxim Dounin2021-04-201-0/+14
* Stable branch.Maxim Dounin2021-04-201-2/+2
* release-1.19.10 tagMaxim Dounin2021-04-131-0/+1
* nginx-1.19.10-RELEASErelease-1.19.10Maxim Dounin2021-04-131-0/+43
* Changed keepalive_requests default to 1000 (ticket #2155).Maxim Dounin2021-04-082-2/+2
* Added $connection_time variable.Maxim Dounin2021-04-081-0/+30
* Introduced the "keepalive_time" directive.Maxim Dounin2021-04-0810-1/+46
* HTTP/2: relaxed PRIORITY frames limit.Maxim Dounin2021-04-071-1/+1
* Configure: fixed --test-build-epoll on FreeBSD 13.Maxim Dounin2021-04-052-23/+25
* Gzip: updated handling of zlib variant from Intel.Maxim Dounin2021-04-051-26/+9
* Gzip: support for zlib-ng.Maxim Dounin2021-04-051-2/+21
* Version bump.Maxim Dounin2021-04-051-2/+2
* release-1.19.9 tagMaxim Dounin2021-03-301-0/+1
* nginx-1.19.9-RELEASErelease-1.19.9Maxim Dounin2021-03-301-0/+62
* Updated OpenSSL used for win32 builds.Maxim Dounin2021-03-301-1/+1
* Fixed handling of already closed connections.Maxim Dounin2021-03-283-7/+22
* Upstream: fixed broken connection check with eventport.Maxim Dounin2021-03-281-0/+6
* Upstream: fixed non-buffered proxying with eventport.Maxim Dounin2021-03-281-3/+1
* Resolver: added missing event handling after reading.Maxim Dounin2021-03-281-2/+17
* Events: fixed "port_dissociate() failed" alerts with eventport.Maxim Dounin2021-03-281-1/+1
* Events: fixed expiration of timers in the past.Maxim Dounin2021-03-261-3/+1
* HTTP/2: improved handling of "keepalive_timeout 0".Maxim Dounin2021-03-261-1/+3