]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-04-24  Christopher... MAJOR: cli: Refacor parsing and execution of pipelined...
2025-04-24  Christopher... MINOR: cli: Use a full prompt command for bidir connect...
2025-04-24  Christopher... BUG/MINOR: cli: Issue an error when too many args are...
2025-04-24  Amaury DenoyelleBUG/MINOR: mux-quic: do not decode if conn in error
2025-04-24  Amaury DenoyelleBUG/MINOR: mux-quic: fix possible infinite loop during...
2025-04-24  Amaury DenoyelleMINOR: h3: simplify h3_rcv_buf return path
2025-04-24  Willy TarreauMINOR: stick-table: use a separate lock label for updates
2025-04-24  William LallemandMEDIUM: acme: rename "account" into "account-key"
2025-04-24  William LallemandMEDIUM: acme: rename "uri" into "directory"
2025-04-23  William LallemandMEDIUM: acme: use a customized proxy
2025-04-23  William LallemandMINOR: httpclient: add an "https" log-format
2025-04-23  William LallemandMINOR: acme/cli: add the 'acme renew' command to the...
2025-04-22  Christopher... MINOR: http-act: Add 'pause' action to temporarily...
2025-04-22  Christopher... BUG/MEDIUM: mux-spop: Respect the negociated max-frame...
2025-04-22  Christopher... CLEANUP: h1: Remove now useless h1_parse_cont_len_heade...
2025-04-22  Christopher... MINOR: hlua/h1: Use http_parse_cont_len_header() to...
2025-04-22  Christopher... MINOR: mux-h1: Keep custom "Content-Length: 0" header...
2025-04-22  Christopher... MINOR: h1-htx: Skip C-L and T-E headers for 1xx and...
2025-04-22  Christopher... MINOR: proxy: Add options to drop HTTP trailers during...
2025-04-22  Christopher... CLEANUP: Slightly reorder some proxy option flags to...
2025-04-19  Willy TarreauCLEANUP: proxy: detach the name node in proxy_free_comm...
2025-04-18  Willy TarreauBUG/MINOR: proxy: always detach a proxy from the names...
2025-04-18  Amaury DenoyelleBUG/MINOR: quic: do not crash on CRYPTO ncbuf alloc...
2025-04-18  Willy Tarreau[RELEASE] Released version 3.2-dev11 v3.2-dev11
2025-04-17  Olivier HouchardMINOR: proxies: Do stage2 initialization for sinks too
2025-04-17  Olivier HouchardMEDIUM: lb_fwrr: Don't start all thread groups on the...
2025-04-17  Olivier HouchardMEDIUM: lb_fwrr: Use one ebtree per thread group.
2025-04-17  Olivier HouchardMINOR: proxies: Add a per-thread group lbprm struct.
2025-04-17  Olivier HouchardMINOR: lb_fwrr: Move the next weight out of fwrr_group.
2025-04-17  Olivier HouchardMINOR: servers: Provide a pointer to the server in...
2025-04-17  Olivier HouchardMINOR: proxies: Initialize the per-thread structure...
2025-04-17  Olivier HouchardMINOR: servers: Move the per-thread server initializati...
2025-04-17  Mariam JohnREGTEST: add new reg-test for the 4 new clienthello...
2025-04-17  Mariam JohnMINOR: sample: add 4 new sample fetches for clienthello...
2025-04-17  Willy TarreauMINOR: wdt: use is_sched_alive() instead of keeping...
2025-04-17  Willy TarreauMINOR: sched: add a new function is_sched_alive() to...
2025-04-17  Willy TarreauCLEANUP: debug: no longer set nor use TH_FL_DUMPING_OTHERS
2025-04-17  Willy TarreauMINOR: debug: make ha_stuck_warning() print the whole...
2025-04-17  Willy TarreauMINOR: debug: make ha_stuck_warning() only work for...
2025-04-17  Willy TarreauMEDIUM: wdt: always make the faulty thread report its...
2025-04-17  Willy TarreauMINOR: pass a valid buffer pointer to ha_thread_dump_one()
2025-04-17  Willy TarreauMINOR: debug: remove unused case of thr!=tid in ha_thre...
2025-04-17  Willy TarreauMINOR: debug: always reset the dump pointer when done
2025-04-17  Willy TarreauMINOR: tinfo: keep a copy of the pointer to the thread...
2025-04-17  Willy TarreauMINOR: debug: protect ha_dump_backtrace() against risks...
2025-04-17  Willy TarreauMINOR: tools: protect dladdr() against reentrant calls...
2025-04-17  Willy TarreauMINOR: tools: also protect the library name resolution...
2025-04-17  Willy TarreauMINOR: debug: do not statify a few debugging functions...
2025-04-17  Willy TarreauBUG/MINOR: debug: detect and prevent re-entrance in...
2025-04-17  Willy TarreauBUG/MINOR: wdt/debug: avoid signal re-entrance between...
2025-04-17  Willy TarreauBUG/MINOR debug: fix !USE_THREAD_DUMP in ha_thread_dump...
2025-04-17  Willy TarreauBUG/MINOR: threads: set threads_idle and threads_harmle...
2025-04-17  Willy TarreauBUILD: makefile: enable backtrace by default on musl
2025-04-17  Amaury DenoyelleMINOR: mux-h2: handle idle-ping on conn reverse
2025-04-17  Amaury DenoyelleMINOR: mux-h2: do not emit GOAWAY on idle ping expiration
2025-04-17  Amaury DenoyelleMEDIUM: listener/mux-h2: implement idle-ping on fronten...
2025-04-17  Amaury DenoyelleMEDIUM: server/mux-h2: implement idle-ping on backend...
2025-04-17  Amaury DenoyelleMINOR: mux-h2: prepare to support PING emission
2025-04-17  Amaury DenoyelleMINOR: mux-h2: refactor idle timeout calculation
2025-04-17  Amaury DenoyelleBUG/MINOR: mux-h2: do not apply timer on idle backend...
2025-04-17  Amaury DenoyelleBUG/MINOR: rhttp: ensure GOAWAY can be emitted after...
2025-04-17  Amaury DenoyelleBUG/MINOR: rhttp: fix reconnect if timeout connect...
2025-04-17  Amaury DenoyelleBUG/MINOR: mux-h2: prevent past scheduling with idle...
2025-04-17  Aurelien DARRAGONBUG/MEDIUM: hlua: fix hlua_applet_{http,tcp}_fct()...
2025-04-16  Amaury DenoyelleMEDIUM: h3: use absolute URI form with :authority
2025-04-16  Amaury DenoyelleBUG/MINOR: h3: reject request URI with invalid characters
2025-04-16  Amaury DenoyelleBUG/MINOR: h3: reject invalid :path in request
2025-04-16  Amaury DenoyelleBUG/MINOR: h3: filter upgrade connection header
2025-04-16  Amaury DenoyelleBUG/MEDIUM: h3: trim whitespaces in header value prior...
2025-04-16  Amaury DenoyelleBUG/MEDIUM: h3: trim whitespaces when parsing headers...
2025-04-16  William LallemandMINOR: acme: free acme_ctx once the task is done
2025-04-16  William LallemandMINOR: acme: register the task in the ckch_store
2025-04-16  William LallemandBUG/MINOR: acme/cli: fix certificate name in error...
2025-04-16  William LallemandMINOR: acme: add a success message to the logs
2025-04-16  William LallemandMINOR: acme: emit logs instead of ha_notice
2025-04-16  William LallemandDOC: configuration: specify limitations of ACME for 3.2
2025-04-16  William LallemandBUG/MINOR: acme: fix the exponential backoff of retries
2025-04-16  William LallemandBUG/MINOR: acme: key not restored upon error in acme_re...
2025-04-16  William LallemandRevert "BUG/MINOR: acme: key not restored upon error...
2025-04-16  William LallemandMEDIUM: sink: add a new dpapi ring buffer
2025-04-16  William LallemandDOC: configuration: fix a typo in ACME documentation
2025-04-15  Ilia ShipitsinCI: fedora rawhide: enable unit tests
2025-04-15  Christopher... BUG/MEDIUM: http-ana: Report 502 from req analyzer...
2025-04-15  Christopher... BUG/MINOR: http-ana: Properly detect client abort when...
2025-04-15  William LallemandBUILD: incompatible pointer type suspected with -DDEBUG... 20250415-gcc-15-unittest
2025-04-15  William LallemandCLEANUP: acme: stored value is overwritten before it...
2025-04-15  William LallemandBUG/MINOR: acme: fix possible NULL deref
2025-04-14  Willy TarreauMINOR: debug: detect call instructions and show the...
2025-04-14  Willy TarreauMINOR: debug: in call traces, dump the 8 bytes before...
2025-04-14  Willy TarreauMINOR: tools: let dump_addr_and_bytes() support dumping...
2025-04-14  Willy TarreauDEBUG: counters: add the ability to enable/disable...
2025-04-14  Willy TarreauDEBUG: counters: make COUNT_IF() only appear at DEBUG_C...
2025-04-14  Willy TarreauDEBUG: rename DEBUG_GLITCHES to DEBUG_COUNTERS and...
2025-04-14  Willy TarreauDEBUG: init: report invalid characters in debug descrip...
2025-04-14  Willy TarreauDOC: config: add the missing "force-cfg-parser-pause...
2025-04-14  Willy TarreauDOC: config: add the missing "profiling.memory" to...
2025-04-14  Willy TarreauBUG/MINOR: debug: remove the trailing \n from BUG_ON...
2025-04-14  William LallemandDOC: acme: explain how to configure and run ACME
2025-04-14  William LallemandMINOR: acme: default to 2048bits for RSA
2025-04-14  Valentine KrasnobaevaBUG/MINOR: thread: protect thread_cpus_enabled_at_boot...
next