]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2026-04-01  Olivier HouchardMINOR: servers: Don't update last_sess if it did not...
2026-04-01  Olivier HouchardMINOR: backends: Don't update last_sess if it did not...
2026-04-01  Olivier HouchardMEDIUM: stats: Hide the version by default and add...
2026-04-01  Christopher... BUG/MINOR: http_act: Properly handle decoding errors...
2026-03-31  Cody OhlsenBUG/MEDIUM: mux-h1: Don't set MSG_MORE on bodyless...
2026-03-31  Nenad MerdanovicMEDIUM: Add set-headers-bin, add-headers-bin and del...
2026-03-31  Amaury DenoyelleDOC: configuration: mention QUIC server support
2026-03-31  William LallemandBUG/MEDIUM: map/cli: CLI commands lack admin permission...
2026-03-31  William LallemandBUG/MEDIUM: ssl/ocsp: ocsp commands are missing permiss...
2026-03-31  William LallemandBUG/MEDIUM: ssl/cli: tls-keys commands are missing...
2026-03-31  William LallemandBUG/MEDIUM: map/cli: map/acl commands warn when accesse...
2026-03-31  William LallemandBUG/MEDIUM: ssl/ocsp: ocsp commands warn when accessed...
2026-03-31  William LallemandBUG/MEDIUM: ssl/cli: tls-keys commands warn when access...
2026-03-31  Willy TarreauSCRIPTS: git-show-backports: list new commits and how...
2026-03-30  William LallemandDOC: configuration: document challenge-ready and dns...
2026-03-30  William LallemandMEDIUM: acme: new 'challenge-ready' option
2026-03-30  William LallemandMEDIUM: acme: add dns-01 DNS propagation pre-check
2026-03-30  William LallemandMINOR: acme: store the TXT record in auth->token
2026-03-30  William LallemandMINOR: resolvers: basic TXT record implementation
2026-03-30  Willy TarreauBUILD: net_helper: fix unterminated comment that broke...
2026-03-30  Emeric BrunBUG/MINOR: net_helper: fix length controls on ip.fp...
2026-03-30  Willy TarreauMINOR: mux-h2: report glitches on early RST_STREAM
2026-03-30  Willy TarreauMINOR: stconn: flag the stream endpoint descriptor...
2026-03-30  Christopher... BUG/MINOR: stconn: Always declare the SC created from...
2026-03-30  Christopher... CLEANUP: stconn: Remove usless sc_new_from_haterm(...
2026-03-30  Amaury DenoyelleBUG/MINOR: quic: close conn on packet reception with...
2026-03-30  Ilia ShipitsinCLEANUP: fix typos and spelling in comments and documen...
2026-03-30  Ilia ShipitsinCI: github: fix tag listing by implementing proper...
2026-03-27  Christopher... BUG/MEDIUM: htx: Fix htx_xfer() to consume more data...
2026-03-27  William LallemandBUG/MINOR: acme: fix task allocation leaked upon error
2026-03-27  Olivier HouchardMINOR: connections: Enhance tune.idle-pool.shared
2026-03-27  Mia KanashiBUG/MEDIUM: acme: skip doing challenge if it is already...
2026-03-27  Christopher... BUG/MINOR: http-ana: Only consider client abort for...
2026-03-27  Christopher... BUG/MINOR: config: Properly test warnif_misplaced_...
2026-03-27  Christopher... BUG/MINOR: config: Warn only if warnif_cond_conflicts...
2026-03-26  Olivier HouchardMEDIUM: server: remove a useless memset() in srv_update...
2026-03-26  Olivier HouchardMEDIUM: connections: Enforce mux protocol requirements
2026-03-26  Olivier HouchardMINOR: protocols: Add a new proto_is_quic() function
2026-03-26  Olivier HouchardMINOR: checks: Store the protocol to be used in struct...
2026-03-26  Olivier HouchardBUG/MEDIUM: check: Don't reuse the server xprt if we...
2026-03-25  William LallemandBUG/MINOR: acme: permission checks on the CLI
2026-03-25  William LallemandBUG/MINOR: ech: permission checks on the CLI
2026-03-23  William LallemandBUILD: tools: potential null pointer dereference in...
2026-03-23  William LallemandBUG/MINOR: acme/cli: fix argument check and error in...
2026-03-23  William LallemandBUG/MINOR: acme: replace atol with len-bounded __strl2u...
2026-03-23  William LallemandBUG/MINOR: acme: free() DER buffer on a2base64url error...
2026-03-23  William LallemandBUG/MINOR: acme: NULL check on my_strndup()
2026-03-23  Christopher... DOC: config: Reorder params for 'tcp-check expect'...
2026-03-23  Christopher... DOC: config: Add missing 'status-code' param for 'http...
2026-03-23  Christopher... MINOR: proxy: Add use-small-buffers option to set where...
2026-03-23  Christopher... DOC: config: Fix alphabetical ordering of external...
2026-03-23  Christopher... DOC: config: Fix alphabetical ordering of proxy options
2026-03-23  Christopher... MINOR: proxy: Review options flags used to configure...
2026-03-23  Christopher... MEDIUM: tcpcheck: Use small buffer if possible for...
2026-03-23  Christopher... MEDIUM: mux-h2: Stop dealing with HTX flags transfer...
2026-03-23  Christopher... Revert "BUG/MEDIUM: mux-h2: make sure to always report...
2026-03-23  Christopher... MEDIUM: tree-wide: Rely on htx_xfer() instead of htx_xf...
2026-03-23  Christopher... MEDIUM: stconn: Use a small buffer if possible for...
2026-03-23  Christopher... MEDIUM: stream: Try to use small buffer when TCP stream...
2026-03-23  Christopher... MEDIUM: stream: Try to use a small buffer for HTTP...
2026-03-23  Christopher... MEDIUM: chunk: Add support for small chunks
2026-03-23  Christopher... MINOR: http-ana: Use HTX API to move to a large buffer
2026-03-23  Christopher... MINOR: htx: Add helper functions to xfer a message...
2026-03-23  Christopher... MEDIUM: htx: Add htx_xfer function to replace htx_xfer_blks
2026-03-23  Christopher... MINOR: config: Report the warning when invalid large...
2026-03-23  Christopher... MINOR: config: Relax tests on the configured size of...
2026-03-23  Christopher... MINOR: quic: Use b_alloc_small() to allocate a small...
2026-03-23  Christopher... MINOR: dynbuf: Add helper functions to alloc large...
2026-03-23  Christopher... MINOR: buffers: Move small buffers management from...
2026-03-23  Amaury DenoyelleBUG/MINOR: http_htx: fix null deref in http-errors...
2026-03-23  William LallemandBUG/MINOR: acme/cli: wrong argument check in 'acme...
2026-03-23  William LallemandBUG/MINOR: acme: wrong error when checking for duplicat...
2026-03-23  William LallemandBUG/MINOR: acme: leak of ext_san upon insertion error
2026-03-23  Amaury DenoyelleMEDIUM: proxy: remove http-errors limitation for dynami...
2026-03-23  Amaury DenoyelleMINOR/OPTIM: http_htx: lookup once http_errors section...
2026-03-23  Amaury DenoyelleMINOR: http_htx: split check/init of http_errors
2026-03-23  Amaury DenoyelleMINOR: http_htx: rename fields in struct conf_errors
2026-03-23  Amaury DenoyelleMINOR: http_htx: use enum for arbitrary values in conf_...
2026-03-23  David CarlierBUG/MEDIUM: acme: fix multiple resource leaks in acme_x...
2026-03-23  Willy TarreauBUILD: sched: fix leftover of debugging test in single...
2026-03-23  Willy TarreauMINOR: mux-h2: assign a limited frames processing budget
2026-03-23  Willy TarreauMEDIUM: sched: change scheduler budgets to lower TL_BULK
2026-03-23  Willy TarreauMEDIUM: sched: do not punish self-waking tasklets if...
2026-03-23  Willy TarreauMINOR: sched: do not punish self-waking tasklets anymore
2026-03-23  Willy TarreauMINOR: sched: do not requeue a tasklet into the current...
2026-03-23  Willy TarreauMEDIUM: sched: do not run a same task multiple times...
2026-03-20  Frederic LecailleBUG/MINOR: qpack: fix 62-bit overflow and 1-byte OOB...
2026-03-20  Egor ShestakovBUG/MINOR: sock: adjust accept() error messages for...
2026-03-20  Aurelien DARRAGONMINOR: log: support optional 'profile <log_profile_name...
2026-03-20  Aurelien DARRAGONMINOR: log: provide a way to override logger->profile...
2026-03-20  Aurelien DARRAGONMINOR: log: split do_log() in do_log() + do_log_ctx()
2026-03-20  Willy Tarreau[RELEASE] Released version 3.4-dev7 v3.4-dev7
2026-03-19  William LallemandCLEANUP: mworker: fix tab/space mess in mworker_env_to_...
2026-03-19  William LallemandBUG/MINOR: mworker: fix sort order of mworker_proc...
2026-03-19  Willy TarreauMINOR: mux-h2: permit to fix a minimum value for the...
2026-03-19  Willy TarreauMINOR: mux-h2: permit to moderate the advertised stream...
2026-03-19  Willy TarreauMINOR: mux-h2: store the concurrent streams hard limit...
2026-03-19  Willy TarreauMINOR: task: maintain a per-thread indicator of the...
2026-03-19  Willy TarreauMINOR: freq_ctr: add a function to add values with...
2026-03-19  William LallemandCI: github: treat vX.Y.Z release tags as stable like...
next