]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
8 days ago  Olivier HouchardDOC: ssl: Document tune.ssl.keyupdate-rate-limit
8 days ago  Olivier HouchardMEDIUM: ssl: Add a way to rate-limit TLSv1.3 KeyUpdate
8 days ago  Olivier HouchardBUG/MEDIUM: ssl: Handle non-application data record...
8 days ago  Olivier HouchardBUG/MEDIUM: ssl: Spell HAVE_VANILLA_OPENSSL correctly
8 days ago  Amaury DenoyelleMINOR: proxy: rename proxies list to all_proxies
8 days ago  Amaury DenoyelleCLEANUP: proxy/config: clean up after proxies list...
8 days ago  Amaury DenoyelleOPTIM/MEDIUM: proxy: avoid main proxies list reordering...
8 days ago  Amaury DenoyelleMAJOR: proxy: convert proxies_list to a doubly linked...
8 days ago  Amaury DenoyelleMINOR: proxy: define proxies_list iteration functions
8 days ago  Amaury DenoyelleMINOR: proxy: centralize proxies_list insert during...
8 days ago  Amaury DenoyelleMINOR: sink: convert list to standard doubly linked one
8 days ago  Amaury DenoyelleMINOR: log: convert list to standard doubly linked one
8 days ago  Amaury DenoyelleMINOR: config: define wrapper for proxies loop during...
8 days ago  Amaury DenoyelleMINOR: log: use curproxy during config parsing
8 days ago  Frederic LecailleMINOR: haload: add rate limiting support using -R option
8 days ago  Frederic LecailleBUG/MINOR: haload: fix display glitches by flushing...
8 days ago  Frederic LecailleBUG/MINOR: haload: set default thread count to 1
8 days ago  Frederic LecailleBUG/MINOR: haload: fix use-after-free upon updating...
8 days ago  Amaury DenoyelleMINOR: proxy: stress "show errors" handler
8 days ago  Amaury DenoyelleBUG/MEDIUM: proxy: protect "show errors" against backen...
8 days ago  Amaury DenoyelleCLEANUP: mux_quic: remove unused prototype
9 days ago  Willy Tarreau[RELEASE] Released version 3.5-dev3 quic-interop flx04/quic-interop v3.5-dev3
9 days ago  Willy TarreauBUG/MINOR: resolvers: do not index resolvers names...
9 days ago  Olivier HouchardBUG/MEDIUM: server: Properly check for streams before...
10 days ago  Amaury DenoyelleMINOR: proxy: stress CLI commands with backends/servers...
10 days ago  Amaury DenoyelleBUG/MEDIUM: proxy: protect show backend against be...
10 days ago  Amaury DenoyelleBUG/MEDIUM: proxy: protect "show servers ..." against...
10 days ago  Amaury DenoyelleBUG/MEDIUM: proxy: protect "show servers ..." against...
10 days ago  Amaury DenoyelleDOC: remove outdated experimental mention on dynamic...
10 days ago  Amaury DenoyelleDOC: fix typo in "del ssl ech" command
10 days ago  William LallemandBUILD: Makefile: error when trying to build with aws...
10 days ago  Christopher... BUG/MINOR: sample: Fix bytes() when length it greater...
10 days ago  Christopher... BUG/MEDIUM: sample: Adjust sample size capacity after...
10 days ago  Christopher... BUG/MEDIUM: sample: Adjust sample size capacity after...
10 days ago  Christopher... BUG/MEDIUM: net-helper: Adjust sample size capacity...
10 days ago  Christopher... BUG/MINOR: mux-h1: Don't delay send if message with...
10 days ago  Willy TarreauDOC: internals: update core-principles with initializations
2026-07-16  Olivier HouchardCLEANUP: event_hdl: Use BUG_ON_STATIC()
2026-07-16  Maxime HenrionDEBUG: add BUG_ON_STATIC(): a compile-time BUG_ON()
2026-07-16  Frederic LecailleREGTESTS: protobuf: add regression test for nested...
2026-07-16  Amaury DenoyelleBUG/MINOR: ssl: fix proxy lookup for show ssl sni
2026-07-16  Frederic LecailleBUG/MEDIUM: protobuf: fix nested path bypass in field...
2026-07-16  Frederic LecailleBUG/MEDIUM: protobuf: adjust sample size capacity after...
2026-07-15  Olivier HouchardBUG/MEDIUM: ssl-gencert: Don't forget to free memory...
2026-07-15  Olivier HouchardDOC: stats: Document that stats admin is vulnerable...
2026-07-15  Olivier HouchardBUG/MEDIUM: stats: Ensure that Origin is valid on POSTs
2026-07-13  Maxime HenrionCLEANUP: cache: align the cache_hint_hits increment...
2026-07-10  William LallemandMEDIUM: ssl: add FIPS signature algorithm check for...
2026-07-10  William LallemandMEDIUM: ssl: set FIPS-approved sigalgs defaults for...
2026-07-10  William LallemandMEDIUM: ssl: add FIPS elliptic curve check for AWS-LC
2026-07-10  William LallemandMEDIUM: ssl: set FIPS-approved curve defaults for AWS...
2026-07-10  William LallemandMEDIUM: ssl: add FIPS TLS 1.3 ciphersuite check for...
2026-07-10  William LallemandMEDIUM: ssl: set FIPS-approved cipher defaults for...
2026-07-10  William LallemandMEDIUM: ssl: add FIPS TLS 1.2 cipher check for AWS-LC
2026-07-10  William LallemandMEDIUM: ssl: introduce src/fips.c with TLS version...
2026-07-10  Maxime HenrionMEDIUM: cache: add support for hints-only HTTP caches
2026-07-10  Maxime HenrionMINOR: cache: factor cache_extract_link_hints out of...
2026-07-10  Maxime HenrionREGTESTS: cache: validate the emission of 103s
2026-07-10  Maxime HenrionMINOR: cache: allow customizing ratio for early hints
2026-07-10  Maxime HenrionMINOR: cache: allow opting out of early hints at the...
2026-07-10  Maxime HenrionMINOR: cache: add a counter for cache hits serving...
2026-07-10  Maxime HenrionMEDIUM: cache: emit early hints if configured to do so
2026-07-10  Maxime HenrionMINOR: http: factor 103 emission into start/end helpers
2026-07-10  Maxime HenrionMINOR: cache: indicate whether entries are stripped...
2026-07-10  Maxime HenrionMEDIUM: cache: early hints-aware eviction code
2026-07-10  Maxime HenrionMINOR: cache: track full and hints entries in per-pool...
2026-07-10  Maxime HenrionMINOR: shctx: allow consumers to customize eviction...
2026-07-10  Maxime HenrionMINOR: cache: add helper functions for early hints...
2026-07-10  Maxime HenrionMINOR: cache: add config options for early hints support
2026-07-10  Maxime HenrionMINOR: cache: minor changes ahead of support for sendin...
2026-07-10  Maxime HenrionMINOR: http: add two header parsing functions
2026-07-10  Maxime HenrionBUG/MEDIUM: cache: reattach the row when a secondary...
2026-07-10  Maxime HenrionDOC: stats: document the per-proxy byte count fields...
2026-07-10  Maxime HenrionMINOR: shctx: clamp shctx_row_data_get() reads against...
2026-07-10  Maxime HenrionBUG/MINOR: shctx: fix shctx_row_data_get() when offset...
2026-07-10  Willy TarreauBUG/MEDIUM: stats: subject "stats admin" accesses to...
2026-07-10  Willy TarreauMINOR: stats: factor the proxy vs scope check into...
2026-07-10  Christopher... BUG/MEDIUM: applet: Reenable reads in applet context...
2026-07-10  Christopher... BUG/MINOR: hlua: Apply socket timeout on server side...
2026-07-09  Olivier HouchardBUILD: task: Fix build when no 8B CAS is available...
2026-07-08  Olivier HouchardBUILD: haload: Increase a buffer size so that gcc will...
2026-07-08  Willy Tarreau[RELEASE] Released version 3.5-dev2 v3.5-dev2
2026-07-08  Frederic LecailleMINOR: haload: allow "0" shortcut for IPv4 bind address
2026-07-08  Frederic LecailleMINOR: haterm: add note about QUIC usage on SSL port
2026-07-08  Frederic LecailleMINOR: haload: move statistics header printing to mtask_cb
2026-07-08  William LallemandCI: github: update vmactions/freebsd-vm to 14.4
2026-07-08  Tim DuesterhusREGTESTS: Remove support for `REQUIRE_SERVICE` from...
2026-07-08  Tim DuesterhusREGTESTS: Migrate `REQUIRE_SERVICE=prometheus-exporter...
2026-07-08  Tim DuesterhusREGTESTS: Remove support for `REQUIRE_OPTION` from...
2026-07-08  Tim DuesterhusREGTESTS: Migrate REQUIRE_OPTION to `haproxy -cc`
2026-07-08  Tim DuesterhusREGTESTS: Remove unused `_version` function from `scrip...
2026-07-08  Tim DuesterhusREGTESTS: Remove unused `add_range_to_test_list` functi...
2026-07-08  Remi Tricot... MINOR: ocsp: Do not see ocsp loading failures as fatal...
2026-07-08  Willy TarreauDOC: readme: add a pointer to haterm/haload docs
2026-07-08  Willy TarreauDOC: haterm: add a missing 'haterm' build target on...
2026-07-08  Willy TarreauMAJOR: mworker: remove deprecated "master-worker" globa...
2026-07-08  Christopher... BUG/MINOR: http-conv: Make url-dec failed if no space...
2026-07-08  Christopher... MINOR: stream: Add be_max_retries/cur_max_retries sampl...
2026-07-08  Christopher... BUG/MINOR: stream: Fix custom max-retries initializatio...
2026-07-08  Christopher... REGTESTS: Improve script testing the set-timeout action
next