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-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
2021-09-03Version bump.Roman Arutyunyan
2021-08-31release-1.21.2 tagMaxim Dounin
2021-08-31nginx-1.21.2-RELEASErelease-1.21.2Maxim Dounin
2021-08-31Updated OpenSSL used for win32 builds.Maxim Dounin
2021-08-31HTTP/2: avoid memcpy() with NULL source and zero length.Maxim Dounin
2021-08-30Give GCC atomics precedence over deprecated Darwin atomic(3).Sergey Kandaurov
2021-08-29Request body: reading body buffering in filters.Maxim Dounin
2021-08-29Request body: introduced rb->last_saved flag.Maxim Dounin
2021-08-29Request body: added alert to catch duplicate body saving.Maxim Dounin
2021-08-29Request body: missing comments about initialization.Maxim Dounin
2021-08-29HTTP/2: improved handling of preread unbuffered requests.Maxim Dounin
2021-08-29HTTP/2: improved handling of END_STREAM in a separate DATA frame.Maxim Dounin
2021-08-29HTTP/2: reworked body reading to better match HTTP/1.x code.Maxim Dounin
2021-08-29HTTP/2: improved body reading logging.Maxim Dounin
2021-08-20Upstream: fixed timeouts with gRPC, SSL and select (ticket #2229).Maxim Dounin
2021-08-13Mail: Auth-SSL-Protocol and Auth-SSL-Cipher headers (ticket #2134).Rob Mueller
2021-08-16SSL: ciphers now set before loading certificates (ticket #2035).Maxim Dounin
2021-08-16Dark mode support in welcome and 50x error pages.Maxim Dounin