]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2 days ago  Olivier HouchardMINOR: ssl: Add a way to globally disable ktls. 20250820-ktls
2 days ago  Olivier HouchardMEDIUM: ssl: Handle non-Application data record with...
2 days ago  Olivier HouchardMEDIUM: ssl: Add support for ktls on TLS 1.3 with AWS-LC
2 days ago  Olivier HouchardMEDIUM: ssl: Add ktls support for AWS-LC.
2 days ago  Olivier HouchardMEDIUM: ssl: Add splicing with SSL.
2 days ago  Olivier HouchardMEDIUM: splice: Don't consider EINVAL to be a fatal...
2 days ago  Olivier HouchardMEDIUM: ssl: Add kTLS support for OpenSSL.
2 days ago  Olivier HouchardMINOR: build: Add a new define, USE_KTLS.
2 days ago  Olivier HouchardMINOR: ssl: Define HAVE_VANILLA_OPENSSL if openssl...
2 days ago  Olivier HouchardMINOR: cfgparse: Add a new "ktls" option to bind and...
2 days ago  Olivier HouchardMEDIUM: mux_h1/mux_pt: Use XPRT_CAN_SPLICE to decide...
2 days ago  Olivier HouchardMEDIUM: xprt: Add a "get_capability" method.
2 days ago  Olivier HouchardMINOR: ssl: Add a "flags" field to ssl_sock_ctx.
2 days ago  Olivier HouchardMINOR: xprt: Add recvmsg() and sendmsg() parameters...
2 days ago  William LallemandBUG/MEDIUM: mworker: more verbose error upon loading...
2 days ago  Frederic LecailleBUG/MEDIUM: quic-be: do not initialize ->conn too early
2 days ago  Frederic LecailleBUG/MEDIUM: quic: crash after quic_conn allocation...
2 days ago  Christopher... BUG/MEDIUM: cli: Report inbuf is no longer full when...
2 days ago  Christopher... BUG/MINOR: spoe: Properly detect and skip empty NOTIFY...
3 days ago  Valentine KrasnobaevaMEDIUM: dns: don't call connect to dest socket for...
8 days ago  Amaury DenoyelleBUG/MINOR: mux-h1: fix wrong lock label
8 days ago  Frederic LecailleBUG/MEDIUM: quic: listener connection stuck during...
8 days ago  Frederic LecailleMINOR: quic: implement qc_ssl_do_hanshake()
9 days ago  Tim DuesterhusCI: Update to actions/checkout@v5
9 days ago  Willy TarreauMEDIUM: ring: always allocate properly aligned ring...
9 days ago  Willy TarreauMINOR: server: align server struct to 64 bytes
9 days ago  Willy TarreauMEDIUM: server: introduce srv_alloc()/srv_free() to...
9 days ago  Willy TarreauMINOR: tools: also implement ha_aligned_alloc_typed()
9 days ago  Lukas TribusDOC: config: recommend single quoting passwords
9 days ago  Lukas TribusDOC: management: fix typo in commit f4f93c56
10 days ago  Willy TarreauOPTIM: server: start to use aligned allocs in server
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()
11 days ago  William LallemandMEDIUM: ssl/cli: relax crt insertion in crt-list of...
11 days ago  William LallemandDOC: management: clarify usage of -V with -c
11 days ago  Remi Tricot... BUG/MINOR: init: Initialize random seed earlier in...
11 days ago  William LallemandMEDIUM: acme: use lowercase for challenge names in...
13 days ago  Olivier HouchardBUG/MEDIUM: ssl: fix build with AWS-LC
2025-08-08  Olivier HouchardBUG/MEDIUM: ssl: Fix 0rtt to the server
2025-08-08  Ilia ShipitsinCI: vtest: add Ubuntu arm64 builds
2025-08-08  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...
next