]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2022-06-02 Aleksei BavshinResolver: make TCP write timer event cancelable.
2022-05-23 Aleksei BavshinStream: don't flush empty buffers created for read...
2022-06-07 Maxim DouninMp4: fixed potential overflow in ngx_http_mp4_crop_stts...
2022-06-07 Sergey KandaurovUpstream: handling of certificates specified as an...
2022-06-06 Maxim DouninUpstream: fixed X-Accel-Expires/Cache-Control/Expires...
2022-05-30 Maxim DouninUpstream: fixed build without http cache (broken by...
2022-05-30 Maxim DouninHeaders filter: improved memory allocation error handling.
2022-05-30 Maxim DouninMultiple WWW-Authenticate headers with "satisfy any;".
2022-05-30 Maxim DouninAuth request: multiple WWW-Authenticate headers (ticket...
2022-05-30 Maxim DouninUpstream: multiple WWW-Authenticate headers (ticket...
2022-05-30 Maxim DouninUpstream: handling of multiple Vary headers (ticket...
2022-05-30 Maxim DouninUpstream: duplicate headers ignored or properly linked.
2022-05-30 Maxim DouninUpstream: header handlers can now return parsing errors.
2022-05-30 Maxim DouninUpstream: all known headers in u->headers_in are linked...
2022-05-30 Maxim DouninAll known output headers can be linked lists now.
2022-05-30 Maxim DouninUpstream: simplified Accept-Ranges handling.
2022-05-30 Maxim DouninUpstream: simplified Content-Encoding handling.
2022-05-30 Maxim DouninUpstream: style.
2022-05-30 Maxim DouninPerl: combining unknown headers during $r->header_in...
2022-05-30 Maxim DouninPerl: all known input headers are handled identically.
2022-05-30 Maxim DouninAll non-unique input headers are now linked lists.
2022-05-30 Maxim DouninReworked multi headers to use linked lists.
2022-05-30 Maxim DouninCombining unknown headers during variables lookup ...
2022-05-30 Maxim DouninUwsgi: combining headers with identical names (ticket...
2022-05-30 Maxim DouninSCGI: combining headers with identical names (ticket...
2022-05-30 Maxim DouninFastCGI: combining headers with identical names (ticket...
2022-05-30 Maxim DouninPerl: fixed $r->header_in("Connection").
2022-05-29 Marcus BallFixed runtime handling of systems without EPOLLRDHUP...
2022-05-29 Maxim DouninVersion bump.
2022-05-23 Maxim DouninUpdated OpenSSL and zlib used for win32 builds.
2022-04-29 Sergey KandaurovConfigure: recognize arm64 machine name as a synonym...
2022-02-08 Sergey KandaurovSSL: logging level of "application data after close...
2022-02-04 Sergey KandaurovYear 2022.
2022-02-03 Maxim DouninHTTP/2: fixed closed_nodes overflow (ticket #1708).
2022-02-02 Maxim DouninHTTP/2: made it possible to flush response headers...
2022-02-01 Maxim DouninCache: fixed race in ngx_http_file_cache_forced_expire().
2022-01-26 Vladimir HomutovCore: added autotest for UDP segmentation offloading.
2022-01-25 Vladimir HomutovCore: added function for local source address cmsg.
2022-01-25 Vladimir HomutovCore: made the ngx_sendmsg() function non-static.
2022-01-25 Vladimir HomutovCore: the ngx_event_udp.h header file.
2022-01-27 Vladimir HomutovVersion bump.
2022-01-25 Maxim Douninrelease-1.21.6 tag
2022-01-25 Maxim Douninnginx-1.21.6-RELEASE release-1.21.6
2022-01-24 Maxim DouninSSL: always renewing tickets with TLSv1.3 (ticket ...
2022-01-21 Maxim DouninContrib: vim syntax adjusted to save cpoptions (ticket...
2022-01-20 Pavel PautovCore: simplify reader lock release.
2022-01-17 Sergey KandaurovSSL: free pkey on SSL_CTX_set0_tmp_dh_pkey() failure.
2022-01-10 Maxim DouninAvoid sending "Connection: keep-alive" when shutting...
2021-12-29 Maxim DouninEvents: fixed balancing between workers with EPOLLEXCLU...
2021-12-29 Maxim DouninVersion bump.
2021-12-28 Maxim Douninrelease-1.21.5 tag
2021-12-28 Maxim Douninnginx-1.21.5-RELEASE release-1.21.5
2021-12-28 Maxim DouninUpdated OpenSSL and PCRE used for win32 builds.
2021-12-27 Maxim DouninSupport for sendfile(SF_NOCACHE).
2021-12-27 Maxim DouninSSL: SSL_sendfile(SF_NODISKIO) support.
2021-12-27 Maxim DouninSimplified sendfile(SF_NODISKIO) usage.
2021-12-27 Maxim DouninRemoved "aio sendfile", deprecated since 1.7.11.
2021-12-24 Maxim DouninCore: added NGX_REGEX_MULTILINE for 3rd party modules.
2021-12-24 Maxim DouninPCRE2 and PCRE binary compatibility.
2021-12-24 Maxim DouninPCRE2 library support.
2021-12-24 Maxim DouninConfigure: simplified PCRE compilation.
2021-12-24 Maxim DouninCore: ngx_regex.c style cleanup.
2021-12-24 Maxim DouninCore: fixed ngx_pcre_studies cleanup.
2021-12-21 Ruslan ErmilovMoved Huffman coding out of HTTP/2.
2021-12-20 Gena MakhomedContrib: vim syntax, update core and 3rd party module...
2021-11-25 Maxim DouninHTTP/2: fixed sendfile() aio handling.
2021-11-25 Maxim DouninHTTP/2: fixed "task already active" with sendfile in...
2021-11-01 Sergey KandaurovSSL: $ssl_curve (ticket #2135).
2021-11-23 Sergey KandaurovVersion bump.
2021-11-02 Maxim Douninrelease-1.21.4 tag
2021-11-02 Maxim Douninnginx-1.21.4-RELEASE release-1.21.4
2021-10-29 Maxim DouninChanged ngx_chain_update_chains() to test tag first...
2021-10-29 Maxim DouninChanged default value of sendfile_max_chunk to 2m.
2021-10-29 Maxim DouninUpstream: sendfile_max_chunk support.
2021-10-29 Maxim DouninFixed sendfile() limit handling on Linux.
2021-10-29 Maxim DouninSimplified sendfile_max_chunk handling.
2021-10-29 Maxim DouninSwitched to using posted next events after sendfile_max...
2021-10-28 Roman ArutyunyanMp4: mp4_start_key_frame directive.
2021-10-28 Roman ArutyunyanMp4: added ngx_http_mp4_update_mdhd_atom() function.
2021-08-19 Alexey RadkovCore: removed unnecessary restriction in hash initializ...
2021-10-25 Maxim DouninMIME: added image/avif type.
2021-10-21 Maxim DouninSSL: SSL_sendfile() support with kernel TLS.
2021-10-21 Maxim DouninStyle: added missing "static" specifiers.
2021-10-21 Maxim DouninRemoved CLOCK_MONOTONIC_COARSE support.
2021-10-20 Vladimir HomutovMail: connections with wrong ALPN protocols are now...
2021-10-20 Vladimir HomutovHTTP: connections with wrong ALPN protocols are now...
2021-10-19 Vladimir HomutovStream: the "ssl_alpn" directive.
2021-10-14 Vladimir HomutovSSL: added $ssl_alpn_protocol variable.
2021-10-15 Vladimir HomutovHTTP/2: removed support for NPN.
2021-10-18 Maxim DouninUpstream: fixed logging level of upstream invalid heade...
2021-10-12 Maxim DouninSynced ngx_http_subrequest() argument names (ticket...
2021-10-08 Awdhesh MathpalProxy: disabled keepalive on extra data in non-buffered...
2021-10-06 Maxim DouninFixed $content_length cacheability with chunked (ticket...
2021-09-22 Vladimir HomutovStream: added half-close support.
2021-09-10 Roman ArutyunyanRequest body: do not create temp file if there's nothin...
2021-09-14 Roman ArutyunyanVersion bump.
2021-09-07 Maxim Douninrelease-1.21.3 tag
2021-09-07 Maxim Douninnginx-1.21.3-RELEASE release-1.21.3
2021-09-06 Maxim DouninHTTP/2: optimized processing of small DATA frames.
2021-09-06 Maxim DouninHTTP/2: fixed timers left after request body reading.
next