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