]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2024-07-16 Valentine KrasnobaevaMINOR: debug: store runtime uid/gid in postmortem
2024-07-16 Valentine KrasnobaevaCLEANUP: debug: fix indents in debug_parse_cli_show_dev
2024-07-16 Valentine KrasnobaevaMINOR: debug: prepare feed_post_mortem_late
2024-07-16 Willy TarreauBUG/MEDIUM: debug/cli: fix "show threads" crashing...
2024-07-16 Amaury DenoyelleBUG/MINOR: do not close uninit FD in quic_test_socketops()
2024-07-16 Aurelien DARRAGONMINOR: server: better mt_list usage for node migration...
2024-07-15 Willy TarreauMINOR: fd: don't scan the full fdtab on all threads
2024-07-15 Willy TarreauBUILD: mux-spop: fix build failure on gcc 4-10 and...
2024-07-12 Christopher... DOC: spoe: Update SPOE documentation to reflect recent...
2024-07-12 Christopher... MEDIUM: spoe: Make the SPOE applet use its own buffers
2024-07-12 Christopher... MEDIUM: spoe: Forward SPOE context error to the SPOE...
2024-07-12 Christopher... MEDIUM: mux-spop: Announce the pipeling support if...
2024-07-12 Christopher... MEDIUM: mux-spop: Add checks on received frames
2024-07-12 Christopher... MINOR: spoe: Remove the spop version from the SPOE...
2024-07-12 Christopher... MEDIUM: mux-spop/spoe: Save negociated max-frame-size...
2024-07-12 Christopher... MEDIUM: spoe: Directly receive ACK frame in the SPOE...
2024-07-12 Christopher... MEDIUM: spoe: Directly xfer NOTIFY frame when SPOE...
2024-07-12 Christopher... MINOR: stats-html: Display reuse ratio for spop connections
2024-07-12 Christopher... MAJOR: mux-spop: Make the SPOP connections reusable
2024-07-12 Christopher... MINOR: mux-spop: Use a dedicated function to update...
2024-07-12 Christopher... MEDIUM: spoe: Force the reuse 'always' mode for SPOP...
2024-07-12 Christopher... MINOR: backend: Remove test on HTX streams to reuse...
2024-07-12 Christopher... MEDIUM: spoe: Set a specific name for the connection...
2024-07-12 Christopher... MINOR: spoe: Add internal sample fetch to retrieve...
2024-07-12 Christopher... CLEANUP: spoe: Uniformize function definitions
2024-07-12 Christopher... MAJOR: spoe: Rewrite SPOE applet to use the SPOP mux
2024-07-12 Christopher... MEDIUM: check/spoe: Use SPOP multiplexer to perform...
2024-07-12 Christopher... MEDIUM: mux-spop: Introduce the SPOP multiplexer
2024-07-12 Christopher... MINOR: spoe: Move spoe_str_to_vsn() into the header...
2024-07-12 Christopher... MINOR: spoe: Move all stuff regarding the filter/applet...
2024-07-12 Christopher... MINOR: spoe: Dynamically alloc the message list per...
2024-07-12 Christopher... MINOR: spoe: Rename some flags and constant to use...
2024-07-12 Christopher... MINOR: stconn: Use a dedicated function to get the...
2024-07-12 Christopher... MINOR: connection: No longer include stconn type header...
2024-07-12 Christopher... MEDIUM: applet: Add a .shut callback function for applets
2024-07-12 Christopher... MEDIUM: proxy/spoe: Add a SPOP mode
2024-07-12 Christopher... MINOR: spoe: Remove the dedicated SPOE applet task
2024-07-12 Christopher... MAJOR: spoe: Remove idle applets and pipelining support
2024-07-12 Christopher... MINOR: spoe: Remove debugging
2024-07-12 Christopher... MINOR: spoe: Use only a global engine-id per agent
2024-07-12 Christopher... MEDIUM: spoe: Remove async mode support
2024-07-12 Christopher... MEDIUM: spoe: Remove fragmentation support
2024-07-12 Christopher... CLEANUP: stconn: Fix a typo in comments for SE_ABRT_SRC_*
2024-07-12 Christopher... BUG/MINOR: session: Eval L4/L5 rules defined in the...
2024-07-11 Valentine KrasnobaevaBUG/MINOR: limits: fix license type in limits.h
2024-07-11 Amaury DenoyelleCLEANUP: quic: rename TID affinity elements
2024-07-11 Amaury DenoyelleCLEANUP: proto: rename TID affinity callbacks
2024-07-11 Christopher... BUG/MEDIUM: bwlim: Be sure to never set the analyze...
2024-07-11 Amaury DenoyelleMINOR: quic: add counters of sent bytes with and withou...
2024-07-11 Amaury DenoyelleMEDIUM: quic: implement GSO fallback mechanism
2024-07-11 Amaury DenoyelleMAJOR: quic: support GSO when encoding datagrams
2024-07-11 Amaury DenoyelleMINOR: quic: add GSO parameter on quic_sock send API
2024-07-11 Amaury DenoyelleMINOR: quic: define quic_cc_path MTU as constant
2024-07-11 Amaury DenoyelleMINOR: quic: activate UDP GSO for QUIC if supported
2024-07-11 Amaury DenoyelleMINOR: quic: extend detection of UDP API OS features
2024-07-11 Amaury DenoyelleCLEANUP: quic: remove obsolete comment on send
2024-07-10 Valentine KrasnobaevaMINOR: limits: add is_any_limit_configured
2024-07-10 Valentine KrasnobaevaREORG: haproxy: move limits handlers to limits
2024-07-10 Valentine KrasnobaevaMINOR: haproxy: prepare to move limits-related code
2024-07-10 Valentine KrasnobaevaREORG: global: move rlim_fd_*_at_boot in limits
2024-07-10 Valentine KrasnobaevaCLEANUP: fd: rm struct rlimit definition
2024-07-10 Valentine KrasnobaevaREORG: fd: move raise_rlim_nofile to limits
2024-07-10 Valentine KrasnobaevaMINOR: limits: prepare to keep limits in one place
2024-07-10 Willy Tarreau[RELEASE] Released version 3.1-dev3 v3.1-dev3
2024-07-10 Willy TarreauSCRIPTS: create-release: no more need to skip architect...
2024-07-10 Willy TarreauDOC: architecture: remove the totally outdated architec...
2024-07-10 Willy TarreauBUILD: listener: silence a build warning about unused...
2024-07-10 Christopher... BUG/MEDIUM: spoe: Be sure to create a SPOE applet if...
2024-07-10 Christopher... BUG/MEDIUM: h1: Reject empty Transfer-encoding header
2024-07-10 Christopher... BUG/MINOR: h1: Reject empty coding name as last transfe...
2024-07-10 Christopher... BUG/MINOR: h1: Fail to parse empty transfer coding...
2024-07-10 Ilia ShipitsinCI: weekly QUIC Interop: try to fix private image
2024-07-09 Willy TarreauMAJOR: import: update mt_list to support exponential...
2024-07-09 Willy TarreauOPTIM: pool: improve needed_avg cache line access pattern
2024-07-09 William LallemandMINOR: ssl/sample: ssl_c_san returns a comma separated...
2024-07-08 William LallemandBUG/MINOR: jwt: fix variable initialisation
2024-07-08 Valentine KrasnobaevaBUG/MEDIUM: init: fix fd_hard_limit default in compute_...
2024-07-08 Amaury DenoyelleMINOR: quic: rename "ssl error" trace
2024-07-08 Amaury DenoyelleDEV: flags/quic: decode quic_conn flags
2024-07-05 Ilia ShipitsinCI: add weekly QUIC Interop regression against LibreSSL
2024-07-05 Christopher... BUG/MEDIUM: peers: Fix crash when syncing learn state...
2024-07-04 Amaury DenoyelleBUG/MEDIUM: quic: prevent crash on accept queue full
2024-07-04 Amaury DenoyelleMINOR: proto: extend connection thread rebind API
2024-07-04 Valentine KrasnobaevaDOC: configuration: update maxconn description
2024-07-04 Valentine KrasnobaevaMEDIUM: init: set default for fd_hard_limit via DEFAULT...
2024-07-03 Amaury DenoyelleMINOR: quic: ensure quic_conn is never removed on threa...
2024-07-03 Amaury DenoyelleMINOR: quic: add 2 BUG_ON() on datagram dispatch
2024-07-03 Amaury DenoyelleREORG: quic: remove quic_cid_trees reference from proto...
2024-07-03 Amaury DenoyelleMINOR: quic: remove access to CID global tree outside...
2024-07-03 Amaury DenoyelleCLEANUP: quic: remove non-existing quic_cid_tree definition
2024-07-03 Amaury DenoyelleCLEANUP: quic: cleanup prototypes related to CIDs handling
2024-07-03 William LallemandBUG/MINOR: jwt: don't try to load files with HMAC algorithm
2024-07-03 Amaury DenoyelleBUG/MEDIUM: server: fix race on server_atomic_sync()
2024-07-02 William LallemandDOC: configuration: more details about the master-worke...
2024-07-02 Christopher... BUG/MEDIUM: hlua/cli: Fix lua CLI commands to work...
2024-07-01 William LallemandDOC: configuration: add details about crt-store in...
2024-07-01 Christopher... BUG/MINOR: promex: Remove Help prefix repeated twice...
2024-07-01 Willy TarreauBUG/MEDIUM: quic: fix possible exit from qc_check_dcid...
2024-07-01 Frederic LecailleBUG/MINOR: quic: Wrong datagram building when probing.
2024-06-29 Willy Tarreau[RELEASE] Released version 3.1-dev2 v3.1-dev2
next