]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
13 days ago  William LallemandMEDIUM: acme: allow to wait and restart the task for...
13 days ago  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...
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...
2025-07-23  Amaury DenoyelleMEDIUM: mux-quic: implement be connection reuse
2025-07-23  Amaury DenoyelleMINOR: mux-quic: store session in QCS instance
2025-07-23  Amaury DenoyelleMINOR: mux-quic: disable glitch on backend side
2025-07-23  Amaury DenoyelleMINOR: mux-quic: correctly implement backend timeout
2025-07-23  Amaury DenoyelleMINOR: mux-quic: refactor timeout code
2025-07-23  Amaury DenoyelleBUG/MINOR: mux-quic: ensure close-spread-time is proper...
2025-07-23  Amaury DenoyelleBUG/MINOR mux-quic: apply correctly timeout on output...
2025-07-23  William LallemandBUG/MEDIUM: acme: use POST-as-GET instead of GET for...
2025-07-22  Aurelien DARRAGONMINOR: log: explicitly ignore "log-steps" on backends
2025-07-22  Amaury DenoyelleBUG/MINOR: h3: fix uninitialized value in h3_req_header...
2025-07-21  Amaury DenoyelleMINOR: h3: add traces to h3_req_headers_send()
2025-07-21  Amaury DenoyelleMINOR: h3: use smallbuf for request header emission
2025-07-21  Remi Tricot... MINOR: ssl: Remove ClientHello specific traces if ...
2025-07-21  Remi Tricot... MINOR: ssl: Dump ciphers and sigalgs details in trace...
2025-07-21  Remi Tricot... MINOR: ssl: Add curves in ssl traces
2025-07-21  Remi Tricot... MINOR: ssl: Add curve id to curve name table and mappin...
2025-07-21  Remi Tricot... MINOR: ssl: Add ciphers in ssl traces
2025-07-21  Amaury DenoyelleBUG/MINOR: hq-interop: fix FIN transmission
2025-07-21  Aurelien DARRAGONBUG/MINOR: logs: fix log-steps extra log origins selection
2025-07-21  Olivier HouchardBUG/MEDIUM: threads: Disable the workaround to load...
2025-07-21  Valentine KrasnobaevaBUILD: debug: add missed guard USE_CPU_AFFINITY to...
2025-07-17  Frederic LecailleMINOR: quic: Remove pool_head_quic_be_cc_buf pool
2025-07-17  Valentine KrasnobaevaMINOR: debug: add thread-cpu bindings info in 'show...
2025-07-17  Valentine KrasnobaevaMINOR: debug: align output style of debug_parse_cli_sho...
2025-07-17  Valentine KrasnobaevaMINOR: cpu-topo: write thread-cpu bindings into trash...
2025-07-17  Valentine KrasnobaevaMINOR: cpu-topo: split cpu_dump_topology() to show...
2025-07-17  Valentine KrasnobaevaBUG/MINOR: halog: exit with error when some output...
2025-07-17  Frederic LecailleBUG/MEDIUM: quic-be: CC buffer released from wrong...
2025-07-16  Willy TarreauDOC: connection: explain the rules for idle/safe/avail...
2025-07-16  Frederic LecailleMINOR: quic: Get rid of qc_is_listener()
2025-07-16  Willy TarreauDEV: gdb: add a memprofile decoder to the debug tools
2025-07-16  Christopher... BUG/MINOR: applet: Don't trigger BUG_ON if the tid...
2025-07-16  Amaury DenoyelleMINOR: h3: remove unused outbuf in h3_resp_headers_send()
2025-07-16  Frederic LecailleBUG/MINOR: quic: Wrong source address use on FreeBSD
2025-07-15  Amaury DenoyelleBUG/MINOR: h3: properly handle interim response on...
2025-07-15  Amaury DenoyelleBUG/MEDIUM: h3: handle interim response properly on...
2025-07-15  Amaury DenoyelleMINOR: qmux: change API for snd_buf FIN transmission
2025-07-15  Amaury DenoyelleBUG/MINOR: h3: ensure that invalid status code are...
next