]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2026-04-10  Christopher... BUG/MEDIUM: haterm: Properly initialize the splicing...
2026-04-10  Christopher... Revert "BUG/MEDIUM: haterm: Move all init functions...
2026-04-10  Amaury DenoyelleBUG/MINOR: do not crash on QMux reception of BLOCKED...
2026-04-10  Amaury DenoyelleDOC: update draft link for QMux protocol
2026-04-10  Amaury DenoyelleMEDIUM: mux-quic/xprt_qstrm: implement QMux record...
2026-04-10  Amaury DenoyelleMEDIUM: xprt_qstrm: implement QMux record parsing
2026-04-10  Amaury DenoyelleMEDIUM: mux-quic: implement QMux record parsing
2026-04-10  Amaury DenoyelleMINOR: xprt_qstrm: handle connection errors
2026-04-10  Amaury DenoyelleMINOR: xprt_qstrm: implement Tx buffering
2026-04-10  Amaury DenoyelleMINOR: xprt_qstrm/mux-quic: handle extra QMux frames...
2026-04-10  Amaury DenoyelleMINOR: xprt_qstrm: implement Rx buffering
2026-04-10  Amaury DenoyelleBUG/MINOR: quic: increment pos pointer on QMux transpor...
2026-04-10  Amaury DenoyelleBUG/MINOR: mux-quic: fix potential NULL deref on qcc_re...
2026-04-10  Greg Kroah... BUG/MINOR: hlua: fix use-after-free of HTTP reason...
2026-04-10  Greg Kroah... BUG/MEDIUM: mux-fcgi: prevent record-length truncation...
2026-04-10  Greg Kroah... BUG/MINOR: sample: fix info leak in regsub when exp_rep...
2026-04-09  Christopher... BUG/MEDIUM: samples: Fix handling of SMP_T_METH samples
2026-04-09  Christopher... BUG/MINOR: haterm: Return the good start-line for 100...
2026-04-09  Greg Kroah... BUG/MINOR: http-act: validate decoded lengths in *...
2026-04-09  Greg Kroah... BUG/MINOR: spoe: fix pointer arithmetic overflow in...
2026-04-09  Greg Kroah... BUG/MINOR: resolvers: fix memory leak on AAAA additiona...
2026-04-09  William LallemandREGTESTS: lua: add tune.lua.openlibs to all Lua reg...
2026-04-09  William LallemandMINOR: lua: add tune.lua.openlibs to restrict loaded...
2026-04-08  Willy TarreauBUG/MAJOR: slz: always make sure to limit fixed output...
2026-04-08  Olivier HouchardMEDIUM: check: Revamp the way the protocol and xprt...
2026-04-08  Olivier HouchardMINOR: tools: Implement net_addr_type_is_quic()
2026-04-08  Olivier HouchardMEDIUM: connections: Really enforce mux protocol requir...
2026-04-08  William LallemandCI: github: add the architecture to the cache key for...
2026-04-08  William LallemandCI: github: fix vtest path to allow correct caching
2026-04-08  William LallemandRevert "BUG: hlua: fix stack overflow in httpclient...
2026-04-08  William LallemandCI: github: update to cache@v5
2026-04-08  Christopher... BUG/MEDIUM: connection: Wake the stconn on error when...
2026-04-07  William LallemandCI: VTest build with git clone + cache
2026-04-07  Greg Kroah... BUG/MINOR: peers: fix OOB heap write in dictionary...
2026-04-07  Greg Kroah... BUG/MEDIUM: chunk: fix infinite loop in get_larger_tras...
2026-04-07  Greg Kroah... BUG/MEDIUM: chunk: fix typo allocating small trash...
2026-04-07  Greg Kroah... BUG/MINOR: hlua: fix format-string vulnerability in...
2026-04-07  Greg Kroah... BUG/MINOR: hlua: fix stack overflow in httpclient heade...
2026-04-07  Greg Kroah... BUG: hlua: fix stack overflow in httpclient headers...
2026-04-07  Greg Kroah... BUG/MEDIUM: jwe: fix memory leak in jwt_decrypt_secret...
2026-04-07  Greg Kroah... BUG/MEDIUM: jwt: fix heap overflow in ECDSA signature...
2026-04-07  Greg Kroah... BUG/MEDIUM: jwe: fix NULL deref crash with empty CEK...
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...
next