summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* nginx-1.21.6-RELEASErelease-1.21.6Maxim Dounin2022-01-25-0/+38
* SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin2022-01-24-1/+15
* Contrib: vim syntax adjusted to save cpoptions (ticket #2276).Maxim Dounin2022-01-22-0/+6
* Core: simplify reader lock release.Pavel Pautov2022-01-19-15/+3
* SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov2022-01-17-0/+3
* Avoid sending "Connection: keep-alive" when shutting down.Maxim Dounin2022-01-11-0/+4
* Events: fixed balancing between workers with EPOLLEXCLUSIVE.Maxim Dounin2021-12-30-0/+64
* Version bump.Maxim Dounin2021-12-29-2/+2
* release-1.21.5 tagMaxim Dounin2021-12-28-0/+1
* nginx-1.21.5-RELEASErelease-1.21.5Maxim Dounin2021-12-28-0/+52
* Updated OpenSSL and PCRE used for win32 builds.Maxim Dounin2021-12-28-2/+2
* Support for sendfile(SF_NOCACHE).Maxim Dounin2021-12-27-4/+25
* SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin2021-12-27-2/+29
* Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin2021-12-27-174/+33
* Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin2021-12-27-13/+0
* Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin2021-12-25-2/+11
* PCRE2 and PCRE binary compatibility.Maxim Dounin2021-12-25-15/+48
* PCRE2 library support.Maxim Dounin2021-12-25-53/+574
* Configure: simplified PCRE compilation.Maxim Dounin2021-12-25-65/+8
* Core: ngx_regex.c style cleanup.Maxim Dounin2021-12-25-17/+17
* Core: fixed ngx_pcre_studies cleanup.Maxim Dounin2021-12-25-40/+43
* Moved Huffman coding out of HTTP/2.Ruslan Ermilov2021-12-21-45/+53
* Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed2021-12-20-1/+39
* HTTP/2: fixed sendfile() aio handling.Maxim Dounin2021-11-25-10/+65
* HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin2021-11-25-24/+58
* SSL: $ssl_curve (ticket #2135).Sergey Kandaurov2021-11-01-0/+44
* Version bump.Sergey Kandaurov2021-11-23-2/+2
* release-1.21.4 tagMaxim Dounin2021-11-02-0/+1
* nginx-1.21.4-RELEASErelease-1.21.4Maxim Dounin2021-11-02-0/+131
* Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin2021-10-30-4/+4
* Changed default value of sendfile_max_chunk to 2m.Maxim Dounin2021-10-29-1/+1
* Upstream: sendfile_max_chunk support.Maxim Dounin2021-10-29-3/+10
* Fixed sendfile() limit handling on Linux.Maxim Dounin2021-10-29-1/+3
* Simplified sendfile_max_chunk handling.Maxim Dounin2021-10-29-5/+1
* Switched to using posted next events after sendfile_max_chunk.Maxim Dounin2021-10-29-2/+1
* Mp4: mp4_start_key_frame directive.Roman Arutyunyan2021-10-28-27/+194
* Mp4: added ngx_http_mp4_update_mdhd_atom() function.Roman Arutyunyan2021-10-28-8/+32
* Core: removed unnecessary restriction in hash initialization.Alexey Radkov2021-08-19-0/+4
* MIME: added image/avif type.Maxim Dounin2021-10-25-0/+1
* SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin2021-10-21-9/+211
* Style: added missing "static" specifiers.Maxim Dounin2021-10-21-4/+5
* Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin2021-10-21-4/+0
* Mail: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20-0/+62
* HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov2021-10-20-7/+6
* Stream: the "ssl_alpn" directive.Vladimir Homutov2021-10-19-0/+121
* SSL: added $ssl_alpn_protocol variable.Vladimir Homutov2021-10-14-0/+38
* HTTP/2: removed support for NPN.Vladimir Homutov2021-10-15-72/+9
* Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin2021-10-18-4/+4
* Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin2021-10-12-2/+2
* Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal2021-10-07-0/+1