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
AgeCommit message (Expand)Author
2021-12-28Updated OpenSSL and PCRE used for win32 builds.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-25Configure: simplified PCRE compilation.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-12-20Contrib: vim syntax, update core and 3rd party module directives.Gena Makhomed
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-11-02release-1.21.4 tagMaxim Dounin
2021-11-02nginx-1.21.4-RELEASErelease-1.21.4Maxim Dounin
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-25MIME: added image/avif type.Maxim Dounin
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
2021-09-10Request body: do not create temp file if there's nothing to write.Roman Arutyunyan
2021-09-14Version bump.Roman Arutyunyan
2021-09-07release-1.21.3 tagMaxim Dounin
2021-09-07nginx-1.21.3-RELEASErelease-1.21.3Maxim Dounin
2021-09-06HTTP/2: optimized processing of small DATA frames.Maxim Dounin
2021-09-06HTTP/2: fixed timers left after request body reading.Maxim Dounin
2021-09-06HTTP/2: fixed window updates when buffering in filters.Maxim Dounin
2021-09-02Fixed debug logging.Roman Arutyunyan