]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
10 days ago  Emeric BrunBUG/MINOR: net_helper: fix length controls on ip.fp...
11 days ago  Willy TarreauMINOR: mux-h2: report glitches on early RST_STREAM
11 days ago  Willy TarreauMINOR: stconn: flag the stream endpoint descriptor...
11 days ago  Christopher... BUG/MINOR: stconn: Always declare the SC created from...
11 days ago  Christopher... CLEANUP: stconn: Remove usless sc_new_from_haterm(...
11 days ago  Amaury DenoyelleBUG/MINOR: quic: close conn on packet reception with...
11 days ago  Ilia ShipitsinCLEANUP: fix typos and spelling in comments and documen...
11 days ago  Ilia ShipitsinCI: github: fix tag listing by implementing proper...
13 days ago  Christopher... BUG/MEDIUM: htx: Fix htx_xfer() to consume more data...
13 days ago  William LallemandBUG/MINOR: acme: fix task allocation leaked upon error
2026-03-27  Olivier HouchardMINOR: connections: Enhance tune.idle-pool.shared
2026-03-27  Mia KanashiBUG/MEDIUM: acme: skip doing challenge if it is already...
2026-03-27  Christopher... BUG/MINOR: http-ana: Only consider client abort for...
2026-03-27  Christopher... BUG/MINOR: config: Properly test warnif_misplaced_...
2026-03-27  Christopher... BUG/MINOR: config: Warn only if warnif_cond_conflicts...
2026-03-26  Olivier HouchardMEDIUM: server: remove a useless memset() in srv_update...
2026-03-26  Olivier HouchardMEDIUM: connections: Enforce mux protocol requirements
2026-03-26  Olivier HouchardMINOR: protocols: Add a new proto_is_quic() function
2026-03-26  Olivier HouchardMINOR: checks: Store the protocol to be used in struct...
2026-03-26  Olivier HouchardBUG/MEDIUM: check: Don't reuse the server xprt if we...
2026-03-25  William LallemandBUG/MINOR: acme: permission checks on the CLI
2026-03-25  William LallemandBUG/MINOR: ech: permission checks on the CLI
2026-03-23  William LallemandBUILD: tools: potential null pointer dereference in...
2026-03-23  William LallemandBUG/MINOR: acme/cli: fix argument check and error in...
2026-03-23  William LallemandBUG/MINOR: acme: replace atol with len-bounded __strl2u...
2026-03-23  William LallemandBUG/MINOR: acme: free() DER buffer on a2base64url error...
2026-03-23  William LallemandBUG/MINOR: acme: NULL check on my_strndup()
2026-03-23  Christopher... DOC: config: Reorder params for 'tcp-check expect'...
2026-03-23  Christopher... DOC: config: Add missing 'status-code' param for 'http...
2026-03-23  Christopher... MINOR: proxy: Add use-small-buffers option to set where...
2026-03-23  Christopher... DOC: config: Fix alphabetical ordering of external...
2026-03-23  Christopher... DOC: config: Fix alphabetical ordering of proxy options
2026-03-23  Christopher... MINOR: proxy: Review options flags used to configure...
2026-03-23  Christopher... MEDIUM: tcpcheck: Use small buffer if possible for...
2026-03-23  Christopher... MEDIUM: mux-h2: Stop dealing with HTX flags transfer...
2026-03-23  Christopher... Revert "BUG/MEDIUM: mux-h2: make sure to always report...
2026-03-23  Christopher... MEDIUM: tree-wide: Rely on htx_xfer() instead of htx_xf...
2026-03-23  Christopher... MEDIUM: stconn: Use a small buffer if possible for...
2026-03-23  Christopher... MEDIUM: stream: Try to use small buffer when TCP stream...
2026-03-23  Christopher... MEDIUM: stream: Try to use a small buffer for HTTP...
2026-03-23  Christopher... MEDIUM: chunk: Add support for small chunks
2026-03-23  Christopher... MINOR: http-ana: Use HTX API to move to a large buffer
2026-03-23  Christopher... MINOR: htx: Add helper functions to xfer a message...
2026-03-23  Christopher... MEDIUM: htx: Add htx_xfer function to replace htx_xfer_blks
2026-03-23  Christopher... MINOR: config: Report the warning when invalid large...
2026-03-23  Christopher... MINOR: config: Relax tests on the configured size of...
2026-03-23  Christopher... MINOR: quic: Use b_alloc_small() to allocate a small...
2026-03-23  Christopher... MINOR: dynbuf: Add helper functions to alloc large...
2026-03-23  Christopher... MINOR: buffers: Move small buffers management from...
2026-03-23  Amaury DenoyelleBUG/MINOR: http_htx: fix null deref in http-errors...
2026-03-23  William LallemandBUG/MINOR: acme/cli: wrong argument check in 'acme...
2026-03-23  William LallemandBUG/MINOR: acme: wrong error when checking for duplicat...
2026-03-23  William LallemandBUG/MINOR: acme: leak of ext_san upon insertion error
2026-03-23  Amaury DenoyelleMEDIUM: proxy: remove http-errors limitation for dynami...
2026-03-23  Amaury DenoyelleMINOR/OPTIM: http_htx: lookup once http_errors section...
2026-03-23  Amaury DenoyelleMINOR: http_htx: split check/init of http_errors
2026-03-23  Amaury DenoyelleMINOR: http_htx: rename fields in struct conf_errors
2026-03-23  Amaury DenoyelleMINOR: http_htx: use enum for arbitrary values in conf_...
2026-03-23  David CarlierBUG/MEDIUM: acme: fix multiple resource leaks in acme_x...
2026-03-23  Willy TarreauBUILD: sched: fix leftover of debugging test in single...
2026-03-23  Willy TarreauMINOR: mux-h2: assign a limited frames processing budget
2026-03-23  Willy TarreauMEDIUM: sched: change scheduler budgets to lower TL_BULK
2026-03-23  Willy TarreauMEDIUM: sched: do not punish self-waking tasklets if...
2026-03-23  Willy TarreauMINOR: sched: do not punish self-waking tasklets anymore
2026-03-23  Willy TarreauMINOR: sched: do not requeue a tasklet into the current...
2026-03-23  Willy TarreauMEDIUM: sched: do not run a same task multiple times...
2026-03-20  Frederic LecailleBUG/MINOR: qpack: fix 62-bit overflow and 1-byte OOB...
2026-03-20  Egor ShestakovBUG/MINOR: sock: adjust accept() error messages for...
2026-03-20  Aurelien DARRAGONMINOR: log: support optional 'profile <log_profile_name...
2026-03-20  Aurelien DARRAGONMINOR: log: provide a way to override logger->profile...
2026-03-20  Aurelien DARRAGONMINOR: log: split do_log() in do_log() + do_log_ctx()
2026-03-20  Willy Tarreau[RELEASE] Released version 3.4-dev7 v3.4-dev7
2026-03-19  William LallemandCLEANUP: mworker: fix tab/space mess in mworker_env_to_...
2026-03-19  William LallemandBUG/MINOR: mworker: fix sort order of mworker_proc...
2026-03-19  Willy TarreauMINOR: mux-h2: permit to fix a minimum value for the...
2026-03-19  Willy TarreauMINOR: mux-h2: permit to moderate the advertised stream...
2026-03-19  Willy TarreauMINOR: mux-h2: store the concurrent streams hard limit...
2026-03-19  Willy TarreauMINOR: task: maintain a per-thread indicator of the...
2026-03-19  Willy TarreauMINOR: freq_ctr: add a function to add values with...
2026-03-19  William LallemandCI: github: treat vX.Y.Z release tags as stable like...
2026-03-19  Alexander StephanBUG/MINOR: mworker/cli: fix show proc pagination losing...
2026-03-19  Amaury DenoyelleBUG/MEDIUM: h3: reject unaligned frames except DATA
2026-03-19  Amaury DenoyelleBUG/MAJOR: h3: check body size with content-length...
2026-03-19  Aleksandar... OPTIM: haterm: use chunk builders for generated respons...
2026-03-19  Willy TarreauBUG/MINOR: mux-h2: properly ignore R bit in WINDOW_UPDA...
2026-03-19  Willy TarreauBUG/MINOR: mux-h2: properly ignore R bit in GOAWAY...
2026-03-19  Willy TarreauBUG/MEDIUM: peers: enforce check on incoming table...
2026-03-18  William LallemandBUG/MINOR: mworker: don't try to access an initializing...
2026-03-18  Willy TarreauMINOR: debug: opportunistically load libthread_db.so...
2026-03-18  Willy TarreauMINOR: debug: copy debug symbols from /usr/lib/debug...
2026-03-18  Willy TarreauDEV: gdb: add a new utility to extract libs from a...
2026-03-18  Willy TarreauMINOR: debug: read all libs in memory when set-dumpable...
2026-03-18  Willy TarreauMINOR: config: support explicit "on" and "off" for...
2026-03-18  Willy TarreauMINOR: tools: add a function to load a file into a...
2026-03-18  Willy TarreauMINOR: tools: add a function to create a tar file header
2026-03-18  Christopher... BUILD: spoe: Remove unsused variable
2026-03-18  Christopher... BUG/MINOR: spoe: Fix condition to abort processing...
2026-03-18  Aurelien DARRAGONMINOR: promex: export "haproxy_sticktable_local_updates...
2026-03-18  Aurelien DARRAGONMEDIUM: stats-file/clock: automatically update now_offs...
2026-03-17  William LallemandBUG/MINOR: mjson: make mystrtod() length-aware to preve...
next