]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-09-09  Amaury DenoyelleBUG/MEDIUM: checks: fix ALPN inheritance from server
2025-09-09  Amaury DenoyelleOPTIM: check: do not delay MUX for ALPN if SSL not...
2025-09-09  Amaury DenoyelleBUG/MINOR: hq-interop: adjust parsing/encoding on backe...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Reinforce conditions to report...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Report RST/error to app-layer strea...
2025-09-09  Christopher... BUG/MINOR: mux-h2: Remove H2_CF_DEM_DFULL flags when...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Restart reading when mbuf ring...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2; Don't block reveives in H2_CS_ERROR...
2025-09-09  Christopher... BUG/MEDIUM: mux-h2: Reset MUX blocking flags when a...
2025-09-08  Amaury DenoyelleBUG/MINOR: quic: properly support GSO on backend side
2025-09-08  Christopher... MINOR: pools: Don't dump anymore info about pools when...
2025-09-08  Christopher... BUG/MINOR: pools: Fix the dump of pools info to deal...
2025-09-08  Christopher... REGTESTS: ssl: Fix the script about automatic SNI selection
2025-09-08  Amaury DenoyelleMINOR: quic: restore QUIC_HP_SAMPLE_LEN constant
2025-09-08  Amaury DenoyelleTESTS: quic: add unit-tests for QUIC TX part
2025-09-08  Amaury DenoyelleCLEANUP: quic: fix typo in quic_tx trace
2025-09-08  Aurelien DARRAGONMINOR: stats-file: use explicit unsigned integer bitshi...
2025-09-08  Aurelien DARRAGONBUG/MEDIUM: proxy: fix crash with stop_proxy() called...
2025-09-08  Frederic LecailleMINOR: quic: SSL session reuse for QUIC
2025-09-06  Olivier HouchardBUG/MEDIUM: ssl: Properly initialize msg_controllen.
2025-09-06  Willy TarreauBUG/MINOR: cpu_topo: work around a small bug in musl...
2025-09-05  Frederic LecailleBUG/MINOR: quic: too short PADDING frame for too short...
2025-09-05  Frederic LecailleMINOR: quic: add useful trace about padding params...
2025-09-05  Christopher... REGTESTS: ssl: Add a script to test the automatic SNI...
2025-09-05  Christopher... OPTIM: tcpcheck: Reorder tcpchek_connect structure...
2025-09-05  Christopher... MEDIUM: httpcheck/ssl: Base the SNI value on the HTTP...
2025-09-05  Christopher... MEDIUM: server/ssl: Base the SNI value to the HTTP...
2025-09-05  Christopher... BUG/MINOR: tcpcheck: Don't use sni as pool-conn-name...
2025-09-05  Christopher... OPTIM: tcpcheck: Don't set SNI and ALPN for non-ssl...
2025-09-05  Christopher... OPTIM: proto_rhttp: Don't set SNI for non-ssl connections
2025-09-05  Christopher... OPTIM: backend: Don't set SNI for non-ssl connections
2025-09-05  Christopher... BUG/MINOR: server: Update healthcheck when server setti...
2025-09-05  Christopher... BUG/MEDIUM: server: Use sni as pool connection name...
2025-09-05  Christopher... MINOR: server: Parse sni and pool-conn-name expressions...
2025-09-05  Christopher... BUG/MINOR: acl: Fix error message about several '-m...
2025-09-05  Willy Tarreau[RELEASE] Released version 3.3-dev8 v3.3-dev8
2025-09-05  Willy TarreauBUILD: makefile: bump the default minimum linux version...
2025-09-05  Willy TarreauMINOR: trace: accept trace spec right after "-dt" on...
2025-09-05  Willy TarreauBUILD: trace: silence a bogus build warning at -Og
2025-09-05  Nikita KurashkinMINOR: version: add -vq, -vqb, and -vqs flags for conci...
2025-09-05  Maximilian... MINOR: sample: Add base2 converter
2025-09-05  Willy TarreauMEDIUM: init: always warn when running as root without...
2025-09-04  Aurelien DARRAGONBUG/MINOR: log: fix potential memory leak upon error...
2025-09-04  Frederic LecailleBUG/MEDIUM: quic-be: too early SSL_SESSION initialization
2025-09-04  Amaury DenoyelleBUG/MINOR: connection: streamline conn detach from...
2025-09-04  Amaury DenoyelleBUG/MEDIUM: conn: fix UAF on connection after reversal...
2025-09-04  Willy TarreauMAJOR: backend: switch the default balancing algo to...
2025-09-04  Willy TarreauREGTESTS: explicitly use "balance roundrobin" where...
2025-09-03  Amaury DenoyelleBUG/MINOR: check: fix dst address when reusing a connection
2025-09-03  Amaury DenoyelleBUG/MINOR: check: ensure check-reuse is compatible...
2025-09-03  Aurelien DARRAGONMEDIUM: stats-file: add some BUG_ON() guards to ensure...
2025-09-03  Aurelien DARRAGONMINOR: stats-file: reserve some bytes in exported structs
2025-09-03  Aurelien DARRAGONBUILD: stats-file: fix aligment issues
2025-09-03  Aurelien DARRAGONMINOR: compiler: add ALWAYS_PAD() macro
2025-09-03  Aurelien DARRAGONOPTIM: stats-file: don't unnecessarily die hard on...
2025-09-03  Aurelien DARRAGONDOC: config: document "shm-stats-file" directive
2025-09-03  Aurelien DARRAGONMEDIUM: stats-file/counters: store and preload stats...
2025-09-03  Aurelien DARRAGONMINOR: stats-file: add process slot management for...
2025-09-03  Aurelien DARRAGONMEDIUM: stats-file: processes share the same clock...
2025-09-03  Aurelien DARRAGONMINOR: stats-file: introduce shm-stats-file directive
2025-09-03  Aurelien DARRAGONMINOR: counters: retrieve detailed errmsg upon failure...
2025-09-03  Willy TarreauOPTIM: stick-tables: exit expiry faster when the update...
2025-09-03  Willy TarreauMINOR: stick-tables: limit the number of visited nodes...
2025-09-03  Willy TarreauBUG/MEDIUM: peers: don't fail twice to grab the update...
2025-09-03  Willy TarreauBUG/MINOR: stick-tables: never leave used entries witho...
2025-09-03  Willy TarreauBUG/MEDIUM: stick-tables: don't leave the expire loop...
2025-09-03  William LallemandMEDIUM: cfgparse: warn when using user/group when built...
2025-09-03  Ilia ShipitsinCI: fix syntax of Quic Interop pipelines
2025-09-03  Frederic LecailleMINOR: quic: Add more information about RX packets
2025-09-02  Willy TarreauBUILD: acl: silence a possible null deref warning in...
2025-09-02  Willy TarreauBUG/MINOR: haproxy: be sure not to quit too early on...
2025-09-02  William LallemandDOC: configuration: rework the jwt_verify keyword docum...
2025-09-02  Amaury DenoyelleMEDIUM: quic: strengthen BUG_ON() for unpad Initial...
2025-09-02  Amaury DenoyelleBUG/MINOR: quic: pad Initial pkt with CONNECTION_CLOSE...
2025-09-02  Amaury DenoyelleBUG/MINOR: quic: fix padding issue on INITIAL retransmit
2025-09-02  Amaury DenoyelleBUG/MINOR: quic: fix room check if padding requested
2025-09-02  Amaury DenoyelleMINOR: quic/flags: complete missing flags
2025-09-02  Frederic LecailleBUG/MINOR: quic: ignore AGAIN ncbuf err when parsing...
2025-09-02  Alexander StephanBUG/MINOR: tools: Add OOM check for malloc() in indent_...
2025-09-02  Alexander StephanBUG/MINOR: compression: Add OOM check for calloc()...
2025-09-02  Alexander StephanBUG/MINOR: cfgparse: Add OOM check for calloc() in...
2025-09-02  Alexander StephanBUG/MINOR: acl: Add OOM check for calloc() in smp_fetch...
2025-09-02  Alexander StephanBUG/MINOR: log: Add OOM checks for calloc() and malloc...
2025-09-02  Alexander StephanBUG/MINOR: halog: Add OOM checks for calloc() in filter...
2025-09-01  Christopher... BUG/MINOR: acl: Properly detect overwritten matching...
2025-09-01  Christopher... BUG/MINOR: server: Duplicate healthcheck's sni inherite...
2025-09-01  Christopher... BUG/MEDIUM: server: Duplicate healthcheck's alpn inheri...
2025-09-01  Christopher... MINOR: acl; Warn when matching method based on a suffix...
2025-09-01  Christopher... MINOR: acl: Only allow one '-m' matching method
2025-09-01  Christopher... REG-TESTS: map_redirect: Don't use hdr_dom in ACLs...
2025-09-01  Amaury DenoyelleMINOR: conn/muxes/ssl: add ASSUME_NONNULL() prior to...
2025-09-01  Amaury DenoyelleBUG/MAJOR: mux-quic: fix crash on reload during emission
2025-09-01  Frederic LecailleBUG/MEDIUM: quic: CRYPTO frame freeing without eb_delete()
2025-09-01  Frederic LecailleCLEANUP: quic: remove a useless CRYPTO frame variable...
2025-08-29  Collison, StevenDOC: proxy-protocol: Make example for PP2_SUBTYPE_SSL_S...
2025-08-29  Amaury DenoyelleBUG/BUILD: stats: fix build due to missing stat enum...
2025-08-29  Christopher... MEDIUM: proxy: Reject some header names for 'http-send...
2025-08-28  Amaury DenoyelleMINOR: proxy: extend "show servers conn" output
2025-08-28  Amaury DenoyelleMINOR: stats: display new curr_sess_idle_conns server...
2025-08-28  Amaury DenoyelleMINOR: doc: add missing statistics column
next