]> git.kaiwu.me - nginx.git/shortlog
nginx.git
2026-06-10 Sergey KandaurovStyle
2026-06-09 Sergey KandaurovSplit clients: improved calculation of range boundaries
2026-06-08 Andrew ClaytonGH: remove the set-creation-date.yaml workflow
2026-06-08 Boris TonofaXslt: fix handling of vsnprintf() return value
2026-06-04 Vadim ZhestikovSSL: add $ssl_sigalgs variable
2026-06-02 Eugene GrebenschikovSwitched $request_id to SipHash-based generation
2026-06-02 Eugene GrebenschikovCore: added SipHash-2-4 implementation
2026-06-02 Eugene GrebenschikovVersion bump
2026-05-22 Sergey Kandaurovnginx-1.31.1-RELEASE release-1.31.1
2026-05-22 Roman ArutyunyanRewrite: fix buffer overflow with overlapping captures
2026-05-21 Roman ArutyunyanRewrite: harden escape flags control
2026-05-15 Roman ArutyunyanMail: style
2026-05-15 Roman ArutyunyanMail: fix session cleanup on error path
2026-05-15 Roman ArutyunyanHTTP/2: limit Content-Type and Location response header...
2026-05-15 Roman ArutyunyanMp4: avoid adding or comparing to null pointer
2026-05-13 Andrew ClaytonGH: fix set-creation-date.yaml workflow
2026-05-13 Andrew ClaytonVersion bump
2026-05-13 Sergey Kandaurovnginx-1.31.0-RELEASE release-1.31.0
2026-05-13 Roman ArutyunyanProxy: fix large body with proxy_set_body and HTTP/2
2026-05-13 Roman ArutyunyanRewrite: fixed escaping and possible buffer overrun
2026-05-13 Sergey KandaurovUpstream: fixed parsing of split status lines
2026-05-13 Sergey KandaurovUpstream: reset parsing state after invalid status...
2026-05-13 David CarlierCharset: fix buffer over-read in recode_from_utf8().
2026-05-13 Roman ArutyunyanQUIC: avoid assigning unvalidated address to new streams
2026-05-13 Roman ArutyunyanOCSP: resolve cleanup on connection close
2026-05-12 Andrew ClaytonGH: set new issues creation date
2026-05-11 Sergey KandaurovReject HTTP CONNECT method with no port after colon
2026-05-08 Roman ArutyunyanSupport 407 code in "satisfy any" and "auth_delay"
2026-05-08 Roman ArutyunyanProxy authentication for CONNECT requests
2026-05-08 Roman ArutyunyanHTTP tunnel module
2026-05-07 Andrew ClaytonGH: update the stale PR/issue workflow
2026-05-07 Roman ArutyunyanProxy: fix keepalive for HTTP/2 with explicit or no...
2026-05-06 Sai Krishna... Dav: improved path validation for COPY and MOVE operations
2026-05-04 Vladimir HomutovStream: least_time balancer module
2026-05-04 Vladimir HomutovUpstream: least_time balancer module
2026-05-04 Vladimir HomutovUpstream: locked version of ngx_*_upstream_free_round_r...
2026-05-01 Andrew ClaytonConfigure: fix gcc version detection in some corner...
2026-04-30 Sergey KandaurovRequest body: restored buffered empty body special...
2026-04-30 Sergey KandaurovStream: evaluate proxy_ssl_alpn once
2026-04-29 Henry YuanConfigure: renamed the upstream sticky module option.
2026-04-24 Andrew ClaytonUpdate CONTRIBUTING.md
2026-04-24 Andrew ClaytonGH: add a workflow to check for whitespace issues
2026-04-24 Andrew ClaytonGH: check commit messages for the most common errors
2026-04-24 Andrew ClaytonGH: mark old issues & PRs as stale
2026-04-24 Andrew ClaytonGH: post a new issue welcome comment
2026-04-24 Andrew ClaytonGH: update the GitHub pull-request template
2026-04-20 Andrew ClaytonAvoid undefined behaviour in ngx_pstrdup()
2026-04-17 Vadim ZhestikovStream: support ALPN for proxy_ssl upstream.
2026-04-16 Roman ArutyunyanHTTP/3: optimize encoder stream memory usage
2026-04-16 Roman ArutyunyanRestrict duplicate TE headers in HTTP/2 and HTTP/3
2026-04-16 Sergey KandaurovSSL: logging level of "record layer failure" errors
2026-04-16 Sergey KandaurovQUIC: simplified ngx_quic_cbs_recv_rcd()
2026-04-16 Sergey KandaurovQUIC: always populate ngx_quic_cbs_recv_rcd() output...
2026-04-14 Aleksei BavshinSSL: compatibility with renamed error codes in OpenSSL...
2026-04-14 Maxim DouninSSL: logging level of "invalid alert" errors.
2026-04-14 Maxim DouninSSL: logging level of all "SSL alert number N" errors.
2026-04-14 Sergey KandaurovUpdated OpenSSL used for win32 builds
2026-04-14 Roman ArutyunyanRestrict connection-specific headers in HTTP/2 and...
2026-04-14 Roman ArutyunyanRemove Proxy-Connection HTTP upstream header
2026-04-13 Andrew ClaytonGH: add a workflow to check for the 'version bump'...
2026-04-13 Andrew ClaytonVersion bump
2026-04-07 Sergey Kandaurovnginx-1.29.8-RELEASE release-1.29.8
2026-04-06 David CarlierUpstream: reset early_hints_length on upstream reinit.
2026-04-06 ZoeyFix $request_port and $is_request_port in subrequests
2026-04-06 Maxim DouninAdded max_headers directive.
2026-04-06 David KorczynskiUpstream: fix integer underflow in charset parsing
2026-04-03 Eugene GrebenschikovRemoved CLOCK_MONOTONIC_FAST support.
2026-04-02 Sergey KandaurovUpstream: fixed processing multiple 103 (early hints...
2026-03-31 xuruidongUpdate CONTRIBUTING.md
2026-03-31 Sergey KandaurovSSL: compatibility with OpenSSL 4.0.
2026-03-31 Sergey KandaurovVersion bump.
2026-03-24 Eugene GrebenschikovFixed the "include" directive inside the "geo" block.
2026-03-24 Roman Arutyunyannginx-1.29.7-RELEASE release-1.29.7
2026-03-24 Sergey KandaurovStream: fixed client certificate validation with OCSP.
2026-03-24 Sergey KandaurovMail: fixed clearing s->passwd in auth http requests.
2026-03-24 Roman ArutyunyanMail: host validation.
2026-03-24 Roman ArutyunyanDav: destination length validation for COPY and MOVE.
2026-03-24 Roman ArutyunyanMp4: fixed possible integer overflow on 32-bit platforms.
2026-03-24 Roman ArutyunyanMp4: avoid zero size buffers in output.
2026-03-24 Roman ArutyunyanUpstream keepalive: fixed parameter parsing.
2026-03-24 Roman SemenovProxy: enabled HTTP/1.1 by default for upstream connect...
2026-03-24 Roman SemenovUpstream: enabled keepalive by default for explicit...
2026-03-24 Roman SemenovUpstream keepalive: distinguish cached connections...
2026-03-23 Dmitry PlotnikovAdded COMPAT section to ngx_log_t.
2026-03-18 Sergey KandaurovThe "multipath" parameter of the "listen" directive.
2026-03-16 David CarliergRPC: reset buffer chains on upstream reinit.
2026-03-16 David CarlierProxy: reset pending control frames on HTTP/2 upstream...
2026-03-11 Roman ArutyunyanProxy authentication definitions.
2026-03-11 Roman ArutyunyanVersion bump.
2026-03-10 Sergey Kandaurovnginx-1.29.6-RELEASE release-1.29.6
2026-03-10 Sergey KandaurovFixed typos.
2026-03-10 Sergey KandaurovUpdated zlib used for win32 builds.
2026-03-09 Aleksei BavshinSticky: fixed expiration of learned sessions after...
2026-03-09 Vladimir KokshenevSticky: samesite=<strict|lax|none> cookie flags.
2026-03-09 Vladimir HomutovSticky: added the "header" parameter in the learn mode.
2026-03-09 Vladimir HomutovSticky: added the "max-age" attribute to cookie.
2026-03-09 Vladimir HomutovSticky: added variables support to cookie domain.
2026-03-09 Vladimir HomutovSticky: added "httponly" and "secure" attributes.
2026-03-09 Vladimir HomutovSticky: added "draining" peer state.
2026-03-09 Aleksei BavshinUpstream: introduced a new macro for down value.
next