]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2024-04-11  Willy TarreauBUILD: makefile: move -O2 from CPU_CFLAGS to OPT_CFLAGS
2024-04-11  Willy TarreauBUILD: makefile: drop the SMALL_OPTS settings
2024-04-11  Willy TarreauBUILD: makefile: allow to use CFLAGS to append build...
2024-04-11  Willy TarreauBUILD: makefile: get rid of the config CFLAGS variable
2024-04-11  Willy TarreauCI: update the build options to get rid of unneeded...
2024-04-11  Willy TarreauBUILD: pools: make DEBUG_MEMORY_POOLS=1 the default...
2024-04-11  Willy TarreauBUILD: debug: make DEBUG_STRICT=1 the default
2024-04-11  Willy TarreauBUILD: cache: fix non-inline vs inline declaration...
2024-04-11  Willy TarreauBUG/MINOR: debug: make sure DEBUG_STRICT=0 does work...
2024-04-11  Willy TarreauBUILD: atomic: fix peers build regression on gcc <...
2024-04-11  Amaury DenoyelleBUG/MINOR: guid: fix crash on invalid guid name
2024-04-11  Willy TarreauBUILD: makefile: support USE_xxx=0 as well
2024-04-11  Willy TarreauBUILD: makefile: warn about unknown USE_* variables
2024-04-10  Christopher... BUG/MINOR: http-ana: Fix TX_L7_RETRY and TX_D_L7_RETRY...
2024-04-10  Christopher... BUG/MEDIUM: http-ana: Deliver 502 on keep-alive for...
2024-04-10  Amaury DenoyelleOPTIM: quic: do not call qc_prep_pkts() if everything...
2024-04-10  Amaury DenoyelleOPTIM: quic: do not call qc_send() if nothing to emit
2024-04-10  Amaury DenoyelleMEDIUM: quic: remove duplicate hdshk/app send functions
2024-04-10  Amaury DenoyelleMINOR: quic: use qc_send_hdshk_pkts() in handshake...
2024-04-10  Amaury DenoyelleMINOR: quic: improve sending API on retransmit
2024-04-10  Amaury DenoyelleMINOR: quic: uniformize sending methods for handshake
2024-04-10  Amaury DenoyelleMINOR: quic: simplify qc_send_hdshk_pkts() return
2024-04-09  Aurelien DARRAGONCLEANUP: log: lf_text_len() returns a pointer not an...
2024-04-09  Aurelien DARRAGONBUG/MINOR: log: invalid snprintf() usage in sess_build_...
2024-04-09  Aurelien DARRAGONBUG/MINOR: tools/log: invalid encode_{chunk,string...
2024-04-09  Aurelien DARRAGONBUG/MINOR: log: fix lf_text_len() truncate inconsistency
2024-04-09  Willy TarreauBUG/MINOR: listener: always assign distinct IDs to...
2024-04-08  Christopher... BUG/MINOR: cli: Don't warn about a too big command...
2024-04-06  Willy Tarreau[RELEASE] Released version 3.0-dev7 v3.0-dev7
2024-04-05  Willy TarreauBUG/MEDIUM: quic: don't blindly rely on unaligned accesses
2024-04-05  Valentine KrasnobaevaCLEANUP: global: remove LSTCHK_CAP_BIND
2024-04-05  Valentine KrasnobaevaMEDIUM: capabilities: check process capabilities sets
2024-04-05  Valentine KrasnobaevaBUG/MINOR: init: relax LSTCHK_NETADM checks for non...
2024-04-05  Nicolas CARPiDOC: configuration: grammar fixes for strict-sni
2024-04-05  Amaury DenoyelleMINOR: listener: implement GUID support
2024-04-05  Amaury DenoyelleMINOR: server: implement GUID support
2024-04-05  Amaury DenoyelleMINOR: proxy: implement GUID support
2024-04-05  Amaury DenoyelleMINOR: guid: restrict guid format
2024-04-05  Amaury DenoyelleMINOR: guid: introduce global UID module
2024-04-04  Aurelien DARRAGONMEDIUM: proxy/log: leverage lf_expr API for logformat...
2024-04-04  Aurelien DARRAGONMEDIUM: log: add compiling logic to logformat expressions
2024-04-04  Aurelien DARRAGONMAJOR: log: implement proper postparsing for logformat...
2024-04-04  Aurelien DARRAGONMINOR: proxy: add PR_FL_CHECKED flag
2024-04-04  Aurelien DARRAGONMEDIUM: tree-wide: add logformat expressions wrapper
2024-04-04  Aurelien DARRAGONMEDIUM: log: carry tag context in logformat node
2024-04-04  Aurelien DARRAGONMINOR: log: expose logformat_tag struct
2024-04-04  Aurelien DARRAGONMEDIUM: log: rename logformat var to logformat tag
2024-04-04  Aurelien DARRAGONBUG/MINOR: proxy: fix logformat expression leak in...
2024-04-04  Tim DuesterhusMINOR: systemd: Include MONOTONIC_USEC field in RELOADI...
2024-04-04  William LallemandBUILD: systemd: enable USE_SYSTEMD by default with...
2024-04-04  Frederic LecailleBUG/MINOR: stick-tables: Missing stick-table key nullit...
2024-04-04  Ilya ShipitsinCI: extend Fedora Rawhide, add m32 mode
2024-04-03  Willy TarreauMAJOR: stktable: split the keys across multiple shards...
2024-04-03  Willy TarreauOPTIM: stick-tables: check the stksess without taking...
2024-04-03  Willy TarreauMINOR: stick-tables: mark the seen stksess with a flag...
2024-04-03  Willy TarreauBUG/MINOR: bwlim/config: fix missing '\n' after error...
2024-04-03  Willy TarreauBUILD: systemd: fix build error on non-systemd systems...
2024-04-03  William LallemandMEDIUM: mworker: get rid of libsystemd
2024-04-03  Aurelien DARRAGONBUG/MEDIUM: server/lbprm: fix crash in _srv_set_inetadd...
2024-04-03  Frederic LecailleBUILD: quic: 32 bits compilation issue (QUIC_MIN()...
2024-04-03  Willy TarreauOPTIM: peers: avoid the locking dance around peer_send_...
2024-04-03  Willy TarreauBUG/MAJOR: applet: fix a MIN vs MAX usage in appctx_raw...
2024-04-03  Willy TarreauBUG/MEDIUM: stick-table: use the update lock when readi...
2024-04-03  Christopher... BUG/MEDIUM: stconn: Don't forward shutdown to SE if...
2024-04-02  Frederic LecailleMINOR: quic: HyStart++ implementation (RFC 9406)
2024-04-02  Willy TarreauBUG/MINOR: backend: properly handle redispatch 0
2024-04-02  William LallemandREGTESTS: ssl: disable ssl/ocsp_auto_update.vtc
2024-04-02  Ilya ShipitsinCI: vtest: show coredumps if any
2024-04-02  Tim DuesterhusCLEANUP: Reapply ha_free.cocci
2024-04-02  Tim DuesterhusCLEANUP: Reapply xalloc_cast.cocci
2024-04-02  Tim DuesterhusCLEANUP: Reapply strcmp.cocci (2)
2024-04-02  Tim DuesterhusCLEANUP: Reapply ist.cocci (3)
2024-04-02  Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=1.9 from all tests (2)
2024-04-02  Tim DuesterhusREGTESTS: Do not use REQUIRE_VERSION for HAProxy 2...
2024-04-02  Willy TarreauBUG/MEDIUM: stick-tables: fix a small remaining race...
2024-04-02  Anthony DeschampsMEDIUM: lb-chash: Deterministic node hashes based on...
2024-03-29  Amaury DenoyelleBUG/BUILD: debug: fix unused variable error
2024-03-29  Aurelien DARRAGONMEDIUM: log/balance: leverage lbprm api for log load...
2024-03-29  Aurelien DARRAGONMINOR: lbprm: implement true "sticky" balance algo
2024-03-29  Aurelien DARRAGONBUG/MINOR: log/balance: detect if user tries to use...
2024-03-29  Aurelien DARRAGONDOC: config: balance 'first' not usable in LOG mode
2024-03-28  Christopher... MAJOR: cli: Use a custom .snd_buf function to only...
2024-03-28  Christopher... MINOR: stconn: Add a connection flag to notify sending...
2024-03-28  Christopher... MINOR: applet: Let's applets .snd_buf function deal...
2024-03-28  Christopher... MAJOR: cli: Update the CLI applet to handle its own...
2024-03-28  Christopher... BUG/MEDIUM: applet: State appctx have more data if...
2024-03-28  Christopher... MINOR: applet: Always use applet API to set appctx...
2024-03-28  Christopher... MEDIUM: cli/applet: Stop to test opposite SC in I/O...
2024-03-28  Christopher... MEDIUM: applet: Handle applets with their own buffers...
2024-03-28  Christopher... MEDIUM: buf: Add b_getline() and b_getdelim() functions
2024-03-28  Christopher... MEDIUM: stream: Use generic version to perform sync...
2024-03-28  Christopher... MINOR: sc_strm: Add generic version to perform sync...
2024-03-28  Christopher... BUG/MINOR: cli: Report an error to user if command...
2024-03-28  Christopher... REGTESTS: Fix script about OCSP update compatibility...
2024-03-28  Amaury DenoyelleMINOR: server: allow cookie for dynamic servers
2024-03-28  Damien ClaisseBUG/MINOR: server: fix persistence cookie for dynamic...
2024-03-28  Amaury DenoyelleBUG/MINOR: server: reject enabled for dynamic server
2024-03-27  Remi Tricot... REGTESTS: ssl: Add functional test for global ocsp...
2024-03-27  Remi Tricot... REGTESTS: ssl: Add OCSP update compatibility tests
2024-03-27  Remi Tricot... MEDIUM: ssl: Add 'tune.ssl.ocsp-update.mode' global...
next