]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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
9 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...
10 days ago  David CarlierMINOR: deviceatlas: define header_evidence_entry in...
10 days ago  David CarlierMINOR: deviceatlas: increase DA_MAX_HEADERS and header...
10 days ago  David CarlierMINOR: deviceatlas: check getproptype return and remove...
10 days ago  David CarlierBUG/MINOR: deviceatlas: set cache_size on hot-reloaded...
10 days ago  David CarlierBUG/MINOR: deviceatlas: fix deinit to only finalize...
10 days ago  David CarlierBUG/MINOR: deviceatlas: fix resource leak on hot-reload...
10 days ago  David CarlierBUG/MINOR: deviceatlas: fix double-checked locking...
10 days ago  David CarlierBUG/MINOR: deviceatlas: fix cookie vlen using wrong...
10 days ago  David CarlierBUG/MINOR: deviceatlas: fix off-by-one in da_haproxy_conv()
10 days ago  David CarlierBUG/MEDIUM: deviceatlas: fix resource leaks on init...
10 days ago  David CarlierBUG/MINOR: deviceatlas: add NULL checks on strdup(...
10 days ago  David CarlierBUG/MINOR: deviceatlas: add missing return on error...
10 days ago  Willy TarreauDEV: gdb: add a utility to find the post-mortem address...
12 days ago  Aurelien DARRAGONMEDIUM: filters: use per-channel filter list when relevant
12 days ago  Aurelien DARRAGONMINOR: filters: rework filter iteration for channel...
12 days ago  Aurelien DARRAGONMINOR: filters: rework RESUME_FILTER_* macros as inline...
12 days ago  William LallemandSCRIPTS: build-vtest: allow to set a TMPDIR and a DESTDIR 20260212-build-vtest flx04/20260212-build-vtest
12 days ago  William LallemandMINOR: startup: show the list of detected features...
12 days ago  William LallemandMINOR: startup: sort the feature list in haproxy -vv
12 days ago  William LallemandMINOR: startup: Add HAVE_WORKING_TCP_MD5SIG in haproxy -vv
12 days ago  Remi Tricot... REGTESTS: jwt: Add new "jwt_decrypt_jwk" tests
12 days ago  Remi Tricot... MINOR: jwt: Add new jwt_decrypt_jwk converter
12 days ago  Remi Tricot... MINOR: jwt: Convert an RSA JWK into an EVP_PKEY
12 days ago  Remi Tricot... MINOR: ssl: Missing '\n' in error message
13 days ago  Amaury DenoyelleBUG/MAJOR: quic: fix parsing frame type
13 days ago  Amaury DenoyelleBUG/MAJOR: quic: reject invalid token
13 days ago  Amaury DenoyelleBUG/MINOR: quic: ensure handshake speed up is only...
13 days ago  Olivier HouchardMINOR: servers: Call process_srv_queue() without lock...
13 days ago  Olivier HouchardMINOR: queues: Check minconn first in srv_dynamic_maxconn()
13 days ago  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... 20260210-default-ca flx04/20260210-default-ca
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
2026-02-06  Amaury DenoyelleMINOR: backend: add function to check support for dynam...
2026-02-06  Amaury DenoyelleMINOR: proxy: refactor mode parsing
2026-02-06  Amaury DenoyelleMINOR: proxy: refactor proxy inheritance of a defaults...
2026-02-06  Amaury DenoyelleMINOR: cfgparse: move proxy post-init in a dedicated...
2026-02-06  Amaury DenoyelleMINOR: cfgparse: validate defaults proxies separately
2026-02-06  Egor ShestakovBUG/MINOR: startup: handle a possible strdup() failure
2026-02-06  Egor ShestakovBUG/MINOR: startup: fix allocation error message of...
2026-02-06  Olivier HouchardBUG/MEDIUM: threads: Differ checking the max threads...
2026-02-06  Olivier HouchardBUG/MINOR: threads: Initialize maxthrpertgroup earlier.
2026-02-04  William LallemandDOC: internals: addd mworker V3 internals
2026-02-04  Willy Tarreau[RELEASE] Released version 3.4-dev4 v3.4-dev4
2026-02-04  AperenceBUG/MINOR: config: Fix setting of alt_proto
2026-02-04  Willy TarreauMEDIUM: backend: make "balance random" consider req...
2026-02-04  Willy TarreauDOC: config: mention the limitation on server id range...
2026-02-04  Willy TarreauBUG/MINOR: cpu-topo: count cores not cpus to distinguis...
2026-02-04  Olivier HouchardBUG/MEDIUM: threads: Atomically set TH_FL_SLEEPING...
2026-02-03  Hyeonggeun OhMEDIUM: tcpcheck: add post-80 option for mysql-check...
2026-02-03  Olivier HouchardMINOR: quic: Fix build with USE_QUIC_OPENSSL_COMPAT
2026-01-30  Christopher... BUG/MEDIUM: applet: Fix test on shut flags for legacy...
2026-01-29  Egor ShestakovDOC: internals: cleanup few typos in master-worker...
2026-01-29  William LallemandREGTESTS: ssl: make reg-tests compatible with OpenSSL 4.0
2026-01-29  William LallemandMEDIUM: ssl: porting to X509_STORE_get1_objects() for...
2026-01-29  Amaury DenoyelleMEDIUM: ssl: remove connection from msg callback args
2026-01-29  Amaury DenoyelleBUG/MEDIUM: ssl: fix msg callbacks on QUIC connections
2026-01-29  Willy TarreauBUG/MINOR: config/ssl: fix spelling of "expose-experime...
2026-01-28  Willy TarreauMEDIUM: h1: strictly verify quoting in chunk extensions
2026-01-28  Willy TarreauDOC: config: mention that idle connection sharing is...
2026-01-28  Willy TarreauOPTIM: server: get rid of the last use of _ha_barrier_f...
2026-01-28  Willy TarreauOPTIM: proxy: separate queues fields from served
2026-01-28  Willy TarreauOPTIM: server: move queueslength in server struct
2026-01-28  Willy TarreauDOC: config: mention some possible TLS versions restric...
2026-01-27  William LallemandBUG/MINOR: ssl: fix error message of tune.ssl.certifica...
2026-01-27  William LallemandMINOR: ssl: allow to disable certificate compression
2026-01-27  Christopher... BUG/MAJOR: applet: Don't call I/O handler if the applet...
2026-01-26  William LallemandMINOR: ssl: display libssl errors on private key loading
2026-01-26  Remi Tricot... BUG/MINOR: ssl: Encrypted keys could not be loaded...
2026-01-26  Remi Tricot... BUG/MINOR: ssl: Properly manage alloc failures in SSL...
2026-01-26  Egor ShestakovDOC: reg-tests: update VTest upstream link in the start...
2026-01-26  Willy TarreauMEDIUM: pools: better check for size rounding overflow...
2026-01-26  Willy TarreauBUG/MINOR: stick-tables: abort startup on stk_ctr pool...
2026-01-26  Willy TarreauBUG/MINOR: config: check capture pool creations for...
2026-01-23  Christopher... BUG/MINOR: proto_tcp: Properly report support for HAVE_...
2026-01-23  Christopher... BUG/MEDIUM: mux-h1: Skip UNUSED htx block when formatin...
2026-01-23  Christopher... BUG/MINOR: promex: Detach promex from the server on...
2026-01-23  Aurelien DARRAGONBUG/MINOR: hlua: consume error object if ignored after...
next