]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2026-04-23 Christopher... REGTESTS: Never reuse server connection in server/cli_d...
2026-04-23 Christopher... REGTESTS: Never reuse server connection in jwt/jws_veri...
2026-04-23 Christopher... BUG/MINOR: stream: Add SF_TXN_HTTP/SF_TXN_PCLI flags...
2026-04-23 Christopher... CLEANUP: cli: Fix typos in comments
2026-04-23 Christopher... DOC: config: Fix a typo for "external-check" directive
2026-04-23 Christopher... CLEANUP: proxy: Fix typos in comments
2026-04-23 Christopher... BUG/MEDIUM: tcpcheck: Release temporary small chunk...
2026-04-23 Christopher... CLEANUP: http-client: Fix typos in comments
2026-04-23 Christopher... CLEANUP: chunk: Fix a typo in a comment
2026-04-23 Christopher... CLEANUP: htx: Fix typos in comments
2026-04-23 Christopher... CLEANUP: config: Fix warning about invalid small buffer...
2026-04-23 Christopher... CLEANUP: haterm: Fix typos in comments
2026-04-23 Christopher... BUG/MINOR: tcpcheck: Fix a leak on deinit by releasing...
2026-04-23 Christopher... BUG/MINOR: tcpcheck: Don't release ruleset when parsing...
2026-04-23 Christopher... MINOR: tcpcheck: Rely on free_tcpcheck_ruleset() to...
2026-04-23 Christopher... CLEANUP: tcpcheck: Fix some typos in comments
2026-04-23 Christopher... BUG/MINOR: http-act: fix a typo in a "del-heeaders...
2026-04-23 Christopher... BUG/MINOR: mux-h1: Fix test to skip trailers from chunk...
2026-04-23 Christopher... BUG/MINOR: mux-h1: Fix condition to send null-chunk...
2026-04-23 Willy TarreauBUG/MINOR: log: also wait for the response when logging...
2026-04-23 Olivier HouchardBUG/MINOR: H2: Don't forget to free shared_rx_bufs...
2026-04-23 Olivier HouchardBUG/MINOR: h2: Don't look at the exclusive bit for...
2026-04-23 Olivier HouchardBUG/MINOR: h2: make tune.h2.log-errors actually work
2026-04-22 Emeric BrunBUG/MAJOR: net_helper: ip.fp infinite loop on malformed...
2026-04-22 Olivier HouchardBUG/MEDIUM: tasks: Make sure we don't schedule a task...
2026-04-22 Willy TarreauBUG/MINOR: mux-h2: count a proto error when rejecting...
2026-04-22 Willy TarreauBUG/MINOR: mux-h2: count a protocol error when failing...
2026-04-22 William LallemandREGTESTS: ssl: mark ssl_dh.vtc as broken
2026-04-22 Christopher... CLEANUP: applet: Remove useless shadow pointer from...
2026-04-22 Christopher... MINOR: stream: Use a pcli transaction to replace pcli_...
2026-04-22 Christopher... MINOR: stream: Add flags to identify the stream tansact...
2026-04-22 Christopher... MINOR: stream: Move the HTTP txn in an union
2026-04-22 Christopher... MEDIUM: cli: increase the payload pattern up to 64...
2026-04-22 Christopher... MEDIUM: cli: Add support for dynamically allocated...
2026-04-22 Christopher... MEDIUM: cli: Make a buffer for the command payload
2026-04-22 Christopher... MINOR: cli: Handle the paylod pattern as a pointer...
2026-04-22 Ilia ShipitsinBUG/MINOR: reg-tests: make shell syntax errors fatal
2026-04-22 Ilia Shipitsinci: modernize actions/upload-artifact@v4
2026-04-22 Ilia Shipitsinreg-tests/ssl/ssl_dh.vtc: fix syntax error
2026-04-22 Willy TarreauBUILD: config: also set DEF_MAX_THREADS_PER_GROUP when...
2026-04-21 William LallemandCI: github: add an i686 job to the push job 20260422-i686-push-vtest
2026-04-21 Willy TarreauBUG/MAJOR: sched: protect task->expire on 32-bit platforms
2026-04-21 Willy TarreauCLEANUP: mux-h1: remove the unneeded test on conn-...
2026-04-21 Willy TarreauCLEANUP: mux-h1: avoid using conn->owner in uncertain...
2026-04-21 Willy TarreauMEDIUM: session: always reset the conn->owner on backen...
2026-04-21 Willy TarreauMEDIUM: muxes: always set conn->owner to the session...
2026-04-21 Willy TarreauBUG/MINOR: sample: adjust dependencies for channel...
2026-04-21 Willy TarreauMINOR: sample: make RQ/RS stats available everywhere
2026-04-21 Willy TarreauBUG/MINOR: log: consider format expression dependencies...
2026-04-20 William LallemandMINOR: acme: allow IP SAN in certificate request
2026-04-20 William LallemandMINOR: acme: implement draft-ietf-acme-profiles
2026-04-20 William LallemandCI: github: switch to USE_PCRE2 in Fedora Rawhide build
2026-04-20 William LallemandCI: github: fix sysctl in fedora-rawhide
2026-04-20 Ilia ShipitsinCI: github: do not install pcre-devel on Fedora Rawhide...
2026-04-20 Olivier HouchardBUG/MEDIUM: checks: Don't forget to set the "alt_proto...
2026-04-20 William LallemandCI: github: add cross-zoo.yml in README.md
2026-04-20 William LallemandCI: github: run cross-zoo.yml weekly
2026-04-20 William LallemandCI: github: add an i686 job in cross-zoo.yml
2026-04-20 William LallemandBUILD: ssl/sample: potential null pointer dereference...
2026-04-20 William LallemandCI: github: use quictls-3.1.7 for cross-zoo.yml
2026-04-20 Amaury DenoyelleBUG/MINOR: xprt_qstrm: reduce max record length check
2026-04-20 William LallemandCI: github: revert quictls version on cross-zoo.yml
2026-04-20 Amaury DenoyelleBUG/MINOR: mux_quic: convert QCC rx.rlen to 64bits
2026-04-20 Amaury DenoyelleBUG/MINOR: xprt_qstrm: read record length in 64bits
2026-04-18 Tim DuesterhusCI: Build halog as part of contrib.yml
2026-04-18 William LallemandCI: github: merge Test and Test-musl in VTest.yml
2026-04-18 Willy TarreauBUILD: haterm: don't pass size_t to %lu in error messages
2026-04-17 Miroslav ZagoracMINOR: otel: test: unified run scripts into a single...
2026-04-17 Miroslav ZagoracCLEANUP: otel: removed insecure-fork-wanted requirement
2026-04-17 Miroslav ZagoracMINOR: otel: test: replaced argument variables with...
2026-04-17 Miroslav ZagoracMINOR: otel: test: added option parsing to the speed...
2026-04-17 Miroslav ZagoracMINOR: otel: added debug thread ID support for the...
2026-04-17 Amaury DenoyelleMINOR: mux-quic: release BE idle conn after GOAWAY...
2026-04-17 Amaury DenoyelleMEDIUM: h3: prevent new streams on GOAWAY reception
2026-04-17 Amaury DenoyelleMINOR: h3: simplify GOAWAY local emission
2026-04-17 Amaury DenoyelleBUG/MINOR: mux_quic: limit avail_streams() to 2^62
2026-04-17 Aurelien DARRAGONMINOR: compression: prefix compression oriented functio...
2026-04-17 Aurelien DARRAGONBUG/MINOR: task: fix uninitialised read in run_tasks_fr...
2026-04-16 Willy TarreauBUG/MEDIUM: mux-h2: ignore conn->owner when deciding...
2026-04-16 Willy TarreauMEDIUM: threads: change the default max-threads-per...
2026-04-16 Willy TarreauDOC: config: fix spelling of "max-threads-per-group...
2026-04-15 Willy Tarreau[RELEASE] Released version 3.4-dev9 v3.4-dev9
2026-04-15 Willy TarreauBUG/MINOR: threads: properly set the number of tgroups...
2026-04-15 William LallemandCLEANUP: acme: no need to reset ctx state and http_stat...
2026-04-15 William LallemandBUG/MINOR: acme: fix fallback state after failed initia...
2026-04-15 William LallemandMINOR: acme: opportunistic DNS check for dns-persist...
2026-04-15 Willy TarreauMEDIUM: threads: start threads by groups
2026-04-15 Amaury DenoyelleREGTESTS: add QUIC test for max-total streams setting
2026-04-15 Amaury DenoyelleMINOR: mux-quic: close connection when reaching max...
2026-04-15 Amaury DenoyelleMEDIUM: quic: implement fe.stream.max-total
2026-04-15 Amaury DenoyelleMINOR: mux-quic: perform app init in case of early...
2026-04-15 Amaury DenoyelleMINOR: mux-quic: reorganize code for app init/shutdown
2026-04-15 Amaury DenoyelleMINOR: mux-quic: improve documentation for qcs_attach_sc()
2026-04-15 William LallemandDOC: remove the alpine/musl status job image
2026-04-15 Emeric BrunBUG/MEDIUM: peers: trash of expired entries delayed...
2026-04-14 Willy TarreauMINOR: sample: add new sample fetch functions reporting...
2026-04-14 Willy TarreauMINOR: sample: return the number of the current thread...
2026-04-14 Willy TarreauCLEANUP: sample: fix the comment regarding the range...
2026-04-14 Willy TarreauMINOR: stats: report the number of thread groups in...
2026-04-14 Willy TarreauBUILD: Makefile: don't forget to also delete haterm...
next