]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2 hours ago  Olivier HouchardBUG/MEDIUM: stick-tables: Make sure updates are seen... master
4 hours ago  Christopher... MINOR: sample/stats: Add "bytes" in req_{in,out} and...
6 hours ago  Christopher... BUG/MEDIUM: peers: Fix update message parsing during...
6 hours ago  Christopher... MEDIUM: peers: Remove commitupdate field on stick-tables
7 hours ago  Christopher... MEDIUM: peers: No longer ack updates during a full...
7 hours ago  Christopher... MINOR: peers: Improve traces for peers
7 hours ago  Olivier HouchardMEDIUM: backend: Defer conn_xprt_start() after mux...
9 hours ago  William LallemandBUG/MINOR: acme: wrong dns-01 challenge in the log
11 hours ago  Ben KallusIMPORT: cebtree: Replace offset calculation with offset...
23 hours ago  Willy TarreauMINOR: cfgparse: try to suggest correct variable names...
23 hours ago  Willy TarreauMINOR: tools: have parse_line's error pointer point...
23 hours ago  Willy TarreauMINOR: tools: add env_suggest() to suggest alternate...
23 hours ago  Willy TarreauMINOR: tools: add support for ist to the word fingerpri...
23 hours ago  Willy TarreauMEDIUM: config: now reject configs with empty arguments
23 hours ago  Willy TarreauBUG/MEDIUM: config: solve the empty argument problem...
23 hours ago  Willy TarreauBUG/MINOR: config: emit warning for empty args when...
23 hours ago  Willy TarreauBUG/MEDIUM: server: close a race around ready_srv when...
27 hours ago  Christopher... BUG/MINOR: config: Limit "tune.maxpollevents" parameter...
27 hours ago  Christopher... MEDIUM: stktables: Limit the number of stick counters...
27 hours ago  Christopher... DEBUG: stream: Add bytes_in/bytes_out value for both...
27 hours ago  Christopher... MINOR: channel: Remove total field from channels
27 hours ago  Christopher... MINOR: applet: Add function to get amount of data in...
27 hours ago  Christopher... MINOR: stats: Add stats about request and response...
27 hours ago  Christopher... MINOR: counters: Remove bytes_in and bytes_out counter...
27 hours ago  Christopher... MINOR: stream: Remove bytes_in and bytes_out counters...
27 hours ago  Christopher... MINOR: counters: Add req_in/req_out/res_in/res_out...
27 hours ago  Christopher... MINOR: stream: Add samples to get number of bytes recei...
27 hours ago  Christopher... MINOR: stconn: Add counters to SC to know number of...
28 hours ago  William LallemandBUG/MINOR: acme: allow 'key' when generating cert
29 hours ago  William LallemandDOC: acme: crt-store allows you to start without a...
29 hours ago  Willy TarreauMINOR: server: move the lock inside srv_add_idle()
30 hours ago  William LallemandBUILD: ssl/ckch: fix ckch_conf_kws parsing without... 20251106-generate-keys
30 hours ago  William LallemandBUG/MINOR: acme: fix initialization issue in acme_gen_t...
30 hours ago  William LallemandBUILD: acme: acme_gen_tmp_x509() signedness and unused...
30 hours ago  William LallemandBUILD: ssl/ckch: wrong function name in ckch_conf_kws
31 hours ago  William LallemandMEDIUM: acme: generate a key pair when no file are...
31 hours ago  William LallemandMINOR: acme: generate a temporary key pair
31 hours ago  William LallemandMEDIUM: ssl/ckch: use ckch_store instead of ckch_data...
47 hours ago  Olivier HouchardMEDIUM: stick-tables: Optimize the expiration process...
47 hours ago  Olivier HouchardBUG/MEDIUM: stick-tables: Make sure we handle expiratio...
2 days ago  Amaury DenoyelleMINOR: quic: remove <mux_state> field quic-interop
2 days ago  William LallemandDOC: configuration: deprecate the master-worker keyword
2 days ago  William LallemandMEDIUM: cfgparse: 'daemon' not compatible with -Ws
2 days ago  William LallemandMEDIUM: cfgparse: deprecate 'master-worker' keyword...
2 days ago  Willy TarreauBUG/MEDIUM: connections: permit to permanently remove...
2 days ago  Willy TarreauBUG/MEDIUM: mux-h2: make sure not to move a dead connec...
2 days ago  Maximilian... BUG/MEDIUM: mux-h1: fix 414 / 431 status code reporting
3 days ago  Olivier HouchardBUG/MEDIUM: server: Also call srv_reset_path_parameters...
3 days ago  Olivier HouchardBUG/MEDIUM: server: Add a rwlock to path parameter
3 days ago  Amaury DenoyelleMINOR: quic: remove connection arg from qc_new_conn()
3 days ago  Amaury DenoyelleMINOR: quic: do not set conn member if ssl_sock_ctx
3 days ago  Amaury DenoyelleBUG/MINOR: quic: fix crash on client handshake abort
4 days ago  William LallemandCI: github: update to macos-26
4 days ago  William LallemandSCRIPTS: build-ssl: fix rpath in AWS-LC install for...
4 days ago  Willy TarreauOPTIM: proxy: move atomically access fields out of...
4 days ago  William LallemandSCRIPTS: build-ssl: allow to build a FIPS version witho...
4 days ago  Amaury DenoyelleOPTIM: backend: skip conn reuse for incompatible proxies
4 days ago  Willy TarreauBUG/MAJOR: stats-file: fix crash on non-x86 platform...
5 days ago  Damien ClaisseBUG/MINOR: resolvers: ensure fair round robin iteration
7 days ago  William LallemandREGTESTS: converters: check USE_OPENSSL in aes_gcm.vtc
7 days ago  William LallemandMINOR: sample: optional AAD parameter support to aes_gc...
7 days ago  Amaury DenoyelleOPTIM: quic: adjust automatic ALPN setting for QUIC...
7 days ago  Amaury DenoyelleMINOR: quic: reject conf with QUIC servers if not compiled
7 days ago  Amaury DenoyelleMINOR: quic: enable SSL on QUIC servers automatically
7 days ago  Willy Tarreau[RELEASE] Released version 3.3-dev11 v3.3-dev11
8 days ago  Willy TarreauBUG/MINOR: mux-h2: send the preface along with the...
8 days ago  Willy TarreauMINOR: mux-h2: extract the code to send preface+setting...
8 days ago  Willy TarreauMEDIUM: mux-h2: do not needlessly refrain from sending...
8 days ago  William LallemandDOC: management: document ECH CLI commands
8 days ago  William LallemandBUG/MINOR: ech: non destructive parsing in cli_find_ech...
8 days ago  William LallemandDOC: configuration: "ech" for bind lines
8 days ago  William LallemandCI: github: add USE_ECH=1 to haproxy for openssl-ech job
8 days ago  sftcdMINOR: ssl/ech: key management via stats socket
8 days ago  William LallemandMINOR: listener: implement bind_conf_find_by_name()
8 days ago  sftcdMINOR: ssl/ech: add logging and sample fetches for...
8 days ago  sftcdMEDIUM: ssl/ech: config and load keys
8 days ago  William LallemandBUG/MINOR: ssl: returns when SSL_CTX_new failed during...
8 days ago  Frederic LecailleREGTEST: quic: add ssl_reuse.vtc new QUIC test
9 days ago  Olivier HouchardMEDIUM: h1: Immediately try to read data for frontend
9 days ago  Christopher... BUG/MINOR: resolvers: Apply dns-accept-family setting...
9 days ago  Remi Tricot... MINOR: ssl: Do not dump decrypted privkeys in 'dump...
9 days ago  Remi Tricot... MEDIUM: ssl: Add local passphrase cache
9 days ago  Remi Tricot... MEDIUM: ssl: Add certificate password callback that...
9 days ago  Remi Tricot... MINOR: init: Use devnullfd in stdio_quiet calls instead...
9 days ago  Remi Tricot... MINOR: init: Make devnullfd global and create it earlie...
9 days ago  Remi Tricot... BUG/MINOR: init: Do not close previously created fd...
9 days ago  Huangbin ZhanMINOR: http: fix 405,431,501 default errorfile
9 days ago  Ilia ShipitsinCI: disable fail-fast on fedora rawhide builds
9 days ago  Willy TarreauMINOR: ssl-sample: add ssl_fc_early_rcvd() to detect...
9 days ago  Willy TarreauDOC: config: slightly clarify the ssl_fc_has_early...
9 days ago  Willy TarreauDOC: config: fix confusing typo about ACL -m ("now...
10 days ago  Amaury DenoyelleBUG/MINOR: acl: warn if "_sub" derivative used with...
10 days ago  Remi Tricot... BUG/MINOR: ssl: Remove unreachable code in CLI function
10 days ago  Remi Tricot... BUG/MEDIUM: ssl: Crash because of dangling ckch_store...
11 days ago  Willy TarreauBUG/MEDIUM: cli: do not return ACKs one char at a time
11 days ago  Willy TarreauMINOR: cli: create cli_raw_rcv_buf() from the generic...
11 days ago  Willy TarreauMINOR: applet: do not put SE_FL_WANT_ROOM on rcv_buf...
2025-10-24  Olivier HouchardMEDIUM: quic: Fix build with openssl-compat
2025-10-24  Olivier HouchardBUG/MEDIUM: mt_list: Use atomic operations to prevent...
2025-10-24  Willy TarreauBUILD: openssl-compat: fix build failure with OPENSSL...
next