]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
9 days ago  Amaury DenoyelleMEDIUM: quic: ensure empty packets are never built 20250812-ade-quic-fix-padding
9 days ago  Amaury DenoyelleMINOR: quic: centralize padding for HP sampling on...
9 days ago  Amaury DenoyelleBUG/MINOR: quic: don't coalesce probing and ACK packet...
9 days ago  Amaury DenoyelleBUG/MAJOR: quic: fix padding of INITIAL packets
9 days ago  Amaury DenoyelleBUG/MEDIUM: quic: do not mix CONNECTION_CLOSE and probe...
10 days ago  Willy TarreauOPTIM: server: start to use aligned allocs in server quic-interop
10 days ago  Willy TarreauOPTIM: connection: align connection pools to 64
10 days ago  Willy TarreauOPTIM: queue: align the pendconn pools to 64
10 days ago  Willy TarreauOPTIM: buffers: align the buffer pool to 64
10 days ago  Willy TarreauOPTIM: tasks: align task and tasklet pools to 64
10 days ago  Willy TarreauMEDIUM: tree-wide: replace most DECLARE_POOL with DECLA...
10 days ago  Willy TarreauDOC: api: update the pools API with the alignment and...
10 days ago  Willy TarreauMINOR: pools: always check that requested alignment...
10 days ago  Willy TarreauMINOR: pools: permit to optionally specify extra size...
10 days ago  Willy TarreauMINOR: pools: distinguish the requested alignment from...
10 days ago  Willy TarreauCLEANUP: fd: make use of ha_aligned_alloc() for the...
10 days ago  Willy TarreauMINOR: tools: implement ha_aligned_zalloc()
10 days ago  William LallemandMEDIUM: ssl/cli: relax crt insertion in crt-list of...
10 days ago  William LallemandDOC: management: clarify usage of -V with -c
10 days ago  Remi Tricot... BUG/MINOR: init: Initialize random seed earlier in...
10 days ago  William LallemandMEDIUM: acme: use lowercase for challenge names in...
13 days ago  Olivier HouchardBUG/MEDIUM: ssl: fix build with AWS-LC
13 days ago  Olivier HouchardBUG/MEDIUM: ssl: Fix 0rtt to the server
13 days ago  Ilia ShipitsinCI: vtest: add Ubuntu arm64 builds
13 days ago  Ilia ShipitsinCI: vtest: add os name to OT cache key
2025-08-08  David CarlierMINOR: sock: update broken accept4 detection for older...
2025-08-08  Valentine KrasnobaevaBUG/MINOR: stick-table: cap sticky counter idx with...
2025-08-07  Aurelien DARRAGONBUILD: restore USE_SHM_OPEN build option
2025-08-07  Aurelien DARRAGONMINOR: init: add REGISTER_POST_DEINIT_MASTER() hook
2025-08-07  Aurelien DARRAGONMINOR: clock: add clock_get_now_offset() helper
2025-08-07  Aurelien DARRAGONMINOR: clock: add clock_set_now_offset() helper
2025-08-07  Aurelien DARRAGONMINOR: guid: add guid_count() function
2025-08-07  Aurelien DARRAGONMINOR: guid: add guid_get() helper
2025-08-07  Aurelien DARRAGONBUG/MINOR: proxy: avoid NULL-deref in post_section_px_c...
2025-08-07  Aurelien DARRAGONBUG/MINOR: cfgparse-listen: update err_code for fatal...
2025-08-07  Aurelien DARRAGONBUG/MINOR: cfgparse: immediately stop after hard error...
2025-08-07  Amaury DenoyelleMINOR: quic: prefer qc_is_back() usage over qc->target
2025-08-07  Amaury DenoyelleMINOR: quic: define QUIC_FL_CONN_IS_BACK flag
2025-08-07  Amaury DenoyelleMINOR: quic: duplicate GSO unsupp status from listener...
2025-08-06  Willy Tarreau[RELEASE] Released version 3.3-dev6 v3.3-dev6
2025-08-06  Willy TarreauMEDIUM: pools: respect pool alignment in allocations
2025-08-06  Willy TarreauMINOR: pools: add macros to declare pools based on...
2025-08-06  Willy TarreauMINOR: pools: add macros to register aligned pools
2025-08-06  Willy TarreauMEDIUM: pools: add an alignment property
2025-08-06  Willy TarreauDEBUG: pools: also retrieve file and line for direct...
2025-08-06  Willy TarreauDEBUG: pools: store the pool registration file name...
2025-08-06  Willy TarreauMEDIUM: pools: change the static pool creation to pass...
2025-08-06  Willy TarreauMINOR: pools: force the name at creation time to be...
2025-08-06  Willy TarreauMINOR: pools: add a new flag to declare static registra...
2025-08-06  Willy TarreauMINOR: pools: support creating a pool from a pool regis...
2025-08-06  Willy TarreauMINOR: implement ha_aligned_alloc() to return aligned...
2025-08-06  Willy TarreauBUILD: compat: always set _POSIX_VERSION to ease compar...
2025-08-06  Willy TarreauBUILD: quic: use _MAX() to avoid build issues in pools...
2025-08-06  Willy TarreauBUILD: compat: provide relaxed versions of the MIN...
2025-08-06  Willy TarreauBUILD: fcgi: fix the struct name of fcgi_flt_ctx
2025-08-05  Alexander StephanMINOR: sample: Add le2dec (little endian to decimal...
2025-08-05  Aurelien DARRAGONBUG/MEDIUM: hlua_fcn: ensure systematic watcher cleanup...
2025-08-05  William LallemandBUG/MINOR: acme: possible integer underflow in acme_txt...
2025-08-01  William LallemandMINOR: acme: update the log for DNS-01
2025-08-01  William LallemandMEDIUM: acme: allow to wait and restart the task for...
2025-08-01  William LallemandMINOR: acme: emit the DNS-01 challenge details on the...
2025-08-01  William LallemandMINOR: acme: emit a log for DNS-01 challenge response
2025-07-31  William LallemandBUILD: acme: avoid declaring TRACE_SOURCE in acme-t.h
2025-07-31  Amaury DenoyelleBUG/MEDIUM: mux-quic: ensure Early-data header is set
2025-07-30  Amaury DenoyelleMINOR: muxes: refactor private connection detach
2025-07-30  Amaury DenoyelleMINOR: session: streamline session_check_idle_conn...
2025-07-30  Amaury DenoyelleMINOR: session: do not release conn in session_check_id...
2025-07-30  Amaury DenoyelleMINOR: session: strengthen idle conn limit check
2025-07-30  Amaury DenoyelleMINOR: session: remove redundant target argument from...
2025-07-30  Amaury DenoyelleMINOR: session: strengthen connection attach to session
2025-07-30  Amaury DenoyelleMINOR: mux-quic: release conn after shutdown on BE...
2025-07-29  Aurelien DARRAGONMINOR: clock: make global_now_ns a pointer as well
2025-07-29  Aurelien DARRAGONMINOR: clock: make global_now_ms a pointer
2025-07-29  Aurelien DARRAGONCLEANUP: counters: rename counters_be_shared_init to...
2025-07-29  Aurelien DARRAGONBUG/MINOR: hlua: take default-path into account with...
2025-07-29  William LallemandMINOR: acme: implement traces
2025-07-28  Willy Tarreau[RELEASE] Released version 3.3-dev5 v3.3-dev5
2025-07-28  Amaury DenoyelleDOC: list missing global QUIC settings
2025-07-28  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...
next