]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
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...
2026-04-14 William LallemandEXAMPLES: ssl: keylog entries are greater than 1024
2026-04-14 William LallemandMINOR: ssl: add TLS 1.2 values in HAPROXY_KEYLOG_XX_LOG_FMT
2026-04-14 Christopher... BUG/MEDIUM: htx: Don't count delta twice when block...
2026-04-14 Christopher... BUG/MEDIUM: htx: Properly handle block modification...
2026-04-14 Christopher... MINOR: htx: Add helper function to get type and size...
2026-04-14 Tim DuesterhusCI: Build `dev/haring/` as part of contrib.yml
2026-04-14 Tim DuesterhusCI: Use `matrix:` in contrib.yml
2026-04-14 Tim DuesterhusCI: Run contrib.yml on `ubuntu-slim`
2026-04-14 Tim DuesterhusCI: Generate vtest.yml matrix on `ubuntu-slim`
2026-04-14 Tim DuesterhusCI: Use `case()` function
2026-04-14 Tim DuesterhusCI: Integrate Musl build into vtest.yml
2026-04-14 Tim DuesterhusCI: Sync musl.yml with vtest.yml
2026-04-14 Tim DuesterhusCI: Use `sh` in `actions/setup-vtest/action.yml`
2026-04-14 Tim DuesterhusCI: Remove obsolete steps from musl.yml
2026-04-14 William LallemandMINOR: mjson: reintroduce mjson_next()
2026-04-14 William LallemandMINOR: acme: display the type of challenge in ACME_INIT...
2026-04-13 Tim DuesterhusMINOR: http_fetch: Add support for checks to `unique...
2026-04-13 Tim DuesterhusMINOR: check: Support generating a `unique_id` for...
2026-04-13 Tim DuesterhusCLEANUP: log: Stop touching `struct stream` internals...
2026-04-13 Tim DuesterhusMINOR: Allow inlining of `stream_generate_unique_id()`
2026-04-13 Tim DuesterhusMINOR: Add `generate_unique_id()` helper
2026-04-13 Tim DuesterhusCLEANUP: Make `lf_expr` parameter of `sess_build_loglin...
2026-04-13 Willy TarreauBUG/MINOR: haterm: don't apply the default pipe size...
2026-04-13 Egor ShestakovBUG/MINOR: acme: don't pass NULL into format string
2026-04-13 William LallemandBUG/MINOR: acme: read the wildcard flag from the author...
2026-04-13 William LallemandDOC: configuration: document dns-persist-01 challenge...
2026-04-13 William LallemandMINOR: acme: extend resolver-based DNS pre-check to...
2026-04-13 Mia KanashiMEDIUM: acme: implement dns-persist-01 challenge
2026-04-13 Willy TarreauBUG/MINOR: haterm: preserve the pipe size margin for...
2026-04-13 Egor ShestakovMINOR: errors: remove excessive errmsg checks
2026-04-13 Christopher... REGTESTS: Never reuse server connection in reg-tests...
2026-04-13 Christopher... BUG/MEDIUM: cli: Properly handle too big payload on...
2026-04-13 Egor ShestakovMINOR: tools: memvprintf(): remove <out> check that...
2026-04-13 Ilia ShipitsinCI: build WolfSSL job with asan enabled
2026-04-13 Tim DuesterhusCLEANUP: http_fetch: Use local `unique_id` variable...
2026-04-13 Tim DuesterhusCLEANUP: stream: Reduce duplication in `stream_generate...
2026-04-13 Tim DuesterhusCLEANUP: stream: Explain the two-step initialization...
2026-04-13 Tim DuesterhusCLEANUP: log: Return `size_t` from `sess_build_logline_...
2026-04-13 Tim DuesterhusBUG/MINOR: log: Fix error message when using unavailabl...
2026-04-13 Amaury DenoyelleBUG/MINOR: quic: do not use hardcoded values in QMux...
2026-04-13 William LallemandCI: github: add bash to the musl job
2026-04-13 Amaury DenoyelleMINOR: mux_quic: remove duplicate QMux local transport...
2026-04-13 Tim DuesterhusCI: Consistently set up VTest with `./.github/actions...
2026-04-13 Tim DuesterhusCI: Merge `aws-lc-template.yml` into `aws-lc.yml`
2026-04-13 Tim DuesterhusCI: Merge `aws-lc.yml` and `aws-lc-fips.yml` into ...
2026-04-13 Tim DuesterhusCI: Simplify version extraction with `haproxy -vq`
2026-04-13 Tim DuesterhusCI: Update to actions/checkout@v6
2026-04-13 Tim DuesterhusCI: Fix regular expression escaping in matrix.py
2026-04-13 Tim DuesterhusCI: Wrap all `if:` conditions in `${{ }}`
2026-04-13 Tim DuesterhusCI: Consistently add a top-level `permissions` definiti...
2026-04-13 Tim DuesterhusCI: Drop obsolete `packages: write` permission from...
2026-04-13 Miroslav ZagoracMINOR: ot: renamed the variable dbg_indent_level to...
2026-04-13 Miroslav ZagoracBUILD: ot: removed explicit include path when building...
2026-04-13 Miroslav ZagoracBUG/MINOR: ot: fixed wrong NULL check in flt_ot_parse_c...
2026-04-13 Miroslav ZagoracBUG/MINOR: ot: removed dead code in flt_ot_parse_cfg_str()
2026-04-13 Miroslav ZagoracCLEANUP: ot: use the item API for the variables trees
2026-04-13 Miroslav ZagoracDOC: otel: added README.md overview document
2026-04-13 Miroslav ZagoracMINOR: otel: changed instrument attr to use sample...
2026-04-13 Miroslav ZagoracMINOR: otel: changed log-record attr to use sample...
2026-04-13 Miroslav ZagoracMINOR: otel: added flt_otel_sample_eval and exposed...
2026-04-13 Miroslav ZagoracDOC: otel: added cross-cutting design patterns document
2026-04-13 Miroslav ZagoracDOC: otel: test: added speed test guide and benchmark...
2026-04-13 Miroslav ZagoracDOC: otel: test: added test README-* files
2026-04-13 Miroslav ZagoracDOC: otel: added documentation
2026-04-13 Miroslav ZagoracMINOR: otel: test: added full-event test config
2026-04-13 Miroslav ZagoracMINOR: otel: added log-record signal support
2026-04-13 Miroslav ZagoracMINOR: otel: added metrics instrument support
2026-04-13 Miroslav ZagoracMINOR: otel: added span link support
2026-04-13 Miroslav ZagoracMINOR: otel: test: added test and benchmark suite for...
2026-04-13 Miroslav ZagoracMINOR: otel: added log-format support to the sample...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added group action for rule-based scope...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added CLI commands for runtime filter...
2026-04-13 Miroslav ZagoracMINOR: otel: added prefix-based variable scanning
2026-04-13 Miroslav ZagoracMEDIUM: otel: added HAProxy variable storage for contex...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added HTTP header operations for context...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added context propagation via carrier...
2026-04-13 Miroslav ZagoracMEDIUM: otel: implemented scope execution and span...
2026-04-13 Miroslav ZagoracMEDIUM: otel: wired OTel C wrapper library integration
2026-04-13 Miroslav ZagoracMEDIUM: otel: implemented filter callbacks and event...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added memory pool and runtime scope layer
2026-04-13 Miroslav ZagoracMEDIUM: otel: added post-parse configuration check
2026-04-13 Miroslav ZagoracMEDIUM: otel: added configuration parser and event...
2026-04-13 Miroslav ZagoracMEDIUM: otel: added configuration and utility layer
2026-04-13 Miroslav ZagoracMEDIUM: otel: added OpenTelemetry filter skeleton
2026-04-13 Amaury DenoyelleBUG/MINOR: xprt_qstrm: do not parse record length on...
2026-04-13 Amaury DenoyelleBUG/MINOR: mux_quic: prevent QMux crash on qcc_io_send...
2026-04-10 Christopher... BUG/MEDIUM: haterm: Properly initialize the splicing...
next