]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2026-02-18 Christopher... MINOR: config: reject configs using HTTP with large...
2026-02-18 Christopher... MINOR: dynbuf: Add helpers to know if a buffer is a...
2026-02-18 Christopher... MEDIUM: http-ana: Use a large buffer if necessary when...
2026-02-18 Christopher... MINPR: htx: Get large chunk if necessary to perform...
2026-02-18 Christopher... MEDIUM: http-fetch: Be able to use large chunks when...
2026-02-18 Christopher... MEDIUM: sample: Get chunks with a size dependent on...
2026-02-18 Christopher... MEDIUM: stconn: Properly handle large buffers during...
2026-02-18 Christopher... MEDIUM: chunk: Add support for large chunks
2026-02-18 Christopher... MEDIUM: dynbuf: Add a pool for large buffers with a...
2026-02-18 Christopher... MINOR: http-fetch: Use pointer to HTX DATA block when...
2026-02-18 Christopher... MINOR: http-ana: Do a defrag on unaligned HTX message...
2026-02-18 Christopher... MEDIUM: htx: Improve detection of fragmented/unordered...
2026-02-18 Christopher... MEDIUM: htx: Refactor htx defragmentation to merge...
2026-02-18 Christopher... MEDIUM: htx: Refactor transfer of htx blocks to merge...
2026-02-18 Christopher... BUG/MEDIUM: htx: Fix function used to change part of...
2026-02-18 Christopher... MEDIUM: stream: Offer buffers of default size only
2026-02-18 Christopher... MINOR: h1-htx: Disable 0-copy for buffers of different...
2026-02-18 Christopher... MEDIUM: applet: Disable 0-copy for buffers of different...
2026-02-18 Christopher... MEDIUM: mux-h1/mux-h2/mux-fcgi/h3: Disable 0-copy for...
2026-02-18 Christopher... MEDIUM: compression: Be sure to never compress more...
2026-02-18 Christopher... MEDIUM: stream: Limit number of synchronous send per...
2026-02-18 Christopher... MEDIUM: cache: Don't rely on a chunk to store messages...
2026-02-18 Christopher... BUG/MINOR: config: Check buffer pool creation for failures
2026-02-18 Christopher... MINOR: buffers: Swap buffers of same size only
2026-02-18 Christopher... MINOR: tree-wide: Use the buffer size instead of global...
2026-02-18 David CarlierBUG/MEDIUM: jwe: fix timing side-channel and dead code...
2026-02-18 Christopher... REORG: stconn: Move functions related to channel buffer...
2026-02-18 Christopher... MINOR: stconn: Add missing SC_FL_NO_FASTFWD flag in...
2026-02-18 Christopher... BUG/MINOR: http-ana: Stop to wait for body on client...
2026-02-18 Christopher... BUG/MEDIUM: shctx: Use the next block when data exactly...
2026-02-18 Christopher... CLEANUP: compression: Remove unused static buffers
2026-02-18 Christopher... MINOR: flt-trace: Add an option to limit the amount...
2026-02-18 Christopher... BUG/MINOR: flt-trace: Properly compute length of the...
2026-02-18 Christopher... DEV: term-events: Fix hanshake events decoding
2026-02-18 Christopher... BUG/MEDIUM: applet: Fix test on shut flags for legacy...
2026-02-18 Christopher... BUG/MEDIUM: mux-h1: Stop sending vi fast-forward for...
2026-02-18 Christopher... BUG/MEDIUM: mux-h2/quic: Stop sending via fast-forward...
2026-02-17 Amaury DenoyelleREGTESTS: fix quoting in feature cmd which prevents...
2026-02-17 Amaury DenoyelleMINOR: mux-quic: add BUG_ON_STRESS() when draining...
2026-02-17 Amaury DenoyelleBUG/MEDIUM: h3: reject frontend CONNECT as currently...
2026-02-17 Amaury DenoyelleBUG/MAJOR: Revert "MEDIUM: mux-quic: add BUG_ON if...
2026-02-17 Aurelien DARRAGONMEDIUM: backend: make "balance random" consider tg...
2026-02-16 William LallemandBUG/MINOR: ssl: error with ssl-f-use when no "crt"
2026-02-16 William LallemandBUG/MINOR: ssl: clarify ssl-f-use errors in post-sectio...
2026-02-16 William LallemandBUG/MINOR: ssl: fix leak in ssl-f-use parser upon error
2026-02-16 William LallemandBUG/MINOR: ssl: double-free on error path w/ ssl-f...
2026-02-16 William LallemandBUG/MINOR: ssl: lack crtlist_dup_ssl_conf() declaration
2026-02-16 Willy TarreauDEV: gdb: use unsigned longs to display pools memory...
2026-02-14 David CarlierCLEANUP: deviceatlas: add unlikely hints and minor...
2026-02-14 David CarlierMINOR: deviceatlas: precompute maxhdrlen to skip oversi...
2026-02-14 David CarlierMINOR: deviceatlas: define header_evidence_entry in...
2026-02-14 David CarlierMINOR: deviceatlas: increase DA_MAX_HEADERS and header...
2026-02-14 David CarlierMINOR: deviceatlas: check getproptype return and remove...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: set cache_size on hot-reloaded...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: fix deinit to only finalize...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: fix resource leak on hot-reload...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: fix double-checked locking...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: fix cookie vlen using wrong...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: fix off-by-one in da_haproxy_conv()
2026-02-14 David CarlierBUG/MEDIUM: deviceatlas: fix resource leaks on init...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: add NULL checks on strdup(...
2026-02-14 David CarlierBUG/MINOR: deviceatlas: add missing return on error...
2026-02-14 Willy TarreauDEV: gdb: add a utility to find the post-mortem address...
2026-02-13 Aurelien DARRAGONMEDIUM: filters: use per-channel filter list when relevant
2026-02-13 Aurelien DARRAGONMINOR: filters: rework filter iteration for channel...
2026-02-13 Aurelien DARRAGONMINOR: filters: rework RESUME_FILTER_* macros as inline...
2026-02-12 William LallemandSCRIPTS: build-vtest: allow to set a TMPDIR and a DESTDIR
2026-02-12 William LallemandMINOR: startup: show the list of detected features...
2026-02-12 William LallemandMINOR: startup: sort the feature list in haproxy -vv
2026-02-12 William LallemandMINOR: startup: Add HAVE_WORKING_TCP_MD5SIG in haproxy -vv
2026-02-12 Remi Tricot... REGTESTS: jwt: Add new "jwt_decrypt_jwk" tests
2026-02-12 Remi Tricot... MINOR: jwt: Add new jwt_decrypt_jwk converter
2026-02-12 Remi Tricot... MINOR: jwt: Convert an RSA JWK into an EVP_PKEY
2026-02-12 Remi Tricot... MINOR: ssl: Missing '\n' in error message
2026-02-12 Amaury DenoyelleBUG/MAJOR: quic: fix parsing frame type
2026-02-12 Amaury DenoyelleBUG/MAJOR: quic: reject invalid token
2026-02-12 Amaury DenoyelleBUG/MINOR: quic: ensure handshake speed up is only...
2026-02-12 Olivier HouchardMINOR: servers: Call process_srv_queue() without lock...
2026-02-12 Olivier HouchardMINOR: queues: Check minconn first in srv_dynamic_maxconn()
2026-02-11 Willy TarreauDOC: proxy-proto: underline the packed attribute for...
2026-02-11 Egor ShestakovCLEANUP: initcall: adjust comments to INITCALL{0,1...
2026-02-10 William LallemandBUG/MINOR: ssl: SSL_CERT_DIR environment variable doesn...
2026-02-10 William LallemandMINOR: startup: Add the SSL lib verify directory in...
2026-02-10 Willy TarreauMINOR: activity: allow to switch per-task lock/memory...
2026-02-10 Willy TarreauMEDIUM: activity: apply and use new finegrained task...
2026-02-10 Willy TarreauMINOR: activity: support setting/clearing lock/memory...
2026-02-10 Willy TarreauCLEANUP: haproxy: fix bad line wrapping in run_poll_loop()
2026-02-10 Willy TarreauBUG/MEDIUM: lb-chash: always properly initialize lb_nod...
2026-02-10 Willy TarreauCLEANUP: lb-chash: free lb_nodes from chash's deinit...
2026-02-09 Amaury DenoyelleBUG/MINOR: proxy: fix default ALPN bind settings
2026-02-09 Willy TarreauMINOR: net_helper: extend the ip.fp output with an...
2026-02-06 Amaury DenoyelleBUG/MINOR: proxy: fix null dereference in "add backend...
2026-02-06 Amaury DenoyelleBUG/MINOR: proxy: fix clang build error on "add backend...
2026-02-06 Amaury DenoyelleREGTESTS: add dynamic backend creation test
2026-02-06 Amaury DenoyelleMINOR: proxy: assign dynamic proxy ID
2026-02-06 Amaury DenoyelleMEDIUM: proxy: implement dynamic backend creation
2026-02-06 Amaury DenoyelleMINOR: proxy: check default proxy compatibility on...
2026-02-06 Amaury DenoyelleMINOR: proxy: parse guid on dynamic backend creation
2026-02-06 Amaury DenoyelleMINOR: proxy: parse mode on dynamic backend creation
2026-02-06 Amaury DenoyelleMINOR: proxy: define "add backend" handler
next