summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* SSL: logging level of "application data after close notify".branches/defaultSergey Kandaurov2022-02-08-0/+6
* Year 2022.Sergey Kandaurov2022-02-04-1/+1
* HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin2022-02-03-1/+1
* HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin2022-02-03-3/+14
* Cache: fixed race in ngx_http_file_cache_forced_expire().Maxim Dounin2022-02-01-0/+5
* Core: added autotest for UDP segmentation offloading.Vladimir Homutov2022-01-26-0/+20
* Core: added function for local source address cmsg.Vladimir Homutov2022-01-25-82/+77
* Core: made the ngx_sendmsg() function non-static.Vladimir Homutov2022-01-25-70/+127
* Core: the ngx_event_udp.h header file.Vladimir Homutov2022-01-25-7/+27
* Version bump.Vladimir Homutov2022-01-27-2/+2
* release-1.21.6 tagMaxim Dounin2022-01-25-0/+1
* 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