]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2026-04-07  Greg Kroah... BUG/MEDIUM: payload: validate SNI name_len in req.ssl_sni
2026-04-05  Christopher... BUG/MEDIUM: tcpcheck: Properly retrieve tcpcheck type...
2026-04-04  Aurelien DARRAGONBUG/MINOR: counters: fix unexpected 127 char GUID trunc...
2026-04-03  Christopher... BUG/MEDIUM: tcpcheck/server: Fix parsing of healthcheck...
2026-04-03  Christopher... MINOR: tcpcheck: Reject unknown keyword during parsing...
2026-04-03  Willy TarreauBUG/MINOR: http-act: fix a typo in the "pause" action...
2026-04-03  Christopher... DOC: config: Fix two typos in the server param "healthc...
2026-04-03  Olivier HouchardMINOR: servers: The right parameter for idle-pool.share...
2026-04-03  Christopher... BUG/MEDIUM: mux-h1: Disable 0-copy forwarding when...
2026-04-03  Christopher... BUG/MEDIUM: haterm: Move all init functions of haterm...
2026-04-03  William LallemandMINOR: tcpcheck: reintroduce proxy_parse_tcpcheck(...
2026-04-03  William LallemandRevert "CLEANUP: tcpcheck: Don't needlessly expose...
2026-04-03  Aurelien DARRAGONREGTESTS: add a test for "filter-sequence" directive
2026-04-03  Aurelien DARRAGONMEDIUM: filters: add "filter-sequence" directive
2026-04-03  Aurelien DARRAGONMINOR: filters: add filter name to flt_conf struct
2026-04-03  Aurelien DARRAGONDOC: config: fix ambiguous info in log-steps directive...
2026-04-03  Willy Tarreau[RELEASE] Released version 3.4-dev8 v3.4-dev8
2026-04-03  William LallemandBUG/MINOR: ssl: fix memory leak in ssl_fc_crtname by...
2026-04-03  Christopher... MINOR: haterm: Add an request option to disable splicing
2026-04-03  Christopher... MINOR: haterm: Handle boolean request options as flags
2026-04-03  Christopher... MEDIUM: haterm: Add support for splicing and option...
2026-04-03  Christopher... MEDIUM: haterm: Prepare support for splicing by initial...
2026-04-03  Christopher... MEDIUM: haterm: Add support for 0-copy data forwading...
2026-04-03  Christopher... MINOR: hasterm: Change hstream_add_data() to prepare...
2026-04-03  William LallemandMINOR: ssl: add the ssl_fc_crtname sample fetch
2026-04-03  Willy TarreauBUG/MINOR: cfgcond: fail cleanly on missing argument...
2026-04-03  Willy TarreauBUG/MINOR: cfgcond: always set the error string on...
2026-04-03  Willy TarreauBUG/MINOR: cfgcond: always set the error string on...
2026-04-03  Willy TarreauBUG/MINOR: cfgcond: properly set the error pointer...
2026-04-02  William LallemandMEDIUM: acme: split the initial delay from the retry...
2026-04-02  William LallemandMINOR: acme: remove remaining CLI wait in ACME_RSLV_TRIGGER
2026-04-02  Amaury DenoyelleBUG/MINOR: mux_quic: fix uninit for QMux emission
2026-04-02  Amaury DenoyelleDEBUG: connection/flags: add QSTRM flags for the decoder
2026-04-02  William LallemandMEDIUM: acme: initialize the dns timer starting from...
2026-04-02  William LallemandMINOR: acme: split the CLI wait from the resolve wait
2026-04-02  Amaury DenoyelleMAJOR: mux-quic: activate QMux on the backend side
2026-04-02  Amaury DenoyelleMAJOR: mux-quic: activate QMux for frontend side
2026-04-02  Amaury DenoyelleMINOR: mux-quic: use QMux transport parameters from...
2026-04-02  Amaury DenoyelleMEDIUM: ssl: load xprt_qstrm after handshake completion
2026-04-02  Amaury DenoyelleMINOR: xprt_qstrm: implement sending of transport param...
2026-04-02  Amaury DenoyelleMINOR: xprt_qstrm: implement reception of transport...
2026-04-02  Amaury DenoyelleMINOR: xprt_qstrm: define callback for ALPN retrieval
2026-04-02  Amaury DenoyelleMINOR: xprt_qstrm: define new xprt module for QMux...
2026-04-02  Amaury DenoyelleMINOR: mux-quic: define Tx connection buffer for QMux
2026-04-02  Amaury DenoyelleMINOR: mux-quic: implement qstream send callback
2026-04-02  Amaury DenoyelleMEDIUM: mux-quic: implement QMux send
2026-04-02  Amaury DenoyelleMINOR: mux_quic: implement qstrm rx buffer realign
2026-04-02  Amaury DenoyelleMINOR: mux-quic: define Rx connection buffer for QMux
2026-04-02  Amaury DenoyelleMINOR: mux-quic: handle flow-control frame on qstream...
2026-04-02  Amaury DenoyelleMEDIUM: mux-quic: implement QMux receive
2026-04-02  Amaury DenoyelleMINOR: quic: abstract stream type in qf_stream frame
2026-04-02  Amaury DenoyelleMINOR: mux-quic: prepare traces support for QMux
2026-04-02  Amaury DenoyelleMINOR: mux-quic: protect qcc_io_process for QMux
2026-04-02  Amaury DenoyelleMINOR: mux-quic: convert init/closure for QMux compatib...
2026-04-02  Amaury DenoyelleMINOR: mux-quic: prepare Tx support for QMux
2026-04-02  Amaury DenoyelleMINOR: mux-quic: move qcs stream member into tx inner...
2026-04-02  Amaury DenoyelleMINOR: quic: implement QMux transport params frame...
2026-04-02  Amaury DenoyelleMINOR: quic: define QMux transport parameters frame...
2026-04-02  Amaury DenoyelleMINOR: quic: remove useless quic_tp_dec_err type
2026-04-02  Amaury DenoyelleMINOR: quic: split transport params decoding/check
2026-04-02  Amaury DenoyelleBUG/MINOR: quic: fix documentation for transport params...
2026-04-02  Amaury DenoyelleMINOR: quic: refactor frame encoding
2026-04-02  Amaury DenoyelleMINOR: quic: refactor frame parsing
2026-04-02  Amaury DenoyelleMINOR: connection: add function to identify a QUIC...
2026-04-02  William LallemandMINOR: acme: set the default dns-delay to 30s
2026-04-02  Ilia ShipitsinCLEANUP: net_helper: fix typo in comment
2026-04-01  William LallemandMINOR: acme: add 'dns-timeout' keyword for dns-01 challenge
2026-04-01  Christopher... REGTESTS: tcpcheck: Add a script to check healthcheck...
2026-04-01  Christopher... MEDIUM: tcpcheck/server: Add healthcheck server keyword
2026-04-01  Christopher... MINOR: tcpcheck: Extract tcpheck ruleset post-config...
2026-04-01  Christopher... MEDIUM: tcpcheck: Add parsing support for healthcheck...
2026-04-01  Christopher... MEDIUM: tcpcheck: Split parsing functions to prepare...
2026-04-01  Christopher... MINOR: tcpcheck: Add a function to stringify the health...
2026-04-01  Christopher... CLEANUP: tcpcheck: Don't needlessly expose proxy_parse_...
2026-04-01  Christopher... BUG/MINOR: tcpcheck: Use tcpcheck context for expressio...
2026-04-01  Christopher... MINOR: tcpcheck: Use tcpcheck flags to know a healthche...
2026-04-01  Christopher... BUG/MINOR: tcpcheck: Don't enable http_needed when...
2026-04-01  Christopher... MINOR: tcpcheck: Deal with disable-on-404 and send...
2026-04-01  Christopher... MEDIUM: tcpcheck: Refactor how tcp-check rulesets are...
2026-04-01  Christopher... BUG/MINOR: tcpcheck: Remove unexpected flag on tcpcheck...
2026-04-01  Christopher... MEDIUM: http_act: Rework *-headers-bin actions
2026-04-01  Christopher... MINOR: action: Add a sample expression field in argumen...
2026-04-01  Christopher... BUG/MINOR: http_act: Make set/add-headers-bin compatibl...
2026-04-01  William LallemandDOC: configuration: update tune.ssl.keylog URL to IETF...
2026-04-01  William LallemandMINOR: ssl/log: add keylog format variables and env...
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...
next