]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-05-21  Willy TarreauBUILD: acme: fix build issue on 32-bit archs with 64...
2025-05-21  Willy TarreauBUILD: ssl: avoid possible printf format warning in...
2025-05-20  Willy TarreauCLEANUP: wdt: clarify the comments on the common exit...
2025-05-20  Willy TarreauBUG/MEDIUM: wdt: always ignore the first watchdog wakeup
2025-05-20  William LallemandDOC: management: update 'acme status'
2025-05-20  Frederic LecailleDOC: update INSTALL for QUIC with OpenSSL 3.5 usages
2025-05-20  Frederic LecailleMINOR: quic: OpenSSL 3.5 trick to support 0-RTT
2025-05-20  Frederic LecailleMINOR: quic: OpenSSL 3.5 internal QUIC custom extension...
2025-05-20  Frederic LecailleMINOR: quic: implement all remaining callbacks for...
2025-05-20  Frederic LecailleMINOR: quic: Allow the use of the new OpenSSL 3.5.0...
2025-05-20  Frederic LecailleMINOR: quic: Add useful error traces about qc_ssl_sess_...
2025-05-20  Frederic LecailleCLEANUP: quic: Useless BIO_METHOD initialization
2025-05-19  William LallemandMINOR: acme: renewal notification over the dpapi sink
2025-05-19  Willy TarreauBUG/MAJOR: leastconn: never reuse the node after droppi...
2025-05-19  Amaury DenoyelleBUG/MINOR: quic: fix crash on quic_conn alloc failure
2025-05-17  Willy TarreauBUG/MAJOR: queue: properly keep count of the queue...
2025-05-17  Willy TarreauBUG/MAJOR: leastconn: do not loop forever when facing...
2025-05-16  Willy TarreauIMPORT: slz: silence a build warning on non-x86 non-arm
2025-05-16  Willy TarreauIMPORT: slz: fix header used for empty zlib message
2025-05-16  Willy TarreauIMPORT: slz: use a better hash for machines with a...
2025-05-16  Willy TarreauIMPORT: slz: support crc32c for lookup hash on sse4...
2025-05-16  Willy TarreauIMPORT: slz: avoid multiple shifts on 64-bits
2025-05-16  Willy TarreauBUILD: debug: mark ha_crash_now() as attribute(noreturn)
2025-05-16  William LallemandDOC: management: change reference to configuration...
2025-05-16  Willy TarreauDOC: config: properly index "table and "stick-table...
2025-05-16  Willy TarreauBUG/MEDIUM: h1/h2/h3: reject forbidden chars in the...
2025-05-16  Willy TarreauBUG/MINOR: h3: don't insert more than one Host header
2025-05-16  Christopher... BUG/MEDIUM: stconn: Disable 0-copy forwarding for filte...
2025-05-16  Christopher... MEDIUM: hlua: Add function to change the body length...
2025-05-15  Willy TarreauBUG/MEDIUM: peers: also limit the number of incoming...
2025-05-15  Aurelien DARRAGONBUG/MINOR: sink: detect and warn when using "send-proxy...
2025-05-14  Basha MougamadouDOC: configuration: explicit multi-choice on bind shard...
2025-05-14  Willy Tarreau[RELEASE] Released version 3.2-dev16 v3.2-dev16
2025-05-14  Ilia ShipitsinCI: WolfSSL: enable unit tests
2025-05-14  Ilia ShipitsinCI: QuicTLS (weekly): limit run on forks only to manual...
2025-05-14  Ilia ShipitsinCI: musl: enable unit tests
2025-05-14  Ilia ShipitsinCI: compliance: limit run on forks only to manual ...
2025-05-14  Ilia ShipitsinCI: AWS-LC: enable unit tests
2025-05-14  Ilia ShipitsinCI: AWS-LC(fips): enable unit tests
2025-05-14  Willy TarreauDOC: config: move the extraneous sections out of the...
2025-05-14  Willy TarreauDOC: config: move stick-tables and peers to their own...
2025-05-14  Willy TarreauDOC: config: move address formats definition to section 2
2025-05-14  Christopher... DEBUG: mux-spop: Review some trace messages to adjust...
2025-05-14  Christopher... BUG/MEDIUM: mux-spop; Don't report a read error if...
2025-05-14  Christopher... BUG/MEDIUM: mux-spop: Properly detect truncated frames...
2025-05-14  Christopher... BUG/MEDIUM: spop-conn: Report short read for partial...
2025-05-14  Christopher... BUG/MEDIUM: mux-spop: Properly handle CLOSING state
2025-05-13  Christopher... BUG/MEDIUM: mux-spop: Remove frame parsing states from...
2025-05-13  Christopher... MINOR: mux-spop: Don't set SPOP connection state to...
2025-05-13  Christopher... BUG/MINOR: mux-spop: Don't open new streams for SPOP...
2025-05-13  Christopher... BUG/MINOR: mux-spop: Make the demux stream ID a signed...
2025-05-13  Christopher... BUG/MINOR: mux-spop: Don't report error for stream...
2025-05-13  Christopher... BUG/MINOR: spoe: Don't report error on applet release...
2025-05-13  Christopher... DOC: config: Fix a typo in the "term_events" definition
2025-05-13  Christopher... BUG/MINOR: hlua: Fix Channel:data() and Channel:line...
2025-05-13  Willy TarreauMEDIUM: config: change default limits to 1024 threads...
2025-05-13  Willy TarreauMEDIUM: cpu-topo: prefer grouping by CCX for "performan...
2025-05-13  Willy TarreauMEDIUM: cpu-topo: change "efficiency" to consider per...
2025-05-13  Willy TarreauMEDIUM: cpu-topo: change "performance" to consider...
2025-05-13  Willy TarreauMINOR: cpu-topo: provide a function to sort clusters...
2025-05-13  Willy TarreauMINOR: cpu-topo: add a new "group-by-ccx" CPU policy
2025-05-13  Willy TarreauBUG/MINOR: cpu-topo: fix group-by-cluster policy for...
2025-05-13  Amaury DenoyelleMINOR: quic: display stream age
2025-05-13  Amaury DenoyelleMINOR: quic: display QCS info on "show quic stream"
2025-05-13  Amaury DenoyelleMINOR: quic: add stream format for "show quic"
2025-05-13  Amaury DenoyelleMINOR: mux-quic: account Rx data per stream
2025-05-13  Amaury DenoyelleMINOR: quic: account Tx data per stream
2025-05-12  Willy TarreauBUG/MEDIUM: h2/h3: reject some forbidden chars in ...
2025-05-12  Willy TarreauMINOR: http: add a function to validate characters...
2025-05-12  Aurelien DARRAGONBUG/MINOR: server: perform lbprm deinit for dynamic...
2025-05-12  Aurelien DARRAGONBUG/MINOR: server: dont depend on proxy for server...
2025-05-12  Willy TarreauBUG/MINOR: cfgparse: improve the empty arg position...
2025-05-12  Willy TarreauBUG/MINOR: tools: improve parse_line()'s robustness...
2025-05-12  Aurelien DARRAGONBUG/MINOR: threads: fix soft-stop without multithreadin...
2025-05-09  William LallemandMINOR: ssl/ckch: warn when the same keyword was used...
2025-05-09  William LallemandBUG/MINOR: ssl/ckch: always ha_freearray() the previous...
2025-05-09  William LallemandMINOR: tools: ha_freearray() frees an array of string
2025-05-09  William LallemandBUG/MINOR: ssl/ckch: always free() the previous entry...
2025-05-09  William LallemandBUG/MINOR: ssl: prevent multiple 'crt' on the same...
2025-05-09  William LallemandBUG/MINOR: ssl: doesn't fill conf->crt with first arg
2025-05-09  Willy TarreauMEDIUM: sock-inet: re-check IPv6 connectivity every 30s
2025-05-09  Willy TarreauDEBUG: pools: add a new integrity mode "backup" to...
2025-05-09  William LallemandMINOR: acme: add the global option 'acme.scheduler'
2025-05-09  Willy TarreauDEBUG: pool: permit per-pool UAF configuration
2025-05-09  Amaury DenoyelleBUG/MEDIUM: mux-quic: fix crash on invalid fctl frame...
2025-05-09  Willy Tarreau[RELEASE] Released version 3.2-dev15 v3.2-dev15
2025-05-09  Willy TarreauDOC: config: recommend disabling libc-based resolution...
2025-05-09  Willy TarreauBUG/MINOR: cfgparse: consider the special case of empty...
2025-05-09  Amaury DenoyelleBUG/MEDIUM: quic: free stream_desc on all data acked
2025-05-08  Willy TarreauBUG/MEDIUM: stick-table: always remove update before...
2025-05-08  Aurelien DARRAGONMINOR: server: ensure server postparse tasks are run...
2025-05-08  Aurelien DARRAGONBUG/MINOR: cli: fix too many args detection for commands
2025-05-07  Willy TarreauBUG/MEDIUM: stick-tables: close a tiny race in __stkses...
2025-05-07  Willy TarreauBUG/MEDIUM: peers: hold the refcnt until updating ts...
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: reject invalid max_udp_payload size
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: fix TP reject on invalid max-ack-delay
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: use proper error code on invalid recei...
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: reject retry_source_cid TP on server...
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: use proper error code on invalid server TP
2025-05-07  Amaury DenoyelleBUG/MINOR: quic: use proper error code on missing CID...
next