]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2024-03-27  Remi Tricot... BUG/MINOR: ssl: Detect more 'ocsp-update' incompatibilities
2024-03-27  Remi Tricot... BUG/MINOR: ssl: Wrong ocsp-update "incompatibility...
2024-03-26  Willy Tarreau[RELEASE] Released version 3.0-dev6 v3.0-dev6
2024-03-26  Willy TarreauBUG/MAJOR: ring: free the ring storage not the ring...
2024-03-26  Aurelien DARRAGONBUG/MINOR: server: 'source' interface ignored from...
2024-03-25  Willy TarreauBUILD: ssl: fix build error on older compilers with...
2024-03-25  Willy TarreauCLEANUP: ring: use only curr_cell and not next_cell...
2024-03-25  Willy TarreauOPTIM: ring: use relaxed stores to release the threads
2024-03-25  Willy TarreauMINOR: ring: avoid writes to cells during copy
2024-03-25  Willy TarreauMINOR: ring: it's not x86 but all non-ARMv8.1 which...
2024-03-25  Willy TarreauCLEANUP: ring: further simplify the write loop
2024-03-25  Willy TarreauMINOR: ring: simplify the write loop a little bit
2024-03-25  Willy TarreauMEDIUM: ring: improve speed in the queue waiting loop...
2024-03-25  Willy TarreauMEDIUM: ring: significant boost in the loop by checking...
2024-03-25  Willy TarreauMAJOR: ring: implement a waiting queue in front of...
2024-03-25  Willy TarreauMINOR: ring: make the number of queues configurable
2024-03-25  Willy TarreauMINOR: ring: add the definition of a ring waiting cell
2024-03-25  Willy TarreauMINOR: ring: keep a few frequently used pointers in...
2024-03-25  Willy TarreauOPTIM: ring: have only one thread at a time wake up...
2024-03-25  Willy TarreauOPTIM: ring: don't even try to update offset when faile...
2024-03-25  Willy TarreauMAJOR: ring: drop the now unneeded lock
2024-03-25  Willy TarreauMINOR: ring: make sure ring_dispatch waits when facing...
2024-03-25  Willy TarreauMEDIUM: ring: protect the initialization of the initial...
2024-03-25  Willy TarreauMEDIUM: ring/applet: turn the wait_entry list to an...
next