]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-02-24  William LallemandCI: test wolfssl master branch on push 20250224-ocsp-wolfssl
2025-02-24  William LallemandWIP/REGTESTS: activate temporarly the ocsp auto-update...
2025-02-24  William LallemandWIP: ssl/ocsp: add some printf to help debug
2025-02-24  William LallemandREGTESTS: ssl: activate WolfSSL for OCSP tests
2025-02-24  Willy TarreauBUG/MINOR: h2: always trim leading and trailing LWS...
2025-02-22  Vincent DechenauxMINOR: compression: Introduce minimum size
2025-02-21  Willy TarreauCLEANUP: task: move the barrier after clearing th_ctx...
2025-02-21  Willy TarreauMINOR: tools: use only opportunistic symbols resolution
2025-02-21  Willy TarreauBUG/MEDIUM: stream: use non-blocking freq_ctr calls...
2025-02-21  Willy TarreauMINOR: freq_ctr: provide non-blocking read functions
2025-02-21  Willy TarreauBUG/MEDIUM: stream: never allocate connection addresses...
2025-02-21  Willy TarreauMINOR: tinfo: add a new thread flag to indicate a call...
2025-02-21  Willy TarreauBUG/MINOR: mux-h1: always make sure h1s->sd exists...
2025-02-21  Willy TarreauBUG/MINOR: stream: do not call co_data() from __strm_du...
2025-02-21  Ilia ShipitsinCI: QUIC Interop: clean old docker images
2025-02-21  Aurelien DARRAGONMINOR: clock: always use atomic ops for global_now_ms
2025-02-21  Aurelien DARRAGONBUG/MINOR: sink: add tempo between 2 connection attempt...
2025-02-21  Aurelien DARRAGONBUG/MINOR: log: fix outgoing abns address family
2025-02-21  Aurelien DARRAGONREGTESTS: fix reg-tests/server/abnsz.vtc
2025-02-21  Willy TarreauBUG/MEDIUM: uxst: fix outgoing abns address family...
2025-02-20  Valentine KrasnobaevaBUG/MINOR: cfgparse: fix NULL ptr dereference in cfg_pa...
2025-02-20  Christopher... BUG/MEDIUM: spoe/mux-spop: Introduce an NOOP action...
2025-02-20  Christopher... BUG/MEDIUM: applet: Don't handle EOI/EOS/ERROR is apple...
2025-02-19  Willy Tarreau[RELEASE] Released version 3.2-dev6 v3.2-dev6
2025-02-19  Amaury DenoyelleMINOR: mux-quic/h3: support temporary blocking on contr...
2025-02-19  Amaury DenoyelleMINOR: mux-quic/h3: emit SETTINGS via MUX tasklet handler
2025-02-19  Amaury DenoyelleMINOR: mux-quic: define a QCC application state member
2025-02-18  Christopher... Revert "REGTESTS: stop using truncated.vtc on freebsd"
2025-02-18  Christopher... BUG/MINOR: mux-h2: Properly handle full or truncated...
2025-02-18  Christopher... REGTESTS: Fix truncated.vtc to send 0-CRLF
2025-02-18  Willy TarreauDEV: h2: fix flags for the continuation frame
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...
next