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
path: root/src
AgeCommit message (Expand)Author
2022-02-03HTTP/2: fixed closed_nodes overflow (ticket #1708).Maxim Dounin
2022-02-03HTTP/2: made it possible to flush response headers (ticket #1743).Maxim Dounin
2022-02-01Cache: fixed race in ngx_http_file_cache_forced_expire().Maxim Dounin
2022-01-26Core: added autotest for UDP segmentation offloading.Vladimir Homutov
2022-01-25Core: added function for local source address cmsg.Vladimir Homutov
2022-01-25Core: made the ngx_sendmsg() function non-static.Vladimir Homutov
2022-01-25Core: the ngx_event_udp.h header file.Vladimir Homutov
2022-01-27Version bump.Vladimir Homutov
2022-01-24SSL: always renewing tickets with TLSv1.3 (ticket #1892).Maxim Dounin
2022-01-20Core: simplify reader lock release.Pavel Pautov
2022-01-17SSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.Sergey Kandaurov
2022-01-11Avoid sending "Connection: keep-alive" when shutting down.Maxim Dounin
2021-12-30Events: fixed balancing between workers with EPOLLEXCLUSIVE.Maxim Dounin
2021-12-29Version bump.Maxim Dounin
2021-12-27Support for sendfile(SF_NOCACHE).Maxim Dounin
2021-12-27SSL: SSL_sendfile(SF_NODISKIO) support.Maxim Dounin
2021-12-27Simplified sendfile(SF_NODISKIO) usage.Maxim Dounin
2021-12-27Removed "aio sendfile", deprecated since 1.7.11.Maxim Dounin
2021-12-25Core: added NGX_REGEX_MULTILINE for 3rd party modules.Maxim Dounin
2021-12-25PCRE2 and PCRE binary compatibility.Maxim Dounin
2021-12-25PCRE2 library support.Maxim Dounin
2021-12-25Core: ngx_regex.c style cleanup.Maxim Dounin
2021-12-25Core: fixed ngx_pcre_studies cleanup.Maxim Dounin
2021-12-21Moved Huffman coding out of HTTP/2.Ruslan Ermilov
2021-11-25HTTP/2: fixed sendfile() aio handling.Maxim Dounin
2021-11-25HTTP/2: fixed "task already active" with sendfile in threads.Maxim Dounin
2021-11-01SSL: $ssl_curve (ticket #2135).Sergey Kandaurov
2021-11-23Version bump.Sergey Kandaurov
2021-10-30Changed ngx_chain_update_chains() to test tag first (ticket #2248).Maxim Dounin
2021-10-29Changed default value of sendfile_max_chunk to 2m.Maxim Dounin
2021-10-29Upstream: sendfile_max_chunk support.Maxim Dounin
2021-10-29Fixed sendfile() limit handling on Linux.Maxim Dounin
2021-10-29Simplified sendfile_max_chunk handling.Maxim Dounin
2021-10-29Switched to using posted next events after sendfile_max_chunk.Maxim Dounin
2021-10-28Mp4: mp4_start_key_frame directive.Roman Arutyunyan
2021-10-28Mp4: added ngx_http_mp4_update_mdhd_atom() function.Roman Arutyunyan
2021-08-19Core: removed unnecessary restriction in hash initialization.Alexey Radkov
2021-10-21SSL: SSL_sendfile() support with kernel TLS.Maxim Dounin
2021-10-21Style: added missing "static" specifiers.Maxim Dounin
2021-10-21Removed CLOCK_MONOTONIC_COARSE support.Maxim Dounin
2021-10-20Mail: connections with wrong ALPN protocols are now rejected.Vladimir Homutov
2021-10-20HTTP: connections with wrong ALPN protocols are now rejected.Vladimir Homutov
2021-10-19Stream: the "ssl_alpn" directive.Vladimir Homutov
2021-10-14SSL: added $ssl_alpn_protocol variable.Vladimir Homutov
2021-10-15HTTP/2: removed support for NPN.Vladimir Homutov
2021-10-18Upstream: fixed logging level of upstream invalid header errors.Maxim Dounin
2021-10-12Synced ngx_http_subrequest() argument names (ticket #2255).Maxim Dounin
2021-10-08Proxy: disabled keepalive on extra data in non-buffered mode.Awdhesh Mathpal
2021-10-06Fixed $content_length cacheability with chunked (ticket #2252).Maxim Dounin
2021-09-22Stream: added half-close support.Vladimir Homutov