]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2025-04-29 Amaury DenoyelleBUG/MINOR: quic: ensure cwnd limits are always enforced
2025-04-29 Amaury DenoyelleMINOR: quic: refactor BBR API
2025-04-29 Amaury DenoyelleMINOR: quic: rename min/max fields for congestion windo...
2025-04-29 William LallemandBUG/MINOR: acme: creating an account should not end...
2025-04-29 Willy TarreauMINOR: tcp: add support for setting TCP_NOTSENT_LOWAT...
2025-04-29 Willy TarreauBUG/MINOR: mux-h2: fix the offset of the pattern for...
2025-04-29 William LallemandBUG/MINOR: acme: does not try to unlock after a failed...
2025-04-29 William LallemandDOC: configuration: add quic4 to the ssl-f-use example
2025-04-29 William LallemandCLEANUP: acme: remove old TODO for account key
2025-04-29 William LallemandDOC: configuration: acme account key are auto generated
2025-04-28 Willy TarreauMEDIUM: mcli: replicate the current mode when enterin...
2025-04-28 Willy TarreauMEDIUM: mcli: make the prompt mode configurable between i/p
2025-04-28 Willy TarreauMEDIUM: cli: make the prompt mode configurable between...
2025-04-28 Willy TarreauMINOR: cli: split APPCTX_CLI_ST1_PROMPT into two distin...
2025-04-28 Willy TarreauMINOR: compiler: add more macros to detect macro defini...
2025-04-28 William LallemandMEDIUM: acme: use 'crt-base' to load the account key
2025-04-28 William LallemandMEDIUM: acme: generate the account file when not found
2025-04-28 William LallemandMINOR: acme: failure when no directory is specified
2025-04-28 William LallemandMINOR: acme: separate the code generating private keys
2025-04-28 William LallemandBUG/MINOR: ssl/acme: free EVP_PKEY upon error
2025-04-28 Willy TarreauMEDIUM: thread: set DEBUG_THREAD to 1 by default
2025-04-28 Willy TarreauMINOR: threads/cli: display the lock history on "show...
2025-04-28 Willy TarreauMEDIUM: threads: keep history of taken locks with DEBUG...
2025-04-28 Willy TarreauMINOR: threads: turn the full lock debugging to DEBUG_T...
2025-04-28 Willy TarreauMINOR: threads: prepare DEBUG_THREAD to receive more...
2025-04-28 Willy TarreauBUILD: leastconn: fix build warning when building witho...
2025-04-28 Willy TarreauBUILD: acme: use my_strndup() instead of strndup()
2025-04-28 Aurelien DARRAGONMINOR: promex: expose ST_I_PX_RATE (current_session_rate)
2025-04-28 Aurelien DARRAGONDOC: config: clarify log-forward "host" option
2025-04-28 Aurelien DARRAGONDOC: config: fix ACME paragraph rendering issue
2025-04-28 William LallemandMINOR: ssl/cli: add a '-t' option to 'show ssl sni'
2025-04-25 Willy TarreauBUG/MAJOR: listeners: transfer connection accounting...
2025-04-25 Olivier HouchardBUG/MAJOR: tasklets: Make sure he tasklet can't run...
2025-04-25 Olivier HouchardMEDIUM: quic: Make sure we return the tasklet from...
2025-04-25 Olivier HouchardMEDIUM: quic: Make sure we return NULL in quic_conn_app...
2025-04-25 Olivier HouchardMEDIUM: quic: Make sure we return the tasklet from...
2025-04-25 Olivier HouchardMEDIUM: mux_fcgi: Make sure we return the tasklet from...
2025-04-25 Olivier HouchardMEDIUM: listener: Make sure w ereturn the tasklet from...
2025-04-25 Olivier HouchardMEDIUM: checks: Make sure we return the tasklet from...
2025-04-25 Willy Tarreau[RELEASE] Released version 3.2-dev12 v3.2-dev12
2025-04-25 Willy TarreauMINOR: resolvers: use the runtime IPv6 status instead...
2025-04-25 Willy TarreauBUG/MINOR: master/cli: only parse the '@@' prefix on...
2025-04-25 Willy TarreauRevert "BUG/MINOR: master/cli: properly trim the '...
2025-04-25 Christopher... BUG/MEDIUM: cli: Handle applet shutdown when waiting...
2025-04-24 William LallemandMEDIUM: acme: better error/retry management of the...
2025-04-24 William LallemandMEDIUM: acme: reset the remaining retries
2025-04-24 William LallemandMEDIUM: acme: use Retry-After value for retries
2025-04-24 Willy TarreauMINOR: resolvers: add "dns-accept-family auto" to rely...
2025-04-24 Willy TarreauMINOR: sock-inet: detect apparent IPv6 connectivity
2025-04-24 Willy TarreauMINOR: resolvers: add command-line argument -4 to force...
2025-04-24 Willy TarreauMEDIUM: resolvers: add global "dns-accept-family" directive
2025-04-24 Willy TarreauBUG/MINOR: master/cli: properly trim the '@@' process...
2025-04-24 Christopher... CLEANUP: applet: Remove unsued rule pointer in appctx...
2025-04-24 Christopher... MINOR: applet: Save the "use-service" rule in the strea...
2025-04-24 Christopher... MINOR: hlua: Use the applet name in error messages...
2025-04-24 Christopher... MINOR: cache: Add a pointer on the cache in the cache...
2025-04-24 Christopher... MINOR: cli/applet: Move appctx fields only used by...
2025-04-24 Christopher... BUG/MINOR: ring: Fix I/O handler of "show event" comman...
2025-04-24 Christopher... BUG/MINOR: hlua: Fix I/O handler of lua CLI commands...
2025-04-24 Christopher... CLEANUP: applet: Update st0/st1 comment in appctx structure
2025-04-24 Christopher... MINOR: cli: Rename some CLI applet states to reflect...
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...
next