]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2026-05-27 William LallemandMINOR: lua: defer Lua VM initialisation to the first...
2026-05-27 Christopher... Revert "BUG/MEDIUM: dns: fix long loops in additional...
2026-05-27 Amaury DenoyelleBUG/MINOR: qmux: reject too large initial record
2026-05-27 Amaury DenoyelleBUG/MEDIUM: qmux: do not crash on receiving an invalid...
2026-05-27 Amaury DenoyelleBUG/MEDIUM: qmux: do not crash on too large record
2026-05-27 Olivier HouchardBUG/MEDIUM: cpu-topo: Enforce thread-hard-limit on...
2026-05-27 Chad LavoieBUG/MINOR: mux-h1: H2 preface rejection doesn't update...
2026-05-27 William LallemandBUG/MINOR: ssl-gencert: validate SNI characters to...
2026-05-27 Christopher... BUG/MINOR: tcpcheck: Check LDAP response to not read...
2026-05-26 Willy Tarreau[RELEASE] Released version 3.4-dev14 v3.4-dev14
2026-05-26 Christopher... CLEANUP: mux-fcgi/mux-spop: Remove copy/pasted comment...
2026-05-26 Christopher... BUG/MINOR: mux-spop: Use relative offset to compute...
2026-05-26 Christopher... BUG/MINOR: mux-fcgi: Use relative offset to compute...
2026-05-26 Christopher... BUG/MEDIUM: h1-htx: Sanitize parsing to properly handle...
2026-05-26 Christopher... MINOR: h1: Add a H1M flag to specify a non-empty ...
2026-05-26 Christopher... MINOR: http: Add function to remove all occurrences...
2026-05-26 Christopher... BUG/MEDIUM: mux-fcgi: reject stream ID 0 for applicatio...
2026-05-26 Remi Tricot... BUG/MEDIUM: jwe: substitute random CEK on RSA1_5 decryp...
2026-05-26 Remi Tricot... BUG/MINOR: jwe: enforce GCM tag length to 128 bits
2026-05-26 Amaury DenoyelleBUG/MINOR: quic: reject packet too short for HP decryption
2026-05-26 Amaury DenoyelleBUG/MINOR: qmux: do not crash on frame parsing issue
2026-05-26 Willy TarreauBUG/MINOR: hlua: prevent Lua from passing CR/LF/NUL...
2026-05-26 Amaury DenoyelleBUG/MINOR: h3: add missing break on rcv_buf()
2026-05-26 William LallemandBUG/MEDIUM: auth: fix unconfigured password NULL deref
2026-05-26 Amaury DenoyelleBUG/MINOR: h3: reject server MAX_PUSH_ID frame
2026-05-26 Amaury DenoyelleBUG/MINOR: h3: adjust error on PUSH_PROMISE frame reception
2026-05-26 Amaury DenoyelleBUG/MINOR: h3: reject client CANCEL_PUSH frame
2026-05-26 Amaury DenoyelleBUG/MINOR: h3: reject server push stream
2026-05-26 Amaury DenoyelleBUG/MEDIUM: h3: reject client push stream
2026-05-26 Willy TarreauMEDIUM: tools: switch the main PRNG to a thread-local...
2026-05-26 Willy TarreauMEDIUM: quic: use ha_random64_pair_hashed() to generate...
2026-05-26 Willy TarreauMEDIUM: h1: use ha_random64_pair_hashed() for the WebSo...
2026-05-26 Willy TarreauMEDIUM: tools: use the hashed random pair for UUID...
2026-05-26 Willy TarreauMEDIUM: init: fall back to ha_random64_pair_hashed...
2026-05-26 Willy TarreauMINOR: tools: provide a function to generate a hashed...
2026-05-26 Willy TarreauBUG/MEDIUM: tools: insert an XXH64 layer on the PRNG...
2026-05-26 Willy TarreauBUG/MINOR: addons/51d: NUL-terminate headers before...
2026-05-26 Willy TarreauBUG/MINOR: resolvers: switch to a better PRNG for query IDs
2026-05-26 Willy TarreauBUG/MINOR: ssl-hello: make use of the null-terminated...
2026-05-26 Willy TarreauBUG/MINOR: payload: fix the handshake length bounds...
2026-05-26 Willy TarreauBUG/MINOR: base64: return empty string for empty input...
2026-05-26 Willy TarreauBUG/MINOR: http-ext: always check remaining data when...
2026-05-26 Willy TarreauBUG/MEDIUM: acme: protect against risk of null-deref...
2026-05-26 Willy TarreauBUG/MINOR: http-fetch: check against the whole token...
2026-05-26 Willy TarreauBUG/MINOR: sample: request an extra output byte for...
2026-05-26 Willy TarreauBUG/MINOR: resolvers: relax size checks in authority...
2026-05-26 Willy TarreauBUG/MINOR: cache: also recognize directives in the...
2026-05-26 Willy TarreauBUG/MEDIUM: cache: always verify the primary hash in...
2026-05-26 Willy TarreauBUG/MEDIUM: h1: limit status codes to 3 digits by default
2026-05-26 Willy TarreauBUG/MEDIUM: h1: drop headers whose names contain invali...
2026-05-26 Willy TarreauMINOR: haterm: do not emit a warning when not using SSL
2026-05-26 Frederic LecailleMINOR: haterm: enable h3 for TCP bindings
2026-05-25 Willy TarreauBUG/MINOR: haterm: fix the random suffix multiplication
2026-05-25 Willy TarreauCLEANUP: resolvers: fix comment typos and wrong filenam...
2026-05-25 Willy TarreauCLEANUP: resolvers: remove pool_free(NULL) in SRV addit...
2026-05-25 Willy TarreauCLEANUP: resolvers: use read_n32() instead of open...
2026-05-25 Willy TarreauBUG/MINOR: sample: limit the be2hex converter's chunk...
2026-05-25 Willy TarreauBUG/MINOR: init: use more than ha_random64() for the...
2026-05-25 Willy TarreauBUG/MINOR: dict: fix refcount race on insert collision
2026-05-25 Willy TarreauBUG/MINOR: log: look for the end of priority before...
2026-05-25 Willy TarreauBUG/MINOR: mux-h2: validate HEADERS frame length before...
2026-05-25 Willy TarreauBUG/MINOR: resolvers: fix risk of appending garbage...
2026-05-25 Willy TarreauBUG/MINOR: resolvers: fix room for trailing zero in...
2026-05-25 Willy TarreauBUG/MINOR: log: free logformat expr on compile failure...
2026-05-25 Willy TarreauBUG/MEDIUM: cache: fix a refcount leak for missed secon...
2026-05-25 Willy TarreauBUG/MEDIUM: tcpcheck/spoe: bound the SPOP error code...
2026-05-25 Willy TarreauBUG/MEDIUM: regex: allocate a large enough pcre2 match...
2026-05-25 Willy TarreauBUG/MEDIUM: log-forward: make sure the month is unsigned
2026-05-25 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
2026-05-21 Amaury DenoyelleMINOR: xprt_qmux: define default value for get_alpn
2026-05-21 Amaury DenoyelleMINOR: connection: define xprt_add_l6hs()
2026-05-21 Amaury DenoyelleMINOR: ssl_sock: remove unneeded check on QMux flags
2026-05-21 Willy TarreauBUG/MEDIUM: net_helper: fix a remaining possibly infini...
2026-05-21 Willy TarreauBUILD: proxy: unstatify the proxies_del_lock to avoid...
2026-05-21 Willy TarreauMINOR: config: shm-stats-file is no longer experimental
2026-05-20 Willy Tarreau[RELEASE] Released version 3.4-dev13 v3.4-dev13
2026-05-20 Willy TarreauDOC: update supported gcc and openssl versions in INSTALL
2026-05-20 Willy TarreauCLEANUP: tree-wide: use array_size_or_fail() in array...
2026-05-20 Willy TarreauMINOR: intops: add a multiply overflow detection for...
2026-05-20 Olivier HouchardMEDIUM: stick-tables: Avoid freeing elements while...
2026-05-20 Christopher... BUG/MEDIUM: htx: Alloc a chunk of right size in htx_rep...
2026-05-20 Christopher... BUG/MEDIUM: applet: Fix transfer of HTX data to the...
2026-05-20 Christopher... MEDIUM: htx: Improve htx_xfer API to not count HTX...
2026-05-20 Christopher... BUG/MINOR: htx: Fix value of HTX_XFER_HDRS_ONLY flag
next