]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-02-18  Amaury DenoyelleBUG/MINOR: mux-quic: prevent crash after MUX init failure
2025-02-18  Amaury DenoyelleBUG/MINOR: quic: prevent crash on conn access after...
2025-02-18  Willy TarreauDEV: h2: add a Lua-based HTTP/2 connection tracer
2025-02-17  William LallemandDOC: configuration: document the "crt" frontend keyword
2025-02-17  William LallemandMEDIUM: ssl/crtlist: "crt" keyword in frontend
2025-02-17  William LallemandMINOR: ssl/ckch: return from ckch_conf_clean() when...
2025-02-17  William LallemandMINOR: ssl/crtlist: handle crt_path == cc->crt in crtli...
2025-02-17  William LallemandMINOR: ssl/crtlist: split the ckch_conf loading from...
2025-02-17  Christopher... BUG/MINOR: fcgi: Don't set the status to 302 if it...
2025-02-17  Christopher... BUG/MEDIUM: filters: Handle filters registered on data...
2025-02-17  Christopher... BUG/MINOR: cli: Wait for the last ACK when FDs are...
2025-02-17  Christopher... BUG/MEDIUM: cli: Be sure to drop all input data in...
2025-02-17  William LallemandBUG/MINOR: startup: hap_register_feature() fix for...
2025-02-17  William LallemandBUG/MINOR: startup: leave at first post_section_parser...
2025-02-14  Amaury DenoyelleMINOR: quic: support frame type as a varint
2025-02-13  William LallemandMINOR: startup: allow hap_register_feature() to enable...
2025-02-13  William LallemandMINOR: ssl: store the filenames resulting from a lookup...
2025-02-13  Willy TarreauDOC: watchdog: document the sequence of the watchdog...
2025-02-13  William LallemandMINOR: ssl/cli: display more filenames in 'show ssl...
2025-02-12  William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks sigals
2025-02-12  William LallemandBUG/MINOR: ssl/cli: "show ssl crt-list" lacks client...
2025-02-12  Willy TarreauBUG/MEDIUM: fd: mark FD transferred to another process...
2025-02-12  Amaury DenoyelleMINOR: quic: refactor CRYPTO encoding and splitting
2025-02-12  Amaury DenoyelleMINOR: quic: refactor STREAM encoding and splitting
2025-02-12  William LallemandREGTESTS: stop using truncated.vtc on freebsd
2025-02-12  William LallemandDOC: initcall: name correctly REGISTER_CONFIG_POST_SECT...
2025-02-12  William LallemandCI: cirrus-ci: bump FreeBSD image to 14-2
2025-02-12  William LallemandMEDIUM: initcall: allow to register mutiple post_sectio...
2025-02-12  William LallemandCLEANUP: mworker: "program" section does not have a...
2025-02-12  William LallemandBUG/MINOR: mworker: post_section_parser for the last...
2025-02-12  William LallemandBUG/MINOR: mworker: section ignored in discovery after...
2025-02-12  Amaury DenoyelleMINOR: quic: simplify length calculation for STREAM...
2025-02-12  Amaury DenoyelleBUG/MINOR: quic: fix CRYPTO payload size calcul for...
2025-02-12  Amaury DenoyelleBUG/MINOR: quic: reserve length field for long header...
2025-02-12  Willy TarreauMAJOR: leastconn: postpone the server's repositioning...
2025-02-11  Willy TarreauMEDIUM: server: allocate a tasklet for asyncronous...
2025-02-11  Willy TarreauMINOR: lbprm: add a new callback ->server_requeue to...
2025-02-10  Willy TarreauDEBUG: thread: reduce the struct lock_stat to store...
2025-02-10  Willy TarreauDEBUG: thread: make lock_stat per operation instead...
2025-02-10  Willy TarreauDEBUG: thread: don't keep the redundant _locked counter
2025-02-10  Willy TarreauDEBUG: thread: report the wait time buckets for lock...
2025-02-10  Willy TarreauDEBUG: thread: make lock time computation more consistent
2025-02-10  Willy TarreauDEBUG: thread: report the spin lock counters as seek...
2025-02-10  Willy TarreauBUG/MEDIUM: debug: close a possible race between thread...
2025-02-08  Willy Tarreau[RELEASE] Released version 3.2-dev5 v3.2-dev5
2025-02-07  William LallemandBUG/MEDIUM: ssl: chosing correct certificate using...
2025-02-07  Willy TarreauRevert "IMPORT: plock: export the uninlined version...
2025-02-07  Willy TarreauIMPORT: plock: use cpu_relax() for a shorter time in EBO
2025-02-07  Willy TarreauIMPORT: plock: lower the slope of the exponential back-off
2025-02-07  Willy TarreauIMPORT: plock: give higher precedence to W than S
2025-02-07  Willy TarreauIMPORT: plock: export the uninlined version of the...
2025-02-07  Willy TarreauBUG/MINOR: debug: make sure the "debug dev sched" tasks...
2025-02-07  Willy TarreauBUG/MINOR: debug: make "debug dev sched" accept a negat...
2025-02-06  Lukas TribusDOC: option redispatch should mention persist options
2025-02-06  Christopher... BUG/MINOR: stats-json: Define JSON_INT_MAX as a signed...
2025-02-06  Christopher... MINOR: filters: Improve errors formating during filters...
2025-02-06  Christopher... BUG/MINOR: flt-trace: Support only one name option
2025-02-06  Christopher... BUG/MINOR: auth: Fix a leak on error path when parsing...
2025-02-06  Christopher... BUG/MINOR: config/userlist: Support one 'users' option...
2025-02-06  Christopher... BUG/MINOR: cli: Fix a possible infinite loop in _getsocks()
2025-02-06  Christopher... BUG/MINOR: cli: Fix memory leak on error for _getsocks...
2025-02-06  Christopher... BUG/MINOR: cli: Don't set SE flags from the cli applet
2025-02-06  Christopher... MINOR: mux-spop/mux-fcgi: Add support of the debug...
2025-02-06  Christopher... MINOR: mux-fcgi: Dump info about connections and stream...
2025-02-06  Christopher... MINOR: tevt/mux-fcgi: Report termination events for...
2025-02-06  Christopher... BUG/MEDIUM: mux-fcgi: Propagate flags to SE in fcgi_str...
2025-02-06  Christopher... MEDIUM: mux-fcgi: Add a function to propagate terminati...
2025-02-06  Christopher... MINOR: mux-spop: Implement .show_sd callback function
2025-02-06  Christopher... MINOR: mux-spop: Dump info about connections and stream...
2025-02-06  Christopher... CLEANUP: mux-spop: Remove useless comments
2025-02-06  Christopher... MINOR: tevt/mux-spop: Report termination events for...
2025-02-06  Christopher... MINOR: mux-spop: Set SPOP_CF_ERROR flag on connection...
2025-02-06  Christopher... MINOR: mux-spop: Report EOI on the SE when a ACK is...
2025-02-06  Christopher... MINOR: flt-spoe: Report end of input immediately after...
2025-02-06  Christopher... BUG/MEDIUM: flt-spoe: Properly handle end of stream...
2025-02-06  Christopher... BUG/MEDIUM: applet: Don't pretend to have more data...
2025-02-06  Christopher... BUG/MEDIUM: flt-spoe: Set/test applet flags instead...
2025-02-06  Christopher... BUG/MINOR: tevt/mux-h2: Set truncated receive/eos event...
2025-02-06  Frederic LecailleBUILD: ssl: remove a boringssl definition defined by...
2025-02-03  Christopher... BUG/MINOR: http-check: Don't pretend a C-L heeader...
2025-02-03  Aurelien DARRAGONMEDIUM: stream: interrupt costly rulesets after too...
2025-02-03  Christopher... BUG/MINOR: tcp-rules: Don't forward close during tcp...
2025-02-03  Christopher... DEBUG: mux-h1: Remove some debug counters
2025-02-03  Christopher... DEBUG: http-ana: Remove debug counters from HTTP analyzers
2025-02-03  Christopher... BUG/MINOR: tevt/http-ana: Remove badly placed event...
2025-02-03  Christopher... BUG/MEDIUM: mux-fcgi: Properly handle read0 on partial...
2025-01-31  William LallemandMEDIUM: htx: prevent <mark> to copy incomplete headers...
2025-01-31  Amaury DenoyelleBUILD: quic: remove GCC undefined error in qc_release_l...
2025-01-31  William LallemandDOC: htx: clarify <mark> parameter for htx_xfer_blks()
2025-01-31  William LallemandBUG/MEDIUM: htx: wrong count computation in htx_xfer_blks()
2025-01-31  Christopher... MINOR: tevt/dev: Parse tuple of termination events
2025-01-31  Christopher... MINOR: tevt/connection: Add support for POLL_HUP/POLL_E...
2025-01-31  Christopher... MINOR: tevt/dev: Add term_events tool
2025-01-31  Christopher... REORG: tevt/connection: Move enums at the end of the...
2025-01-31  Christopher... MINOR: tevt: Improve function to convert a termination...
2025-01-31  Christopher... MINOR: tevt: Add a sample to get termination events...
2025-01-31  Christopher... MINOR: tevt/applet: Add limited support for terminatio...
2025-01-31  Christopher... MINOR: tevt: Don't duplicate termination event during...
2025-01-31  Christopher... MEDIUM: tevt/stconn/stream: Add dedicated termination...
2025-01-31  Christopher... MINOR: tevt/stconn: Be more accurate to report shutw...
next