haproxy/src
Amaury Denoyelle 53db43aff2 MINOR: mux-quic: hide traces when woken up on pacing only
Previous commit aligned default and pacing emission. This is a cleaner
and more robust code. However, it may disrupt traces analysis when
pacing is rescheduled until timer expiration.

Hide traces when qcc_io_cb() is woken up only due to pacing and timer is
not yet expired. This is implemented by using special TASK_WOKEN_IO for
pacing.

This should be backported up to 3.1.
2024-12-18 09:52:16 +01:00
..
acl.c
action.c
activity.c BUILD: activity/memprofile: fix a build warning in the posix_memalign handler 2024-11-22 09:42:49 +01:00
applet.c
arg.c
auth.c
backend.c
base64.c
buf.c
cache.c CLEANUP: cache: use ASSUME_NONNULL() instead of DISGUISE() 2024-12-17 17:42:11 +01:00
calltrace.c
cbuf.c
cebtree-prv.h
cebu32_tree.c
cebu64_tree.c
cebua_tree.c
cebub_tree.c
cebuib_tree.c
cebuis_tree.c
cebul_tree.c
cebus_tree.c
cfgcond.c
cfgdiag.c
cfgparse-global.c MINOR: build: define DEBUG_STRESS 2024-12-12 11:19:10 +01:00
cfgparse-listen.c BUG/MINOR: config: Fix parsing of accept-invalid-http-{request,response} 2024-12-05 22:02:58 +01:00
cfgparse-quic.c MINOR: cfgparse-quic: strengthen quic-cc-algo parsing 2024-11-25 16:19:54 +01:00
cfgparse-ssl.c
cfgparse-tcp.c
cfgparse-unix.c
cfgparse.c
channel.c
check.c
chunk.c
cli.c BUG/MINOR: cli: cli_snd_buf: preserve \r\n for payload lines 2024-12-13 18:13:42 +01:00
clock.c
compression.c
connection.c
cpuset.c
debug.c BUILD: debug: only dump/reset glitch counters when really defined 2024-12-17 16:46:25 +01:00
dgram.c
dict.c
dns_ring.c
dns.c
dynbuf.c
eb32sctree.c
eb32tree.c
eb64tree.c
ebimtree.c
ebistree.c
ebmbtree.c
ebpttree.c
ebsttree.c
ebtree.c
errors.c
ev_epoll.c
ev_evports.c
ev_kqueue.c
ev_poll.c
ev_select.c
event_hdl.c BUG/MEDIUM: event_hdl: fix uninitialized value in async mode when no data is provided 2024-11-29 10:18:07 +01:00
extcheck.c
fcgi-app.c
fcgi.c
fd.c
filters.c
fix.c
flt_bwlim.c
flt_http_comp.c
flt_spoe.c
flt_trace.c
freq_ctr.c
frontend.c
guid.c
h1_htx.c BUG/MINOR: h1-htx: Use default reason if not set when formatting the response 2024-11-29 14:46:38 +01:00
h1.c
h2.c BUG/MEDIUM: mux-h2: Check the number of headers in HEADERS frame after decoding 2024-11-20 17:44:22 +01:00
h3_stats.c
h3.c MINOR: mux-quic: clean up zero-copy done_ff callback 2024-12-05 16:57:31 +01:00
haproxy.c REORG: startup: move nofile limit checks in limits.c 2024-12-16 10:44:01 +01:00
hash.c
hlua_fcn.c BUG/MINOR: hlua_fcn: restore server pairs iterator pointer consistency 2024-12-11 10:52:11 +01:00
hlua.c CLEANUP: hlua: use ASSUME_NONNULL() instead of ALREADY_CHECKED() 2024-12-17 17:47:57 +01:00
hpack-dec.c
hpack-enc.c
hpack-huff.c
hpack-tbl.c
hq_interop.c MINOR: mux-quic: clean up zero-copy done_ff callback 2024-12-05 16:57:31 +01:00
http_acl.c
http_act.c MINOR: pattern: split pat_ref_set() 2024-11-26 16:12:05 +01:00
http_ana.c BUG/MEDIUM: stats/server: use watcher to track server during stats dump 2024-12-10 16:19:33 +01:00
http_client.c
http_conv.c
http_ext.c
http_fetch.c BUG/MINOR: http-fetch: Ignore empty argument string for query() 2024-12-11 10:00:01 +01:00
http_htx.c CLEANUP: htx: use ASSUME_NONNULL() to mark the start line as non-null 2024-12-17 17:47:57 +01:00
http_rules.c
http.c MINOR: http: Add support for HTTP 414/431 status codes 2024-11-19 15:29:40 +01:00
htx.c
init.c
jwt.c
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
lb_ss.c
limits.c REORG: startup: move nofile limit checks in limits.c 2024-12-16 10:44:01 +01:00
linuxcap.c MINOR: startup: use global progname variable 2024-11-21 19:55:21 +01:00
listener.c BUG/MINOR: listener: fix potential null pointer dereference in listener_release() 2024-12-02 17:22:45 +01:00
log.c MINOR: log: always consider "+M" option in lf_text_len() 2024-11-28 13:11:11 +01:00
lru.c
mailers.c
map.c MINOR: pattern: split pat_ref_set() 2024-11-26 16:12:05 +01:00
mjson.c
mqtt.c
mux_fcgi.c CLEANUP: mux-fcgi: use ASSUME_NONNULL() to indicate that the first block exists 2024-12-17 17:47:57 +01:00
mux_h1.c MINOR: mux-h1: use explicit __objt_server on idle conn reinsert 2024-12-06 18:02:55 +01:00
mux_h2.c BUG/MINOR: mux-h2: fix expression when detecting excess of CONTINUATION frames 2024-12-06 18:53:19 +01:00
mux_pt.c
mux_quic.c MINOR: mux-quic: hide traces when woken up on pacing only 2024-12-18 09:52:16 +01:00
mux_spop.c MINOR: mux-spop: use explicit __objt_server on idle conn reinsert 2024-12-06 18:02:55 +01:00
mworker-prog.c
mworker.c BUG/MEDIUM: mworker: report status, if daemonized master fails 2024-12-09 21:32:49 +01:00
namespace.c BUG/MINOR: namespace: handle a possible strdup() failure 2024-12-10 08:05:34 +01:00
ncbuf.c
pattern.c MINOR: pattern: publish event_hdl events on pat_ref updates 2024-11-29 07:22:25 +01:00
payload.c
peers.c MINOR: stktable: implement "recv-only" table option 2024-12-05 12:15:24 +01:00
pipe.c
pool.c BUG/MEDIUM: pools/memprofile: always clean stale pool info on pool_destroy() 2024-11-21 19:58:06 +01:00
proto_quic.c MINOR: quic: implement build options report 2024-12-06 18:34:10 +01:00
proto_rhttp.c
proto_sockpair.c MINOR: proto_sockpair: send_fd_uxst: init iobuf, cmsghdr, cmsgbuf to zeros 2024-11-25 15:20:24 +01:00
proto_tcp.c
proto_udp.c
proto_uxdg.c
proto_uxst.c
protocol.c
proxy.c MINOR: proxy: Add support of 421-Misdirected-Request in retry-on status 2024-11-28 11:47:40 +01:00
qmux_http.c
qmux_trace.c
qpack-dec.c
qpack-enc.c
qpack-tbl.c
queue.c CLEANUP: queues: Remove pendconn_grab_from_px(). 2024-12-17 16:05:44 +01:00
quic_ack.c
quic_cc_bbr.c CLEANUP: quic: Rename some BBR functions in relation with bw probing 2024-12-13 19:41:21 +01:00
quic_cc_cubic.c MINOR: quic: support pacing for newreno and nocc 2024-11-21 11:33:44 +01:00
quic_cc_drs.c BUG/MINOR: quic: remove max_bw filter from delivery rate sampling 2024-12-13 14:42:43 +01:00
quic_cc_newreno.c MINOR: quic: support pacing for newreno and nocc 2024-11-21 11:33:44 +01:00
quic_cc_nocc.c MINOR: quic: support pacing for newreno and nocc 2024-11-21 11:33:44 +01:00
quic_cc.c MINOR: quic: quic_cc modifications to support BBR 2024-11-20 17:34:22 +01:00
quic_cid.c
quic_cli.c MINOR: cli/quic: Add a "help" keyword to show quic 2024-11-26 14:55:30 +01:00
quic_conn.c MEDIUM: mux-quic: remove pacing specific code on qcc_io_cb 2024-12-18 09:49:20 +01:00
quic_fctl.c
quic_frame.c
quic_loss.c CLEANUP: quic: replace ALREADY_CHECKED() with ASSUME_NONNULL() at a few places 2024-12-17 17:47:57 +01:00
quic_openssl_compat.c
quic_pacing.c MINOR: mux-quic: use sched call time for pacing 2024-11-25 11:21:45 +01:00
quic_retransmit.c
quic_retry.c
quic_rules.c
quic_rx.c BUILD: quic: fix a build error about an non initialized timestamp 2024-11-29 14:48:37 +01:00
quic_sock.c CLEANUP: quic: replace ALREADY_CHECKED() with ASSUME_NONNULL() at a few places 2024-12-17 17:47:57 +01:00
quic_ssl.c
quic_stats.c
quic_stream.c
quic_tls.c
quic_token.c
quic_tp.c
quic_trace.c
quic_tx.c BUG/MINOR: improve BBR throughput on very fast links 2024-11-28 21:39:05 +01:00
raw_sock.c
regex.c
resolvers.c BUG/MINOR: resolvers: handle a possible strdup() failure 2024-12-10 08:05:50 +01:00
ring.c
sample.c
server_state.c BUG/MINOR: server-state: Fix expiration date of srvrq_check tasks 2024-12-11 10:00:01 +01:00
server.c BUG/MEDIUM: queues: Do not use pendconn_grab_from_px(). 2024-12-17 16:05:44 +01:00
session.c
sha1.c
shctx.c
signal.c BUG/MINOR: signal: register default handler for SIGINT in signal_init() 2024-12-02 17:28:04 +01:00
sink.c
slz.c
sock_inet.c
sock_unix.c
sock.c BUG/MEDIUM: sock: Remove FD_POLL_HUP during connect() if FD_POLL_ERR is not set 2024-11-27 12:16:25 +01:00
ssl_ckch.c BUG/MINOR: ssl/cli: 'show ssl ca-file' escape the first '*' of a filename 2024-12-16 17:09:34 +01:00
ssl_clienthello.c
ssl_crtlist.c BUG/MINOR: ssl_crtlist: handle a possible strdup() failure 2024-12-10 08:05:42 +01:00
ssl_gencert.c
ssl_ocsp.c
ssl_sample.c
ssl_sock.c CLEANUP: ssl-sock: drop two now unneeded ALREADY_CHECKED() 2024-12-17 17:47:57 +01:00
ssl_utils.c MINOR: ssl: add utils functions to extract X509 notAfter date 2024-12-16 14:54:53 +01:00
stats-file.c MEDIUM: stats-file: silently ignore be/fe mistmatch 2024-11-19 16:44:51 +01:00
stats-html.c BUG/MEDIUM: stats/server: use watcher to track server during stats dump 2024-12-10 16:19:33 +01:00
stats-json.c
stats-proxy.c BUG/MEDIUM: stats/server: use watcher to track server during stats dump 2024-12-10 16:19:33 +01:00
stats.c CLEANUP: stats: use ASSUME_NONNULL() to indicate that the first block exists 2024-12-17 17:47:57 +01:00
stconn.c BUG/MEDIUM: stconn: Only consider I/O timers to update stream's expiration date 2024-12-16 17:47:25 +01:00
stick_table.c CLEANUP: stktable: replace nopurge attribute with flag 2024-12-05 12:15:31 +01:00
stream.c BUG/MEDIUM: queues: Make sure we call process_srv_queue() when leaving 2024-12-17 16:05:44 +01:00
systemd.c BUILD: systemd: fix usage of reserved name "sun" in the address field 2024-11-25 08:09:09 +01:00
task.c MINOR: sched: add TASK_F_WANTS_TIME to make the scheduler update the call date 2024-11-19 20:13:41 +01:00
tcp_act.c
tcp_rules.c MINOR: cfgparse: Emit a warning for misplaced "tcp-response content" rules 2024-11-21 09:55:04 +01:00
tcp_sample.c BUILD: tcp_sample: var_fc_counter defined but not used 2024-11-25 11:41:26 +01:00
tcpcheck.c
thread.c
time.c
tools.c MINOR: tools: add a new function "resolve_dso_name" to find a symbol's DSO 2024-11-21 19:58:06 +01:00
trace.c MINOR: trace: implement tracing disabling API 2024-12-18 09:52:06 +01:00
uri_auth.c
uri_normalizer.c
vars.c
version.c
wdt.c BUG/MEDIUM: wdt: fix the stuck detection for warnings 2024-11-21 19:58:05 +01:00
xprt_handshake.c
xprt_quic.c