]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2025-06-16  Christopher... MINOR: cli: handle EOS/ERROR first
2025-06-16  Christopher... BUG/MEDIUM: cli: Don't consume data if outbuf is full...
2025-06-16  Amaury DenoyelleBUG/MINOR: quic: fix ODCID initialization on frontend...
2025-06-16  Frederic LecailleBUG/MINOR: quic: Fix OSSL_FUNC_SSL_QUIC_TLS_got_transpo...
2025-06-13  Amaury DenoyelleMINOR: hq-interop: handle HTX response forward if not...
2025-06-13  Amaury DenoyelleBUG/MINOR: quic: don't restrict reception on backend...
2025-06-13  Christopher... BUG/MINOR: http-ana: Properly handle keep-query redirec...
2025-06-12  Amaury DenoyelleBUG/MINOR: quic: work around NEW_TOKEN parsing error...
2025-06-12  Amaury DenoyelleMINOR: server: reject QUIC servers without explicit SSL
2025-06-12  Amaury DenoyelleBUG/MINOR: quic: prevent crash on startup with -dt
2025-06-12  Frederic LecailleMINOR: quic-be: Avoid SSL context unreachable code...
2025-06-12  Frederic LecailleBUG/MINOR: quic-be: CID double free upon qc_new_conn...
2025-06-12  Frederic LecailleCLEANUP: quic-be: Add comments about qc_new_conn()...
2025-06-12  Amaury DenoyelleMINOR: hq-interop: encode request from HTX for backend...
2025-06-12  Amaury DenoyelleMINOR: hq-interop: decode response into HTX for backend...
2025-06-12  Amaury DenoyelleMINOR: quic: wakeup backend MUX on handshake completed
2025-06-12  Amaury DenoyelleMINOR: mux-quic: instantiate first stream on backend...
2025-06-12  Amaury DenoyelleMINOR: mux-quic: set expect data only on frontend side
2025-06-12  Amaury DenoyelleMINOR: mux-quic: define flag for backend side
2025-06-12  Amaury DenoyelleMINOR: mux-quic: improve documentation for snd/rcv...
2025-06-12  Amaury DenoyelleMINOR: quic: mark ctrl layer as ready on quic_connect_s...
2025-06-12  Amaury DenoyelleMEDIUM: backend: delay MUX init with ALPN even if proto...
2025-06-12  Amaury DenoyelleBUG/MEDIUM: mux-quic: adjust wakeup behavior
2025-06-12  Christopher... BUILD: hlua: Fix warnings about uninitialized variables (2)
2025-06-12  Aurelien DARRAGONBUILD: listener: fix 'for' loop inline variable declaration
2025-06-12  Christopher... BUILD: hlua: Fix warnings about uninitialized variables
2025-06-12  Christopher... BUG/MINOR: hlua: Don't forget the return statement...
2025-06-11  Frederic LecailleMEDIUM: quic-be: initialize MUX on handshake completion
2025-06-11  Amaury DenoyelleMINOR: quic: define proper proto on QUIC servers
2025-06-11  Frederic LecailleMINOR: quic-be: Prevent the MUX to send/receive data
2025-06-11  Frederic LecailleMINOR: quic-be: get rid of ->li quic_conn member
2025-06-11  Frederic LecailleMINOR: quic-be: SSL_get_peer_quic_transport_params...
2025-06-11  Frederic LecailleMINOR: quic-be: Make the secret derivation works for...
2025-06-11  Frederic LecailleMINOR: quic-be: Missing callbacks initializations ...
2025-06-11  Frederic LecailleMINOR: quic-be: Store the remote transport parameters...
2025-06-11  Frederic LecailleMINOR: quic-be: I/O handler switch adaptation
2025-06-11  Frederic LecailleMINOR: quic-be: Initial packet number space discarding.
2025-06-11  Frederic LecailleMINOR: quic-be: Add the conn object to the server SSL...
2025-06-11  Frederic LecailleMINOR: quic-be: Build post handshake frames
2025-06-11  Frederic LecailleMINOR: quic-be: Store asap the DCID
2025-06-11  Frederic LecailleMINOR: h3-be: Correctly retrieve h3 counters
2025-06-11  Frederic LecailleMINOR: quic-be: Handshake packet number space discarding
2025-06-11  Frederic LecailleMINOR: quic-be: Datagrams and packet parsing support
2025-06-11  Frederic LecailleMINOR: quic-be: Do not redispatch the datagrams
2025-06-11  Frederic LecailleMINOR: quic-be: add field for max_udp_payload_size...
2025-06-11  Frederic LecailleMINOR: quic-be: xprt ->init() adapatations
2025-06-11  Frederic LecailleMINOR: quic-be: QUIC connection allocation adaptation...
2025-06-11  Frederic LecailleMINOR: quic-be: ->connect() protocol callback adaptations
2025-06-11  Frederic LecailleMINOR: sock: Add protocol and socket types parameters...
2025-06-11  Frederic LecailleMINOR: quic-be: Add a function to initialize the QUIC...
2025-06-11  Frederic LecailleMINOR: quic-be: SSL sessions initializations
2025-06-11  Frederic LecailleMINOR: quic-be: ssl_sock contexts allocation and misc...
2025-06-11  Frederic LecailleMINOR: quic-be: Correct the QUIC protocol lookup
2025-06-11  Frederic LecailleMINOR: quic-be: Add a function for the TLS context...
2025-06-11  Frederic LecailleMINOR: quic-be: QUIC server xprt already set when prepa...
2025-06-11  Frederic LecailleMINOR: quic-be: QUIC backend XPRT and transport paramet...
2025-06-11  Frederic LecailleMINOR: quic-be: Call ->prepare_srv() callback at parsin...
2025-06-11  Frederic LecailleMINOR: quic-be: Version Information transport parameter...
2025-06-11  Frederic LecailleMINOR: quic-be: Correct Version Information transp...
2025-06-11  Amaury DenoyelleMINOR: mux-quic-be: allow QUIC proto on backend side
2025-06-11  Amaury DenoyelleMINOR: server: mark QUIC support as experimental
2025-06-11  Amaury DenoyelleMINOR: server: implement helper to identify QUIC servers
2025-06-11  Amaury DenoyelleBUG/MINOR: config/server: reject QUIC addresses
2025-06-11  Christopher... [RELEASE] Released version 3.3-dev1 v3.3-dev1
2025-06-10  Christopher... BUG/MINIR: h1: Fix doc of 'accept-unsafe-...-request...
2025-06-10  Olivier HouchardBUG/MEDIUM: fd: Use the provided tgid in fd_insert...
2025-06-10  Christopher... MEDIUM: hlua: Update TCP applet functions to use the...
2025-06-10  Christopher... CLEANUP: applet: Simplify a bit comments for applet_put...
2025-06-10  Christopher... MINOR: applet: Add API functions to get data from the...
2025-06-10  Christopher... MINOR: applet: Add API functions to manipulate input...
2025-06-06  Frederic LecailleBUG/MINOR: quic: Missing SSL session object freeing
2025-06-06  Amaury DenoyelleBUG/MINOR: config: fix arg number reported on empty...
2025-06-06  Amaury DenoyelleBUG/MINOR: config: emit warning for empty args only...
2025-06-05  Christopher... BUG/MEDIUM: cli: Properly parse empty lines and avoid...
2025-06-05  Aurelien DARRAGONMAJOR: counters: dispatch counters over thread groups
2025-06-05  Aurelien DARRAGONMINOR: counters: add local-only internal rates to compu...
2025-06-05  Aurelien DARRAGONCLEANUP: counters: merge some common counters between...
2025-06-05  Aurelien DARRAGONMEDIUM: counters: manage shared counters using dedicate...
2025-06-05  Aurelien DARRAGONMINOR: counters: add common struct and flags to {fe...
2025-06-05  Aurelien DARRAGONMINOR: counters: add shared counters helpers to get...
2025-06-05  Aurelien DARRAGONMAJOR: counters: add shared counters base infrastructure
2025-06-05  Aurelien DARRAGONCLEANUP: sink: remove useless cleanup in sink_new_from_...
2025-06-04  Christopher... BUG/MINOR: mux-spop: Fix null-pointer deref on SPOP...
2025-06-03  Christopher... DEBUG: check: Add the healthcheck's expiration date...
2025-06-03  Christopher... CLEANUP: applet: Update comment for applet_put* functions
2025-06-03  Christopher... BUG/MEDIUM: check: Requeue healthchecks on I/O events...
2025-06-03  Olivier HouchardBUG/MAJOR: leastconn: Protect tree_elt with the lbprm...
2025-06-02  Aurelien DARRAGONMEDIUM: server: add and use srv_init() function
2025-06-02  Aurelien DARRAGONMEDIUM: server: automatically add server to proxy list...
2025-06-02  Aurelien DARRAGONMEDIUM: proxy: use global proxy list for REGISTER_POST_...
2025-06-02  Aurelien DARRAGONMINOR: log: only run postcheck_log_backend() checks...
2025-06-02  Aurelien DARRAGONMINOR: proxy: add a true list containing all proxies
2025-06-02  Aurelien DARRAGONMINOR: proxy: collect per-capability stat in proxy_cond...
2025-06-02  Aurelien DARRAGONMINOR: stats: add ME_NEW_COMMON() helper
2025-06-02  Aurelien DARRAGONMINOR: stats: add stat_col flags
2025-06-02  Aurelien DARRAGONMINOR: server: group postinit server tasks under _srv_p...
2025-06-02  Tim DuesterhusREGTESTS: Remove support for REQUIRE_VERSION and REQUIR...
2025-06-02  Tim DuesterhusREGTESTS: Remove tests with REQUIRE_VERSION_BELOW=2.4
2025-06-02  Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=2.4 from all tests
2025-06-02  Tim DuesterhusREGTESTS: Remove REQUIRE_VERSION=2.3 from all tests
next