]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
43 hours ago  Olivier HouchardBUG/MEDIUM: ssl: fix build with AWS-LC master
44 hours ago  Olivier HouchardBUG/MEDIUM: ssl: Fix 0rtt to the server
2 days ago  Ilia ShipitsinCI: vtest: add Ubuntu arm64 builds
2 days ago  Ilia ShipitsinCI: vtest: add os name to OT cache key
2 days ago  David CarlierMINOR: sock: update broken accept4 detection for older...
2 days ago  Valentine KrasnobaevaBUG/MINOR: stick-table: cap sticky counter idx with...
2 days ago  Aurelien DARRAGONBUILD: restore USE_SHM_OPEN build option
2 days ago  Aurelien DARRAGONMINOR: init: add REGISTER_POST_DEINIT_MASTER() hook
2 days ago  Aurelien DARRAGONMINOR: clock: add clock_get_now_offset() helper
2 days ago  Aurelien DARRAGONMINOR: clock: add clock_set_now_offset() helper
2 days ago  Aurelien DARRAGONMINOR: guid: add guid_count() function
2 days ago  Aurelien DARRAGONMINOR: guid: add guid_get() helper
2 days ago  Aurelien DARRAGONBUG/MINOR: proxy: avoid NULL-deref in post_section_px_c...
2 days ago  Aurelien DARRAGONBUG/MINOR: cfgparse-listen: update err_code for fatal...
2 days ago  Aurelien DARRAGONBUG/MINOR: cfgparse: immediately stop after hard error...
2 days ago  Amaury DenoyelleMINOR: quic: prefer qc_is_back() usage over qc->target quic-interop
2 days ago  Amaury DenoyelleMINOR: quic: define QUIC_FL_CONN_IS_BACK flag
2 days ago  Amaury DenoyelleMINOR: quic: duplicate GSO unsupp status from listener...
3 days ago  Willy Tarreau[RELEASE] Released version 3.3-dev6 v3.3-dev6
3 days ago  Willy TarreauMEDIUM: pools: respect pool alignment in allocations 20250805-memalign-6c
3 days ago  Willy TarreauMINOR: pools: add macros to declare pools based on...
3 days ago  Willy TarreauMINOR: pools: add macros to register aligned pools
3 days ago  Willy TarreauMEDIUM: pools: add an alignment property
3 days ago  Willy TarreauDEBUG: pools: also retrieve file and line for direct...
3 days ago  Willy TarreauDEBUG: pools: store the pool registration file name...
3 days ago  Willy TarreauMEDIUM: pools: change the static pool creation to pass...
3 days ago  Willy TarreauMINOR: pools: force the name at creation time to be...
3 days ago  Willy TarreauMINOR: pools: add a new flag to declare static registra...
3 days ago  Willy TarreauMINOR: pools: support creating a pool from a pool regis...
3 days ago  Willy TarreauMINOR: implement ha_aligned_alloc() to return aligned...
3 days ago  Willy TarreauBUILD: compat: always set _POSIX_VERSION to ease compar...
3 days ago  Willy TarreauBUILD: quic: use _MAX() to avoid build issues in pools...
3 days ago  Willy TarreauBUILD: compat: provide relaxed versions of the MIN...
3 days ago  Willy TarreauBUILD: fcgi: fix the struct name of fcgi_flt_ctx
5 days ago  Alexander StephanMINOR: sample: Add le2dec (little endian to decimal...
5 days ago  Aurelien DARRAGONBUG/MEDIUM: hlua_fcn: ensure systematic watcher cleanup...
5 days ago  William LallemandBUG/MINOR: acme: possible integer underflow in acme_txt...
8 days ago  William LallemandMINOR: acme: update the log for DNS-01
8 days ago  William LallemandMEDIUM: acme: allow to wait and restart the task for...
8 days ago  William LallemandMINOR: acme: emit the DNS-01 challenge details on the...
8 days ago  William LallemandMINOR: acme: emit a log for DNS-01 challenge response
9 days ago  William LallemandBUILD: acme: avoid declaring TRACE_SOURCE in acme-t.h
10 days ago  Amaury DenoyelleBUG/MEDIUM: mux-quic: ensure Early-data header is set
10 days ago  Amaury DenoyelleMINOR: muxes: refactor private connection detach
10 days ago  Amaury DenoyelleMINOR: session: streamline session_check_idle_conn...
11 days ago  Amaury DenoyelleMINOR: session: do not release conn in session_check_id...
11 days ago  Amaury DenoyelleMINOR: session: strengthen idle conn limit check
11 days ago  Amaury DenoyelleMINOR: session: remove redundant target argument from...
11 days ago  Amaury DenoyelleMINOR: session: strengthen connection attach to session
11 days ago  Amaury DenoyelleMINOR: mux-quic: release conn after shutdown on BE...
11 days ago  Aurelien DARRAGONMINOR: clock: make global_now_ns a pointer as well
11 days ago  Aurelien DARRAGONMINOR: clock: make global_now_ms a pointer
11 days ago  Aurelien DARRAGONCLEANUP: counters: rename counters_be_shared_init to...
11 days ago  Aurelien DARRAGONBUG/MINOR: hlua: take default-path into account with...
11 days ago  William LallemandMINOR: acme: implement traces
13 days ago  Willy Tarreau[RELEASE] Released version 3.3-dev5 v3.3-dev5
13 days ago  Amaury DenoyelleDOC: list missing global QUIC settings
13 days ago  Aurelien DARRAGONBUG/MEDIUM: queue/stats: also use stream_set_srv_target...
2025-07-26  Willy Tarreau[RELEASE] Released version 3.3-dev4 v3.3-dev4
2025-07-25  Aurelien DARRAGONOPTIM: stats: store fast sharded counters pointers...
2025-07-25  Aurelien DARRAGONCLEANUP: peers: remove unused peer_session_target()
2025-07-25  Ben KallusCLEANUP: include: replace hand-rolled offsetof to avoid UB
2025-07-25  Ben KallusCLEANUP: compiler: prefer char * over void * for pointe...
2025-07-25  Aurelien DARRAGONMEDIUM: stats: avoid 1 indirection by storing the share...
2025-07-25  Aurelien DARRAGONBUG/MEDIUM: logs: fix sess_build_logline_orig() recursi...
2025-07-25  Christopher... MEDIUM: applet: Emit a warning when a legacy applet...
2025-07-25  Christopher... MINOR: applet: Add support for flags on applets with...
2025-07-24  Christopher... MEDIUM: promex: Update the promex applet to use their...
2025-07-24  Christopher... MEDIUM: peers: Update the peer applet to use its own...
2025-07-24  Christopher... MEDIUM: sink: Update the sink applets to use their...
2025-07-24  Christopher... MEDIUM: log: Update the log applet to use its own buffers
2025-07-24  Christopher... MEDIUM: http-client: Update the http-client applet...
2025-07-24  Christopher... MINOR: httpclient-cli: Reset httpclient HTX buffer...
2025-07-24  Christopher... BUG/MINOR: httpclient-cli: Don't try to dump raw header...
2025-07-24  Christopher... MINOR: http-client: Trigger an error if first response...
2025-07-24  Christopher... MINOR: http-client: Try to send request body with heade...
2025-07-24  Christopher... CLEANUP: http-client: Remove useless indentation when...
2025-07-24  Christopher... MEDIUM: dns: Update the dns_session applet to use its...
2025-07-24  Christopher... BUG/MEDIUM: dns: Reset reconnect tempo when connection...
2025-07-24  Christopher... MEDIUM: hlua: Update the socket applet to use its own...
2025-07-24  Christopher... BUG/MEDIUM: hlua: Report to SC when output data are...
2025-07-24  Christopher... BUG/MEDIUM: hlua: Report to SC when data were consumed...
2025-07-24  Christopher... MEDIUM: hlua: Update the http applet to use its own...
2025-07-24  Christopher... MINOR: hlua: Use the buffer instead of the HTTP message...
2025-07-24  Christopher... MINOR: hlua: Fill the request array on the first HTTP...
2025-07-24  Christopher... MEDIUM: hlua: Update the tcp applet to use its own...
2025-07-24  Christopher... MINOR: applet: Improve applet API to take care of inbuf...
2025-07-24  Christopher... MINOR: applet: Add HTX versions for applet_input_data...
2025-07-24  Christopher... BUG/MEDIUM: Remove sync sends from streams to applets
2025-07-24  Christopher... BUG/MINOR: applet: Fix applet_getword() to not return...
2025-07-24  Christopher... BUG/MEDIUM: stconn: Fix conditions to know an applet...
2025-07-24  Christopher... BUG/MEDIUM: applet: State inbuf is no longer full if...
2025-07-24  Christopher... BUG/MINOR: hlua: Skip headers when a receive is perform...
2025-07-24  William LallemandMINOR: acme: add ACME to the haproxy -vv feature list
2025-07-24  Remi Tricot... CLEANUP: ssl: Use only NIDs in curve name to id table
2025-07-24  Ilia ShipitsinCLEANUP: acme: fix wrong spelling of "resources"
2025-07-23  William LallemandBUG/MINOR: acme: allow "processing" in challenge requests
2025-07-23  William LallemandMINOR: acme: remove acme_req_auth() and use acme_post_a...
2025-07-23  Amaury DenoyelleMEDIUM: mux-quic: support backend private connection
2025-07-23  Amaury DenoyelleMINOR: mux-quic: do not reuse connection if app already...
next