]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
9 days ago  William LallemandBUG/MEDIUM: lua: register hlua_init() as a pre-check... 20260528-lua-fixes flx04/20260528-lua-fixes
9 days ago  William LallemandBUILD: addons: convert WURFL addon to EXTRA_MAKE 20260528-extra-make flx04/20260528-extra-make
9 days ago  William LallemandBUILD: addons: convert deviceatlas addon to EXTRA_MAKE
9 days ago  William LallemandBUILD: addons: convert 51d addon to EXTRA_MAKE
9 days ago  Christopher... BUG/MINOR: mux-h2: Count padding for connection flow...
9 days ago  William LallemandREGTESTS: lua: fix tune.lua.openlibs in Lua reg-tests
9 days ago  William LallemandBUG/MEDIUM: lua: defer Lua VM initialisation to the...
9 days ago  Frederic LecailleBUG/MINOR: quic: Fix memory leak in quic_deallocate_dgh...
9 days ago  Frederic LecailleBUG/MEDIUM: quic: handle ECONNREFUSED on RX side
10 days ago  Frederic LecailleCLEANUP: qpack: move encoded macros to qpack-t.h to... 20260527-fle-ia-review flx04/20260527-fle-ia-review
10 days ago  Frederic LecailleBUG/MINOR: qpack: fix huff_dec() error handling in...
10 days ago  Frederic LecailleCLEANUP: qpack: fix copy-paste typo in value Huffman...
10 days ago  Frederic LecailleBUG/MINOR: qpack: fix sign bit mask in qpack_decode_fs_...
10 days ago  Frederic LecailleCLEANUP: qpack: fix copy-paste typo in value Huffman...
10 days ago  Frederic LecailleBUG/MINOR: qpack: fix potential null-pointer dereferenc...
10 days ago  Frederic LecailleBUG/MINOR: qpack: Fix index calculation in debug functions
10 days ago  Christopher... Revert "BUG/MEDIUM: dns: fix long loops in additional...
10 days ago  Amaury DenoyelleBUG/MINOR: qmux: reject too large initial record
10 days ago  Amaury DenoyelleBUG/MEDIUM: qmux: do not crash on receiving an invalid...
10 days ago  Amaury DenoyelleBUG/MEDIUM: qmux: do not crash on too large record
10 days ago  Olivier HouchardBUG/MEDIUM: cpu-topo: Enforce thread-hard-limit on...
10 days ago  Chad LavoieBUG/MINOR: mux-h1: H2 preface rejection doesn't update...
10 days ago  William LallemandBUG/MINOR: ssl-gencert: validate SNI characters to...
10 days ago  Christopher... BUG/MINOR: tcpcheck: Check LDAP response to not read...
11 days ago  Willy Tarreau[RELEASE] Released version 3.4-dev14 v3.4-dev14
11 days ago  Christopher... CLEANUP: mux-fcgi/mux-spop: Remove copy/pasted comment...
11 days ago  Christopher... BUG/MINOR: mux-spop: Use relative offset to compute...
11 days ago  Christopher... BUG/MINOR: mux-fcgi: Use relative offset to compute...
11 days ago  Christopher... BUG/MEDIUM: h1-htx: Sanitize parsing to properly handle...
11 days ago  Christopher... MINOR: h1: Add a H1M flag to specify a non-empty ...
11 days ago  Christopher... MINOR: http: Add function to remove all occurrences...
11 days ago  Christopher... BUG/MEDIUM: mux-fcgi: reject stream ID 0 for applicatio...
11 days ago  Remi Tricot... BUG/MEDIUM: jwe: substitute random CEK on RSA1_5 decryp...
11 days ago  Remi Tricot... BUG/MINOR: jwe: enforce GCM tag length to 128 bits
11 days ago  Amaury DenoyelleBUG/MINOR: quic: reject packet too short for HP decryption
11 days ago  Amaury DenoyelleBUG/MINOR: qmux: do not crash on frame parsing issue
11 days ago  Willy TarreauBUG/MINOR: hlua: prevent Lua from passing CR/LF/NUL...
11 days ago  Amaury DenoyelleBUG/MINOR: h3: add missing break on rcv_buf()
11 days ago  William LallemandBUG/MEDIUM: auth: fix unconfigured password NULL deref
11 days ago  Amaury DenoyelleBUG/MINOR: h3: reject server MAX_PUSH_ID frame
11 days ago  Amaury DenoyelleBUG/MINOR: h3: adjust error on PUSH_PROMISE frame reception
11 days ago  Amaury DenoyelleBUG/MINOR: h3: reject client CANCEL_PUSH frame
11 days ago  Amaury DenoyelleBUG/MINOR: h3: reject server push stream
11 days ago  Amaury DenoyelleBUG/MEDIUM: h3: reject client push stream
11 days ago  Willy TarreauMEDIUM: tools: switch the main PRNG to a thread-local...
11 days ago  Willy TarreauMEDIUM: quic: use ha_random64_pair_hashed() to generate...
11 days ago  Willy TarreauMEDIUM: h1: use ha_random64_pair_hashed() for the WebSo...
11 days ago  Willy TarreauMEDIUM: tools: use the hashed random pair for UUID...
11 days ago  Willy TarreauMEDIUM: init: fall back to ha_random64_pair_hashed...
11 days ago  Willy TarreauMINOR: tools: provide a function to generate a hashed...
11 days ago  Willy TarreauBUG/MEDIUM: tools: insert an XXH64 layer on the PRNG...
11 days ago  Willy TarreauBUG/MINOR: addons/51d: NUL-terminate headers before...
11 days ago  Willy TarreauBUG/MINOR: resolvers: switch to a better PRNG for query IDs
11 days ago  Willy TarreauBUG/MINOR: ssl-hello: make use of the null-terminated...
11 days ago  Willy TarreauBUG/MINOR: payload: fix the handshake length bounds...
11 days ago  Willy TarreauBUG/MINOR: base64: return empty string for empty input...
11 days ago  Willy TarreauBUG/MINOR: http-ext: always check remaining data when...
11 days ago  Willy TarreauBUG/MEDIUM: acme: protect against risk of null-deref...
11 days ago  Willy TarreauBUG/MINOR: http-fetch: check against the whole token...
11 days ago  Willy TarreauBUG/MINOR: sample: request an extra output byte for...
11 days ago  Willy TarreauBUG/MINOR: resolvers: relax size checks in authority...
11 days ago  Willy TarreauBUG/MINOR: cache: also recognize directives in the...
11 days ago  Willy TarreauBUG/MEDIUM: cache: always verify the primary hash in...
11 days ago  Willy TarreauBUG/MEDIUM: h1: limit status codes to 3 digits by default
11 days ago  Willy TarreauBUG/MEDIUM: h1: drop headers whose names contain invali...
11 days ago  Willy TarreauMINOR: haterm: do not emit a warning when not using SSL
11 days ago  Frederic LecailleMINOR: haterm: enable h3 for TCP bindings
12 days ago  Willy TarreauBUG/MINOR: haterm: fix the random suffix multiplication
12 days ago  Willy TarreauCLEANUP: resolvers: fix comment typos and wrong filenam...
12 days ago  Willy TarreauCLEANUP: resolvers: remove pool_free(NULL) in SRV addit...
12 days ago  Willy TarreauCLEANUP: resolvers: use read_n32() instead of open...
12 days ago  Willy TarreauBUG/MINOR: sample: limit the be2hex converter's chunk...
12 days ago  Willy TarreauBUG/MINOR: init: use more than ha_random64() for the...
12 days ago  Willy TarreauBUG/MINOR: dict: fix refcount race on insert collision
12 days ago  Willy TarreauBUG/MINOR: log: look for the end of priority before...
12 days ago  Willy TarreauBUG/MINOR: mux-h2: validate HEADERS frame length before...
12 days ago  Willy TarreauBUG/MINOR: resolvers: fix risk of appending garbage...
12 days ago  Willy TarreauBUG/MINOR: resolvers: fix room for trailing zero in...
12 days ago  Willy TarreauBUG/MINOR: log: free logformat expr on compile failure...
12 days ago  Willy TarreauBUG/MEDIUM: cache: fix a refcount leak for missed secon...
12 days ago  Willy TarreauBUG/MEDIUM: tcpcheck/spoe: bound the SPOP error code...
12 days ago  Willy TarreauBUG/MEDIUM: regex: allocate a large enough pcre2 match...
12 days ago  Willy TarreauBUG/MEDIUM: log-forward: make sure the month is unsigned
12 days ago  Willy TarreauBUILD: intops: mask the fail value in array_size_or_fail()
2026-05-23  CyberpsychoJacobBUG/MEDIUM: acme: NUL terminate response buffer before...
2026-05-22  Christopher... BUG/MEDIUM: cli: Fix parsing of pattern finishing a...
2026-05-22  Christopher... BUG/MEDIUM: hlua: Fix integer underflow when receiving...
2026-05-22  Christopher... BUG/MINOR: tcpchecks: Limit parsing of agent-check...
2026-05-22  Christopher... BUG/MEDIUM: dict: hold lock while decrementing refcount...
2026-05-22  Amaury DenoyelleBUG/MINOR: quic: fix ODCID lookup from derived value
2026-05-22  Christopher... BUG/MEDIUM: ssl-gencert: Unlock LRU cache if failing...
2026-05-22  Christopher... BUG/MEDIUM: resolvers: Fix test on dn label size in...
2026-05-22  Christopher... BUG/MEDIUM: applet: Properly handle receives of size 0
2026-05-21  Amaury DenoyelleMINOR: mux_quic: do not crash on unhandled QMux frame...
2026-05-21  Amaury DenoyelleMINOR: mux_quic: handle MAX_STREAMS for uni stream...
2026-05-21  Amaury DenoyelleMINOR: mux_quic: handle STOP_SENDING in QMux
2026-05-21  Remi Tricot... BUG/MINOR: ocsp: Manage date too far away in the future
2026-05-21  Amaury DenoyelleMINOR: backend: support QMux in clear for BE side
2026-05-21  Amaury DenoyelleMINOR: session: support QMux in clear on FE side
2026-05-21  Amaury DenoyelleMINOR: connection: define mask CO_FL_WAIT_XPRT_L6
next