]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
26 hours ago  Maxime HenrionMINOR: quic: add a new metric for ncbuf failures quic-interop flx04/quic-interop
27 hours ago  Amaury DenoyelleMINOR: proxy: improve code when checking server name...
27 hours ago  Amaury DenoyelleMINOR: ncbmbuf: improve itbmap_next() code
27 hours ago  Willy TarreauMINOR: traces: always mark trace_source as thread-aligned
28 hours ago  Christopher... BUG/MEDIUM: spoe: Acquire context buffer in applet...
28 hours ago  Willy TarreauCLENAUP: cfgparse: accept-invalid-http-* does not suppo...
33 hours ago  Ilia ShipitsinCI: remove redundant "halog" compilation
33 hours ago  Ilia ShipitsinCI: use the latest docker for QUIC Interop
33 hours ago  Frederic LecailleCLEANUP: ssl: Remove a useless variable from ssl_gen_x509()
33 hours ago  Frederic LecailleCLEANUP: haterm: avoid static analyzer warnings about...
33 hours ago  Frederic LecailleCLEANUP: haterm: remove unreachable labels hstream_add_...
34 hours ago  Mia KanashiBUG/MINOR: acme: fix incorrect number of arguments...
34 hours ago  Hyeonggeun OhMINOR: ssl: clarify error reporting for unsupported...
45 hours ago  William LallemandBUG/MINOR: acme: wrong labels logic always memprintf...
3 days ago  William LallemandBUG/MINOR: acme: acme_ctx_destroy() leaks auth->dns
4 days ago  Amaury DenoyelleBUG/MINOR: quic/h3: display QUIC/H3 backend module...
4 days ago  Amaury DenoyelleMINOR: quic: add BUG_ON() on half_open_conn counter...
4 days ago  Amaury DenoyelleBUG/MINOR: quic: fix counters used on BE side
4 days ago  Frederic LecailleBUG/MINOR: haterm: missing allocation check in copy_argv()
4 days ago  Frederic LecailleMINOR: haterm: add long options for QUIC and TCP "bind...
4 days ago  Frederic LecailleMINOR: haterm: provide -b and -c options (RSA key size...
4 days ago  Amaury DenoyelleBUG/MINOR: server: enable no-check-sni-auto for dynamic...
4 days ago  Amaury DenoyelleBUG/MINOR: server: set auto SNI for dynamic servers
4 days ago  Amaury DenoyelleBUG/MINOR: proxy: detect strdup error on server auto SNI
4 days ago  William LallemandCLEANUP: acme: remove duplicate includes
5 days ago  Willy Tarreau[RELEASE] Released version 3.4-dev5 v3.4-dev5
5 days ago  William LallemandCI: github: only enable OS X on development branches
5 days ago  Aurelien DARRAGONBUG/MEDIUM: stats-file: detect and fix inconsistent...
5 days ago  Aurelien DARRAGONBUG/MINOR: stats-file: manipulate shm-stats-file heartb...
5 days ago  Aurelien DARRAGONBUG/MEDIUM: stats-file: fix shm-stats-file recover...
5 days ago  Willy TarreauMINOR: haterm: increase thread-local pool size
5 days ago  Frederic LecailleMINOR: haterm: new "haterm" utility
5 days ago  Frederic LecailleMINOR: haterm: add haterm HTTP server
5 days ago  Frederic LecailleMINOR: stconn: stream instantiation from proxy callback
5 days ago  Frederic LecailleMEDIUM: init: allow the redefinition of argv[] parsing...
5 days ago  Frederic LecailleMINOR: init: allow a fileless init mode
5 days ago  Frederic LecailleMINOR: trace: add definitions for haterm streams
5 days ago  Frederic LecailleMINOR: ssl/ckch: certificates generation from "load...
5 days ago  Frederic LecailleMINOR: ssl/ckch: Move EVP_PKEY and cert code generation...
5 days ago  William LallemandDOC: configuration: add the ACME wiki page link
5 days ago  Amaury DenoyelleOPTIM: backend: reduce contention when checking MUX...
5 days ago  Amaury DenoyelleBUG/MINOR: backend: check delay MUX before conn_prepare()
5 days ago  David CarlierBUG/MINOR: acme: fix X509_NAME leak when X509_set_issue...
5 days ago  William LallemandDOC: remove openssl no-deprecated CI image
5 days ago  Egor ShestakovCLEANUP: mux-h1: Remove unneeded null check
5 days ago  Nenad MerdanovicMEDIUM: Add connect/queue/tarpit timeouts to set-timeout
6 days ago  William LallemandCI: github: disable windows.yml by default on unofficia...
6 days ago  William LallemandCI: vtest: move the vtest2 URL to vinyl-cache.org
6 days ago  Frederic LecailleBUG/MEDIUM: ssl: SSL backend sessions used after free
6 days ago  Ilia ShipitsinCI: do not use ghcr.io for Quic Interop workflows
6 days ago  Christopher... MINOR: config: reject configs using HTTP with large...
6 days ago  Christopher... MINOR: dynbuf: Add helpers to know if a buffer is a...
6 days ago  Christopher... MEDIUM: http-ana: Use a large buffer if necessary when...
6 days ago  Christopher... MINPR: htx: Get large chunk if necessary to perform...
6 days ago  Christopher... MEDIUM: http-fetch: Be able to use large chunks when...
6 days ago  Christopher... MEDIUM: sample: Get chunks with a size dependent on...
6 days ago  Christopher... MEDIUM: stconn: Properly handle large buffers during...
6 days ago  Christopher... MEDIUM: chunk: Add support for large chunks
6 days ago  Christopher... MEDIUM: dynbuf: Add a pool for large buffers with a...
6 days ago  Christopher... MINOR: http-fetch: Use pointer to HTX DATA block when...
6 days ago  Christopher... MINOR: http-ana: Do a defrag on unaligned HTX message...
6 days ago  Christopher... MEDIUM: htx: Improve detection of fragmented/unordered...
6 days ago  Christopher... MEDIUM: htx: Refactor htx defragmentation to merge...
6 days ago  Christopher... MEDIUM: htx: Refactor transfer of htx blocks to merge...
6 days ago  Christopher... BUG/MEDIUM: htx: Fix function used to change part of...
6 days ago  Christopher... MEDIUM: stream: Offer buffers of default size only
6 days ago  Christopher... MINOR: h1-htx: Disable 0-copy for buffers of different...
6 days ago  Christopher... MEDIUM: applet: Disable 0-copy for buffers of different...
6 days ago  Christopher... MEDIUM: mux-h1/mux-h2/mux-fcgi/h3: Disable 0-copy for...
6 days ago  Christopher... MEDIUM: compression: Be sure to never compress more...
6 days ago  Christopher... MEDIUM: stream: Limit number of synchronous send per...
6 days ago  Christopher... MEDIUM: cache: Don't rely on a chunk to store messages...
6 days ago  Christopher... BUG/MINOR: config: Check buffer pool creation for failures
6 days ago  Christopher... MINOR: buffers: Swap buffers of same size only
6 days ago  Christopher... MINOR: tree-wide: Use the buffer size instead of global...
6 days ago  David CarlierBUG/MEDIUM: jwe: fix timing side-channel and dead code...
6 days ago  Christopher... REORG: stconn: Move functions related to channel buffer...
6 days ago  Christopher... MINOR: stconn: Add missing SC_FL_NO_FASTFWD flag in...
6 days ago  Christopher... BUG/MINOR: http-ana: Stop to wait for body on client...
6 days ago  Christopher... BUG/MEDIUM: shctx: Use the next block when data exactly...
6 days ago  Christopher... CLEANUP: compression: Remove unused static buffers
6 days ago  Christopher... MINOR: flt-trace: Add an option to limit the amount...
6 days ago  Christopher... BUG/MINOR: flt-trace: Properly compute length of the...
6 days ago  Christopher... DEV: term-events: Fix hanshake events decoding
6 days ago  Christopher... BUG/MEDIUM: applet: Fix test on shut flags for legacy...
6 days ago  Christopher... BUG/MEDIUM: mux-h1: Stop sending vi fast-forward for...
6 days ago  Christopher... BUG/MEDIUM: mux-h2/quic: Stop sending via fast-forward...
7 days ago  Amaury DenoyelleREGTESTS: fix quoting in feature cmd which prevents...
7 days ago  Amaury DenoyelleMINOR: mux-quic: add BUG_ON_STRESS() when draining...
7 days ago  Amaury DenoyelleBUG/MEDIUM: h3: reject frontend CONNECT as currently...
7 days ago  Amaury DenoyelleBUG/MAJOR: Revert "MEDIUM: mux-quic: add BUG_ON if...
7 days ago  Aurelien DARRAGONMEDIUM: backend: make "balance random" consider tg...
8 days ago  William LallemandBUG/MINOR: ssl: error with ssl-f-use when no "crt"
8 days ago  William LallemandBUG/MINOR: ssl: clarify ssl-f-use errors in post-sectio...
8 days ago  William LallemandBUG/MINOR: ssl: fix leak in ssl-f-use parser upon error
8 days ago  William LallemandBUG/MINOR: ssl: double-free on error path w/ ssl-f...
8 days ago  William LallemandBUG/MINOR: ssl: lack crtlist_dup_ssl_conf() declaration
8 days ago  Willy TarreauDEV: gdb: use unsigned longs to display pools memory...
10 days ago  David CarlierCLEANUP: deviceatlas: add unlikely hints and minor...
10 days ago  David CarlierMINOR: deviceatlas: precompute maxhdrlen to skip oversi...
next