summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorFilesLines
10 daysVersion bumpAndrew Clayton1-2/+2
2026-04-06Upstream: reset early_hints_length on upstream reinit.David Carlier1-0/+1
2026-04-06Fix $request_port and $is_request_port in subrequestsZoey1-0/+2
2026-04-06Added max_headers directive.Maxim Dounin6-0/+40
2026-04-06Upstream: fix integer underflow in charset parsingDavid Korczynski1-1/+1
2026-04-03Removed CLOCK_MONOTONIC_FAST support.Eugene Grebenschikov1-4/+0
2026-04-02Upstream: fixed processing multiple 103 (early hints) responses.Sergey Kandaurov1-5/+3
2026-03-31SSL: compatibility with OpenSSL 4.0.Sergey Kandaurov3-9/+36
2026-03-31Version bump.Sergey Kandaurov1-2/+2
2026-03-24Fixed the "include" directive inside the "geo" block.Eugene Grebenschikov2-2/+12
2026-03-24Stream: fixed client certificate validation with OCSP.Sergey Kandaurov1-0/+10
2026-03-24Mail: fixed clearing s->passwd in auth http requests.Sergey Kandaurov1-1/+1
2026-03-24Mail: host validation.Roman Arutyunyan1-0/+45
2026-03-24Dav: destination length validation for COPY and MOVE.Roman Arutyunyan1-13/+26
2026-03-24Mp4: fixed possible integer overflow on 32-bit platforms.Roman Arutyunyan1-7/+7
2026-03-24Mp4: avoid zero size buffers in output.Roman Arutyunyan1-6/+9
2026-03-24Upstream keepalive: fixed parameter parsing.Roman Arutyunyan1-1/+1
2026-03-24Proxy: enabled HTTP/1.1 by default for upstream connections.Roman Semenov1-33/+3
2026-03-24Upstream: enabled keepalive by default for explicit upstreams.Roman Semenov1-63/+67
2026-03-24Upstream keepalive: distinguish cached connections by location.Roman Semenov1-1/+22
2026-03-23Added COMPAT section to ngx_log_t.Dmitry Plotnikov1-0/+3
2026-03-19The "multipath" parameter of the "listen" directive.Sergey Kandaurov12-10/+103
2026-03-16gRPC: reset buffer chains on upstream reinit.David Carlier1-0/+3
2026-03-16Proxy: reset pending control frames on HTTP/2 upstream reinit.David Carlier1-0/+1
2026-03-11Proxy authentication definitions.Roman Arutyunyan4-2/+17
2026-03-11Version bump.Roman Arutyunyan1-2/+2
2026-03-09Sticky: fixed expiration of learned sessions after reload.Aleksei Bavshin1-2/+57
2026-03-09Sticky: samesite=<strict|lax|none> cookie flags.Vladimir Kokshenev1-1/+89
2026-03-09Sticky: added the "header" parameter in the learn mode.Vladimir Homutov4-15/+84
2026-03-09Sticky: added the "max-age" attribute to cookie.Vladimir Homutov1-4/+6
2026-03-09Sticky: added variables support to cookie domain.Vladimir Homutov1-18/+38
2026-03-09Sticky: added "httponly" and "secure" attributes.Vladimir Homutov1-0/+39
2026-03-09Sticky: added "draining" peer state.Vladimir Homutov3-7/+36
2026-03-09Upstream: introduced a new macro for down value.Aleksei Bavshin4-2/+7
2026-03-09Sticky: added the "learn" mode.Vladimir Homutov1-92/+767
2026-03-09Upstream: added sticky sessions support for upstreams.Vladimir Homutov11-9/+1011
2026-03-04Mail: fixed type overflow in IMAP literal length parser.Sergey Kandaurov1-0/+3
2026-03-04Mail: stricter IMAP literals validation.Sergey Kandaurov1-8/+4
2026-02-27QUIC: improved error handling in OpenSSL compat layer.user.email1-2/+10
2026-02-27QUIC: worker-bound stateless reset tokens.Roman Arutyunyan1-2/+6
2026-02-26QUIC: fixed bpf compilation with newer Linux kernels.Roman Arutyunyan2-22/+27
2026-02-26QUIC: Stateless Reset rate limiting.Sergey Kandaurov1-4/+61
2026-02-26QUIC: refactored ngx_quic_address_hash().Sergey Kandaurov3-4/+9
2026-02-26QUIC: moved ngx_quic_address_hash().Sergey Kandaurov3-49/+48
2026-02-26QUIC: limited size of generated Stateless Reset packets.Sergey Kandaurov1-2/+2
2026-02-26QUIC: adjusted minimum packet size to send Stateless Reset.Sergey Kandaurov1-1/+1
2026-02-23Resolver: fixed off-by-one read in ngx_resolver_copy().Roman Arutyunyan1-1/+1
2026-02-23Mp4: validate sync sample values in stss atom.CodeByMoriarty1-13/+25
2026-02-17SCGI: fixed passing CONTENT_LENGTH in unbuffered mode.Sergey Kandaurov1-4/+2
2026-02-12Improved $cookie_ evaluation.Vadim Zhestikov4-6/+30