]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2026-06-11 William LallemandDOC: acme: add mentions of lua features
2026-06-11 William LallemandEXAMPLES: lua/acme: add a dns-01 handler for Gandi...
2026-06-11 William LallemandMINOR: acme: publish ACME_DEPLOY event via event_hdl
2026-06-11 William LallemandMINOR: acme: publish ACME_NEWCERT event via event_hdl
2026-06-11 Willy TarreauBUG/MINOR: cpu-topo: use ha_diag_notice() to report...
2026-06-11 Willy TarreauMINOR: errors: add ha_diag_notice() to report diag...
2026-06-11 Karol KucharskiBUG/MEDIUM: ktls: defer enabling TLS ULP on a socket...
2026-06-11 William LallemandMINOR: acme/lua: implement ACME.challenge_ready() Lua...
2026-06-11 William LallemandMEDIUM: lua: move longjmp annotation macros to hlua.h
2026-06-11 William LallemandMINOR: lua: add REGISTER_HLUA_STATE_INIT() to register...
2026-06-11 Amaury DenoyelleBUILD: h3: fix compilation with USE_TRACE=0
2026-06-11 Amaury DenoyelleMINOR: h3: trace HTTP headers on BE side
2026-06-11 Amaury DenoyelleMINOR: h3: trace HTTP headers on FE side
2026-06-11 Amaury DenoyelleMINOR: h3: extend trace verbosity
2026-06-11 William LallemandMINOR: acme: introduce acme_challenge_ready() for reuse...
2026-06-10 William LallemandBUG/MEDIUM: acme: stuck ACME task when authz is already...
2026-06-10 Olivier HouchardBUILD: servers: Fix build with -std=gnu89
2026-06-09 Amaury DenoyelleBUG/MINOR: quic: fix Initial length value in sent packets
2026-06-09 Christopher... REGTESTS: Fix log matching in healthcheck-section.vtc
2026-06-08 Olivier HouchardMEDIUM: servers: Move to a per-thread idle connection...
2026-06-08 Olivier HouchardMINOR: servers: Add a back-pointer to the server in...
2026-06-08 Olivier HouchardBUG/MEDIUM: checks: Dequeue checks on purge
2026-06-08 Willy TarreauMINOR: memprof: be careful to account allocations only...
2026-06-08 Willy TarreauMINOR: memprof: make in_memprof a bitfield instead...
2026-06-08 Willy TarreauBUG/MINOR: acl: report "ACL" not "map" in ACL ID lookup...
2026-06-08 Willy TarreauMINOR: pools: reject creation of pools containing inval...
2026-06-08 Willy TarreauCLEANUP: sessions: simplify the sess_priv_conns pool...
2026-06-08 Willy TarreauBUG/MEDIUM: xprt_qmux: implement ->get_ssl_sock_ctx...
2026-06-07 Olivier HouchardBUG/MEDIUM: threads: Fiw build when using no thread
2026-06-07 Willy TarreauBUG/MEDIUM: regex: initialize the match array earlier...
2026-06-05 Christopher... REGTESTS: checks: Add script for external healthchecks
2026-06-05 Christopher... BUG/MINOR: tcpcheck: Override external check if healthc...
2026-06-05 Amaury DenoyelleBUG/MINOR: mux_quic: do not interrupt recv on error...
2026-06-05 Amaury DenoyelleOPTIM: mux_quic: remove QCS from recv_list on reset
2026-06-05 Amaury DenoyelleBUG/MEDIUM: mux_quic: prevent risk of infinite loop...
2026-06-04 Christopher... BUG/MEDIUM: server/checks: Support healtcheck keyword...
2026-06-04 Christopher... MINOR: check: Don't dump buffers state in check traces...
2026-06-04 Christopher... BUG/MEDIUM: check: Ignore small-buffer option when...
2026-06-04 Christopher... BUG/MEDIUM: check: Skip tcpcheck post-config for extern...
2026-06-03 Willy Tarreau[RELEASE] Released version 3.5-dev0 v3.5-dev0
2026-06-03 Willy TarreauMINOR: version: mention that it's development again
2026-06-03 Willy Tarreau[RELEASE] Released version 3.4.0 v3.4.0
2026-06-03 Willy TarreauMINOR: version: mention that it's 3.4 LTS now.
2026-06-03 Willy TarreauDEV: patchbot: prepare for new version 3.5-dev
2026-06-03 Willy TarreauCLEANUP: map: always test pat->ref in sample_conv_map_key()
2026-06-03 Willy TarreauBUG/MEDIUM: chunk: do not rely on small trash by defaul...
2026-06-03 Willy TarreauBUG/MINOR: jwe: don't write randoms past MAX_DECRYPTED_...
2026-06-03 Christopher... BUG/MEDIUM: stream: Don't use small buffer on queuing...
2026-06-03 William LallemandCI: github: run illumos job weekly on Mondays at 03...
2026-06-03 Christopher... BUG/MEDIUM: vars: Properly eval set-var-fmt action...
2026-06-03 Christopher... BUG/MEDIUM: channel: Fix condition to know if a channel...
2026-06-03 Willy TarreauBUILD: makefile: fix build error with GNU make 4.2...
2026-06-03 William LallemandCI: github: replace cirrus by a vmactions/freebsd-vm job
2026-06-02 Willy TarreauMINOR: haterm: enable ktls on the SSL bind line when...
2026-06-02 Willy TarreauCLEANUP: haterm: do not try to bind to SSL when not...
2026-06-02 Willy TarreauBUG/MINOR: haterm: also apply the tcp-bind-opts to...
2026-06-02 Willy TarreauBUG/MINOR: haterm: do not try to bind QUIC when not...
2026-06-02 Maxime HenrionBUG/MINOR: startup: unbreak chroot with CAP_SYS_CHROOT
2026-06-02 Willy TarreauBUILD: makefile/lua: use the system's default library...
2026-06-02 Christopher... BUG/MINOR: http-act: Properly handle final evaluation...
2026-06-02 Amaury DenoyelleREGTESTS: add basic QMux tests
2026-06-02 Willy TarreauDOC: config: add a few more explanation in http-reusee...
2026-06-01 Willy TarreauDEV: dev/gdb: add fdtab dump
2026-06-01 Willy TarreauDEV: dev/gdb: add simple thread dump
2026-06-01 Willy TarreauDEV: dev/gdb: add simple task dump
2026-06-01 Willy TarreauDEV: dev/gdb: improve ebtree pointer handling
2026-06-01 Willy TarreauBUILD: makefile: search for Lua 5.5 as well
2026-06-01 Olivier HouchardBUG/MINOR: tasks: Increase the right niced_task counter
2026-06-01 Olivier HouchardBUG/MEDIUM: leastconn: Unlock the write lock on allocat...
2026-06-01 Christopher... BUG/MINOR: mux-spop: Fix possible off-by-one OOB read...
2026-06-01 Christopher... BUG/MINOR: applet: Commit changes into input buffer...
2026-06-01 Olivier HouchardBUG/MEDIUM: ssl: Make sure the alpn length is small...
2026-06-01 Willy TarreauMINOR: debug: add -dA to dump an archive of all depende...
2026-06-01 Willy TarreauMINOR: deinit: release the in-memory copy of shared...
2026-06-01 Christopher... BUG/MEDIUM: htx: Fix headers rollback on partial copy...
2026-06-01 Christopher... BUG/MEDIUM: mux-h1: Dup connection/upgrade value to...
2026-06-01 Christopher... BUG/MINOR: cache: Fix copy of value when parsing maxage
2026-06-01 Amaury DenoyelleBUG/MEDIUM: h3: fix MAX_PUSH_ID handling
2026-06-01 Amaury DenoyelleCLEANUP: fix comment typo
2026-06-01 Olivier HouchardBUG/MEDIUM: qmux: Close connection on invalid frame
2026-05-31 Willy TarreauDOC: security: also add a note to exclude dev/ and...
2026-05-31 Willy TarreauDOC: add security.txt describing how to report security...
2026-05-31 Willy TarreauDOC: internals: add a threat model definition
2026-05-31 Willy TarreauDOC: internals: clarify ambiguous wording in core-princ...
2026-05-31 Ilia ShipitsinCLEANUP: admin/halog: improve handling of memory alloca...
2026-05-31 Ilia ShipitsinCLEANUP: ncbmbuf: improve handling of memory allocation...
2026-05-31 Ilia ShipitsinMINOR: addons/51degrees: handle memory allocation failures
2026-05-31 Ilia ShipitsinCLEANUP: addons/51degrees: initialize variables
2026-05-29 Olivier HouchardBUG/MEDIUM: resolvers: Wait a bit before calling the...
2026-05-29 Maxime HenrionBUG/MINOR: cache: fix cache tree iteration
2026-05-29 William LallemandBUILD: Makefile: put EXTRA_MAKE help at the right place
2026-05-29 Olivier HouchardMINOR: quic: Copy sin6_flowinfo and sin6_scope_id too
2026-05-29 Olivier HouchardBUG/MINOR: quic: Fix another buffer overflow with socka...
2026-05-29 Willy TarreauBUILD: makefile: include EXTRA_MAKE in the .build_opts...
2026-05-28 Willy TarreauMINOR: thread: report when thread-groups or nbthread...
2026-05-28 Willy TarreauMINOR: cpu-topo: notify when cpu-policy is ignored...
2026-05-28 Willy TarreauCLEANUP: thread: indicate when max-threads-per-group...
2026-05-28 Willy TarreauBUG/MEDIUM: threads: ignore max-threads-per-group when...
2026-05-28 Willy TarreauBUG/MINOR: threads: set at least grp_max when mtpg...
2026-05-28 Willy TarreauREGTESTS: quic: disable quic/ocsp_auto_update for now
next