haproxy/include/haproxy
Frederic Lecaille d04adf44dc MINOR: quic: implement BBR congestion control algorithm for QUIC
Implement the version 3 of BBR for QUIC specified by the IETF in this draft:

https://datatracker.ietf.org/doc/draft-ietf-ccwg-bbr/

Here is an extract from the Abstract part to sum up the the capabilities of BBR:

BBR ("Bottleneck Bandwidth and Round-trip propagation time") uses recent
measurements of a transport connection's delivery rate, round-trip time, and
packet loss rate to build an explicit model of the network path. BBR then uses
this model to control both how fast it sends data and the maximum volume of data
it allows in flight in the network at any time. Relative to loss-based congestion
control algorithms such as Reno [RFC5681] or CUBIC [RFC9438], BBR offers
substantially higher throughput for bottlenecks with shallow buffers or random
losses, and substantially lower queueing delays for bottlenecks with deep buffers
(avoiding "bufferbloat"). BBR can be implemented in any transport protocol that
supports packet-delivery acknowledgment. Thus far, open source implementations
are available for TCP [RFC9293] and QUIC [RFC9000].

In haproxy, this implementation is considered as still experimental. It depends
on the newly implemented pacing feature.

BBR was asked in GH #2516 by @KazuyaKanemura, @osevan and @kennyZ96.
2024-11-20 17:34:22 +01:00
..
acl-t.h
acl.h MINOR: acl: export find_acl_default() 2024-11-18 15:15:54 +01:00
action-t.h MEDIUM: quic: implement quic-initial rules 2024-07-25 15:39:39 +02:00
action.h MINOR: action: Export release_expr_int_action() release function 2024-09-30 16:55:53 +02:00
activity-t.h MINOR: activity: make the memory profiling hash size configurable at build time 2024-06-27 18:01:27 +02:00
activity.h
api-t.h
api.h
applet-t.h DEV: flags/applet: decode appctx flags 2024-09-24 18:26:36 +02:00
applet.h MINOR: applet: report about buffer allocation success 2024-05-10 17:18:13 +02:00
arg-t.h MINOR: arg: add an argument type for identifier 2024-10-18 14:30:24 +02:00
arg.h
atomic.h BUILD: atomic: fix peers build regression on gcc < 4.7 after recent changes 2024-04-11 16:41:08 +02:00
auth-t.h
auth.h
backend-t.h MEDIUM: log/balance: leverage lbprm api for log load-balancing 2024-03-29 17:08:37 +01:00
backend.h MINOR: stats: convert age as generic column for proxy stat 2024-05-02 10:55:25 +02:00
base64.h
buf-t.h MINOR: buffer: add a buffer list type with functions 2024-10-12 16:29:15 +02:00
buf.h OPTIM: buffers: avoid a useless wrapping check for ofs == 0 2024-10-18 18:42:47 +02:00
bug.h MINOR: debug: add a new counter type for glitches 2024-11-14 08:49:38 +01:00
capture-t.h
capture.h
cbuf-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
cbuf.h
cfgcond-t.h
cfgcond.h
cfgdiag.h
cfgparse.h MEDIUM: cfgparse: add KWF_DISCOVERY keyword flag 2024-10-16 22:02:39 +02:00
channel-t.h
channel.h CLEANUP: assorted typo fixes in the code and comments 2024-09-03 17:49:21 +02:00
check-t.h
check.h MEDIUM: check/spoe: Use SPOP multiplexer to perform SPOP health-checks 2024-07-12 15:27:04 +02:00
chunk.h
cli-t.h CLEANUP: assorted typo fixes in the code and comments 2024-04-17 11:14:44 +02:00
cli.h MINOR: mworker/cli: split mworker_cli_proxy_create 2024-10-24 11:32:20 +02:00
clock.h
compat.h MINOR: tools: do not attempt to use backtrace() on linux without glibc 2024-09-29 09:52:23 +02:00
compiler.h BUILD: compiler: define __builtin_prefetch() for tcc 2024-11-05 15:43:17 +01:00
compression-t.h
compression.h
connection-t.h MINOR: connection: add more connection error codes to cover common errno 2024-11-05 18:57:43 +01:00
connection.h MINOR: connection: add new sample fetch functions fc_err_name and bc_err_name 2024-11-05 18:57:43 +01:00
counters-t.h MINOR: counters: move last_change into counters struct 2024-05-02 10:55:25 +02:00
cpuset-t.h
cpuset.h
debug.h DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info 2024-11-06 18:35:42 +01:00
defaults.h MINOR: defaults: update MASTER_MAXCONN description 2024-10-16 22:02:39 +02:00
dgram-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
dgram.h
dict-t.h
dict.h
dns_ring-t.h MEDIUM: ring/applet: turn the wait_entry list to an mt_list instead 2024-03-25 17:34:19 +00:00
dns_ring.h REORG: dns/ring: split the ring between the generic one and the DNS one 2024-03-25 17:34:19 +00:00
dns-t.h REORG: dns/ring: split the ring between the generic one and the DNS one 2024-03-25 17:34:19 +00:00
dns.h
dynbuf-t.h MEDIUM: dynbuf: refrain from offering a buffer if more critical ones are waiting 2024-05-10 17:18:13 +02:00
dynbuf.h MINOR: dynbuf: provide a b_dequeue() variant for multi-thread 2024-05-15 19:37:12 +02:00
errors.h
event_hdl-t.h
event_hdl.h MINOR: event_hdl: add event_hdl_sub_list_empty() helper func 2024-11-07 11:35:55 +01:00
extcheck.h
fcgi-app-t.h CLEANUP: assorted typo fixes in the code and comments 2024-09-03 17:49:21 +02:00
fcgi-app.h
fcgi.h
fd-t.h
fd.h MINOR: fd: don't scan the full fdtab on all threads 2024-07-15 19:19:13 +02:00
filters-t.h MINOR: filters: add per-filter call counters 2024-10-22 20:13:00 +02:00
filters.h
fix-t.h
fix.h
flt_http_comp.h
freq_ctr-t.h
freq_ctr.h MINOR: stats: support rate in stats-file 2024-05-02 10:55:25 +02:00
frontend.h
global-t.h MINOR: cfgparse: parse tune.bufsize.small as a size 2024-11-18 19:07:05 +01:00
global.h MINOR: mworker/cli: add _send_status to support state transition 2024-10-16 22:02:39 +02:00
guid-t.h MINOR: guid: restrict guid format 2024-04-05 15:40:42 +02:00
guid.h BUG/MINOR: guid/server: ensure thread-safety on GUID insert/delete 2024-11-07 18:17:03 +01:00
h1_htx.h
h1.h MINIR: mux-h1: Return 414 or 431 when appropriate 2024-11-19 15:29:40 +01:00
h2.h
h3_stats-t.h
h3_stats.h
h3.h MINOR: h3/qpack: adjust naming for errors 2024-05-16 10:31:17 +02:00
hash.h
hlua_fcn.h
hlua-t.h DEBUG: hlua: distinguish burst timeout errors from exec timeout errors 2024-06-14 18:25:58 +02:00
hlua.h DEBUG: lua: precisely identify if stream is stuck inside lua or not 2024-03-13 09:24:46 +01:00
hpack-dec.h
hpack-enc.h
hpack-huff.h
hpack-tbl-t.h
hpack-tbl.h
hq_interop.h
http_ana-t.h MINOR: http-ana: Add support for "set-cookie-fmt" option to redirect rules 2024-11-19 15:20:02 +01:00
http_ana.h
http_client-t.h MINOR: httpclient: allow to use absolute URI with new flag HC_F_HTTPROXY 2024-04-29 17:10:47 +02:00
http_client.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
http_ext-t.h
http_ext.h
http_fetch.h
http_htx-t.h MEDIUM: tree-wide: add logformat expressions wrapper 2024-04-04 19:10:01 +02:00
http_htx.h
http_rules.h
http-hdr-t.h
http-hdr.h
http-t.h MINOR: http: Add support for HTTP 414/431 status codes 2024-11-19 15:29:40 +01:00
http.h BUG/MEDIUM: h3: ensure the ":method" pseudo header is totally valid 2024-06-28 14:36:30 +02:00
htx-t.h BUG/MAJOR: filters/htx: Add a flag to state the payload is altered by a filter 2024-10-17 13:54:54 +02:00
htx.h BUG/MAJOR: filters/htx: Add a flag to state the payload is altered by a filter 2024-10-17 13:54:54 +02:00
init-t.h
init.h
initcall.h
intops.h MINOR: intops: add a pair of functions to check multi-byte ranges 2024-04-24 15:54:55 +02:00
istbuf.h
jwt-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
jwt.h
lb_chash-t.h
lb_chash.h
lb_fas-t.h
lb_fas.h
lb_fwlc-t.h
lb_fwlc.h
lb_fwrr-t.h
lb_fwrr.h
lb_map-t.h
lb_map.h
lb_ss-t.h MINOR: lbprm: implement true "sticky" balance algo 2024-03-29 17:08:37 +01:00
lb_ss.h MINOR: lbprm: implement true "sticky" balance algo 2024-03-29 17:08:37 +01:00
limits.h MINOR: debug: use LIM2A to show limits 2024-07-16 14:04:41 +02:00
linuxcap.h MINOR: cli/debug: show dev: show capabilities 2024-06-26 07:38:21 +02:00
list-t.h
list.h MAJOR: import: update mt_list to support exponential back-off (try #2) 2024-07-09 16:46:38 +02:00
listener-t.h MEDIUM: quic: define cubic-pacing congestion algorithm 2024-11-19 16:20:58 +01:00
listener.h BUG/MEDIUM: cli: Deadlock when setting frontend maxconn 2024-09-25 17:12:11 +02:00
log-t.h MINOR: http: don't %-encode the payload when not relevant 2024-11-06 10:21:15 +01:00
log.h MINOR: log: add do_log_parse_act() helper func 2024-10-04 21:38:08 +02:00
mailers-t.h BUG/MINOR: proxy: fix email-alert leak on deinit() (2nd try) 2024-06-17 19:37:29 +02:00
mailers.h REORG: mailers: move free_email_alert() to mailers.c 2024-06-17 19:37:29 +02:00
map-t.h
map.h
mqtt-t.h CLEANUP: mqtt: fix typo in MQTT_REMAINING_LENGHT_MAX_SIZE 2024-08-30 14:58:59 +02:00
mqtt.h
mux_fcgi-t.h
mux_h1-t.h CLEANUP: mux-h1: Remove unused H1S_F_ERROR_MASK mask value 2024-05-17 16:33:53 +02:00
mux_h2-t.h DEBUG: mux-h2/flags: add H2_CF_DEM_RXBUF & H2_SF_EXPECT_RXDATA for the decoder 2024-10-16 18:32:52 +02:00
mux_quic-t.h MINOR: mux_quic/pacing: display pacing info on show quic 2024-11-19 16:21:05 +01:00
mux_quic.h MINOR: mux-quic: encapsulate QCC tasklet wakeup 2024-11-19 16:16:48 +01:00
mux_spop-t.h CLEANUP: assorted typo fixes in the code and comments 2024-09-03 17:49:21 +02:00
mworker-t.h MINOR: mworker: add and set state PROC_O_INIT for new worker 2024-10-16 22:02:39 +02:00
mworker.h MINOR: startup: replace HAPROXY_LOAD_SUCCESS with global load_status 2024-11-13 09:50:05 +01:00
namespace-t.h
namespace.h
ncbuf-t.h
ncbuf.h
net_helper.h MINOR: net_helper: Add support for floats/doubles. 2024-04-16 07:37:28 +02:00
obj_type-t.h MINOR: quic: pass quic_dgram as obj_type for quic-initial rules 2024-07-25 15:39:39 +02:00
obj_type.h MINOR: quic: pass quic_dgram as obj_type for quic-initial rules 2024-07-25 15:39:39 +02:00
openssl-compat.h BUILD: ssl: replace USE_OPENSSL_AWSLC by OPENSSL_IS_AWSLC 2024-07-30 18:53:08 +02:00
pattern-t.h BUG/MEDIUM: pattern: prevent UAF on reused pattern expr 2024-09-09 16:07:05 +02:00
pattern.h
payload.h
peers-t.h CLEANUP: assorted typo fixes in the code and comments 2024-05-03 09:01:36 +02:00
peers.h
pipe-t.h
pipe.h
pool-os.h
pool-t.h
pool.h MINOR: pools: export the pools variable 2024-10-24 16:12:46 +02:00
port_range-t.h
port_range.h
proto_quic.h REORG: quic: remove quic_cid_trees reference from proto_quic 2024-07-03 15:02:40 +02:00
proto_rhttp-t.h
proto_rhttp.h CLEANUP: proto: rename TID affinity callbacks 2024-07-11 15:14:06 +02:00
proto_sockpair.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
proto_tcp.h
proto_udp.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
proto_uxst.h
protobuf-t.h
protobuf.h BUG/MEDIUM: grpc: Fix several unaligned 32/64 bits accesses 2024-04-16 07:37:28 +02:00
protocol-t.h MINOR: protocol: create abnsz socket address family 2024-10-29 12:14:50 +01:00
protocol.h MINOR: tools: extend str2sa_range to add an alt parameter 2024-08-30 18:53:49 +02:00
proxy-t.h MINOR: http-ana: Add support for "set-cookie-fmt" option to redirect rules 2024-11-19 15:20:02 +01:00
proxy.h MINOR: proxy: add a list of orphaned defaults sections 2024-09-20 15:59:04 +02:00
qmux_http.h
qmux_trace.h MINOR: mux-quic: define dump functions for QCC and QCS 2024-08-07 15:40:52 +02:00
qpack-dec.h MINOR: qpack: prepare error renaming 2024-05-16 10:31:17 +02:00
qpack-enc.h
qpack-t.h MINOR: h3/qpack: adjust naming for errors 2024-05-16 10:31:17 +02:00
qpack-tbl-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
qpack-tbl.h
queue-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
queue.h MINOR: queue: add a function to check for TOCTOU after queueing 2024-07-29 09:27:01 +02:00
quic_ack-t.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
quic_ack.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
quic_cc_drs.h MINOR: quic: implement delivery rate sampling algorithm 2024-11-20 17:34:22 +01:00
quic_cc_hystart.h MINOR: quic: HyStart++ implementation (RFC 9406) 2024-04-02 18:47:19 +02:00
quic_cc-t.h MINOR: quic: implement BBR congestion control algorithm for QUIC 2024-11-20 17:34:22 +01:00
quic_cc.h MINOR: quic: implement BBR congestion control algorithm for QUIC 2024-11-20 17:34:22 +01:00
quic_cid-t.h REORG: quic: remove quic_cid_trees reference from proto_quic 2024-07-03 15:02:40 +02:00
quic_cid.h REORG: quic: remove quic_cid_trees reference from proto_quic 2024-07-03 15:02:40 +02:00
quic_cli-t.h
quic_conn-t.h BUG/MEDIUM: quic: avoid freezing 0RTT connections 2024-10-17 15:04:06 +02:00
quic_conn.h MINOR: quic: define quic_pacing module 2024-11-19 16:16:48 +01:00
quic_enc.h
quic_fctl-t.h
quic_fctl.h
quic_frame-t.h MINOR: quic: implement dedicated type for out-of-order stream ACK 2024-10-04 17:56:45 +02:00
quic_frame.h MINOR: quic: implement dedicated type for out-of-order stream ACK 2024-10-04 17:56:45 +02:00
quic_loss-t.h
quic_loss.h
quic_openssl_compat-t.h
quic_openssl_compat.h
quic_pacing-t.h MINOR: mux_quic/pacing: display pacing info on show quic 2024-11-19 16:21:05 +01:00
quic_pacing.h MINOR: quic/pacing: add burst support 2024-11-19 16:16:48 +01:00
quic_retransmit.h MINOR: quic: implement function to check if STREAM is fully acked 2024-08-07 10:57:10 +02:00
quic_retry.h
quic_rules.h MINOR: quic: pass quic_dgram as obj_type for quic-initial rules 2024-07-25 15:39:39 +02:00
quic_rx-t.h BUG/MINOR: quic: repeat packet parsing to deal with fragmented CRYPTO 2024-11-06 14:29:14 +01:00
quic_rx.h MINOR: quic: remove qc_treat_rx_crypto_frms() 2024-03-11 14:27:51 +01:00
quic_sock-t.h MINOR: quic: implement send-retry quic-initial rules 2024-07-25 15:39:39 +02:00
quic_sock.h MINOR: quic: add GSO parameter on quic_sock send API 2024-07-11 11:02:44 +02:00
quic_ssl-t.h
quic_ssl.h MINOR: quic: Implement qc_ssl_eary_data_accepted(). 2024-08-30 17:04:09 +02:00
quic_stats-t.h
quic_stats.h
quic_stream-t.h MEDIUM: quic: decount out-of-order ACK data range for MUX txbuf window 2024-10-04 18:09:51 +02:00
quic_stream.h MINOR: quic: implement dedicated type for out-of-order stream ACK 2024-10-04 17:56:45 +02:00
quic_tls-t.h MINOR: quic: Modify NEW_TOKEN frame structure (qf_new_token struct) 2024-08-30 17:04:09 +02:00
quic_tls.h MINOR: quic: Implement quic_tls_derive_token_secret(). 2024-08-30 17:04:09 +02:00
quic_token.h MINOR: quic: Token for future connections implementation. 2024-08-30 17:04:09 +02:00
quic_tp-t.h
quic_tp.h
quic_trace-t.h CLEANUP: quic: rename TID affinity elements 2024-07-11 15:14:06 +02:00
quic_trace.h MINOR: quic: dump quic_conn debug string for logs 2024-08-07 15:40:52 +02:00
quic_tx-t.h MINOR: quic: implement delivery rate sampling algorithm 2024-11-20 17:34:22 +01:00
quic_tx.h MINOR: quic/pacing: support pacing emission on quic_conn layer 2024-11-19 16:16:48 +01:00
receiver-t.h
regex-t.h
regex.h
resolvers-t.h
resolvers.h
ring-t.h MINOR: ring: make the number of queues configurable 2024-03-25 17:34:19 +00:00
ring.h MINOR: ring: count processed messages in ring_dispatch_messages() 2024-07-24 17:59:03 +02:00
sample_data-t.h
sample-t.h
sample.h
sc_strm.h BUG/MEDIUM: sc_strm/applet: Wake applet after a successfull synchronous send 2024-09-16 22:55:40 +02:00
server-t.h BUG/MEDIUM: server: fix race on servers_list during server deletion 2024-10-24 11:35:57 +02:00
server.h BUG/MEDIUM: server: fix race on servers_list during server deletion 2024-10-24 11:35:57 +02:00
session-t.h MINOR: session: define flag to explicitely release listener on free 2024-05-22 10:01:57 +02:00
session.h MINOR: stick-table: Always decrement ref count before killing a session 2024-06-26 15:05:06 +02:00
shctx-t.h
shctx.h MEDIUM: shctx: Naming shared memory context 2024-04-24 10:25:38 +02:00
show_flags-t.h
signal-t.h
signal.h
sink-t.h MEDIUM: sink: implement sink_find_early() 2024-10-10 16:55:15 +02:00
sink.h MEDIUM: sink: implement sink_find_early() 2024-10-10 16:55:15 +02:00
sock_inet.h MEDIUM: protocol: add MPTCP per address support 2024-08-30 18:53:49 +02:00
sock_unix.h MEDIUM: sock_unix: use per-family addrcmp function 2024-10-29 12:15:09 +01:00
sock-t.h
sock.h BUG/MEDIUM: proto: fix fd leak in <proto>_connect_server 2024-05-21 20:14:05 +02:00
spoe-t.h MINOR: spoe: Add a function to validate a version is supported 2024-07-24 14:19:10 +02:00
spoe.h MINOR: spoe: export the list of SPOP error reasons 2024-07-24 14:19:10 +02:00
ssl_ckch-t.h MEDIUM: ssl: add extra_chain to ckch_data 2024-07-17 16:52:06 +02:00
ssl_ckch.h MEDIUM: ssl: don't load file by discovering them in crt-store 2024-05-21 18:30:45 +02:00
ssl_crtlist-t.h
ssl_crtlist.h MEDIUM: ssl/crtlist: loading crt-store keywords from a crt-list 2024-05-17 17:35:51 +02:00
ssl_gencert.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
ssl_ocsp-t.h BUG/MEDIUM: ssl: Fix crash when calling "update ssl ocsp-response" when an update is ongoing 2024-03-20 16:12:10 +01:00
ssl_ocsp.h MEDIUM: ssl/cli: handle crt-store keywords in crt-list over the CLI 2024-05-17 17:35:51 +02:00
ssl_sock-t.h MEDIUM: ssl: capture the signature_algorithms extension from Client Hello 2024-08-26 15:17:40 +02:00
ssl_sock.h BUILD: ssl: replace USE_OPENSSL_AWSLC by OPENSSL_IS_AWSLC 2024-07-30 18:53:08 +02:00
ssl_utils.h
stats-file-t.h MINOR: stats: parse header lines from stats-file 2024-04-26 11:34:02 +02:00
stats-file.h CLEANUP: assorted typo fixes in the code and comments 2024-05-03 09:01:36 +02:00
stats-html-t.h REORG: stats: extract HTML related functions 2024-04-18 17:04:08 +02:00
stats-html.h MINOR: stats: Get the right prototype for stats_dump_html_end(). 2024-04-19 01:54:00 +02:00
stats-json.h REORG: stats: extract JSON related functions 2024-04-18 17:04:08 +02:00
stats-proxy.h MINOR: stats: extract proxy clear-counter in a dedicated function 2024-05-02 16:43:26 +02:00
stats-t.h DEBUG: wdt: add a stats counter "BlockedTrafficWarnings" in show info 2024-11-06 18:35:42 +01:00
stats.h REORG: stats: define stats-proxy source module 2024-05-02 16:42:36 +02:00
stconn-t.h MEDIUM: mux-spop: Introduce the SPOP multiplexer 2024-07-12 15:27:04 +02:00
stconn.h BUG/MINOR: stconn: Don't disable 0-copy FF if EOS was reported on consumer side 2024-10-24 12:07:50 +02:00
stick_table-t.h CLEANUP: stick-table: make the file location point to a global file name 2024-09-19 15:38:19 +02:00
stick_table.h CLEANUP: assorted typo fixes in the code and comments 2024-09-03 17:49:21 +02:00
stream-t.h MINOR: stream: Add http-buffer-request option in the waiting entities 2024-10-31 20:24:50 +01:00
stream.h MINOR: stream: Rely on a per-stream max connection retries value 2024-09-30 16:55:53 +02:00
systemd.h MEDIUM: mworker: get rid of libsystemd 2024-04-03 15:53:18 +02:00
task-t.h MINOR: sched: add TASK_F_WANTS_TIME to make the scheduler update the call date 2024-11-19 20:13:41 +01:00
task.h MINOR: tasklet: support an optional set of wakeup flags to tasklet_wakeup_on() 2024-11-19 20:13:41 +01:00
tcp_rules.h
tcpcheck-t.h MEDIUM: tree-wide: add logformat expressions wrapper 2024-04-04 19:10:01 +02:00
tcpcheck.h MEDIUM: proxy/spoe: Add a SPOP mode 2024-07-12 15:27:04 +02:00
thread-t.h BUG/MINOR: guid/server: ensure thread-safety on GUID insert/delete 2024-11-07 18:17:03 +01:00
thread.h
ticks.h
time-t.h MINOR: time: define tot_time structure 2024-08-07 15:40:52 +02:00
time.h MINOR: time: define tot_time structure 2024-08-07 15:40:52 +02:00
timeshift.h
tinfo-t.h MINOR: tinfo/clock: turn sched_call_date to 64-bits 2024-11-19 20:13:41 +01:00
tinfo.h
tools-t.h MINOR: tools: add new macro DEFZERO to provide a default zero argument 2024-11-19 20:13:41 +01:00
tools.h MINOR: tools: make parse_size_err() support 32/64 bits 2024-11-19 10:50:42 +01:00
trace-t.h MINOR: trace: add a per-source helper to pre-fill the context 2024-08-07 16:02:59 +02:00
trace.h BUG/MINOR: trace: stop rewriting argv with -dt 2024-10-29 11:01:47 +01:00
uri_auth-t.h MEDIUM: uri_auth: implement clean uri_auth cleaning 2024-11-14 15:03:38 +01:00
uri_auth.h MEDIUM: uri_auth: implement clean uri_auth cleaning 2024-11-14 15:03:38 +01:00
uri_normalizer-t.h
uri_normalizer.h
vars-t.h OPTIM: vars: use multiple name heads in the vars struct 2024-09-15 23:51:51 +02:00
vars.h OPTIM: vars: use multiple name heads in the vars struct 2024-09-15 23:51:51 +02:00
vecpair.h CLEANUP: assorted typo fixes in the code and comments 2024-04-17 11:14:44 +02:00
version.h [RELEASE] Released version 3.1-dev0 2024-05-29 15:00:02 +02:00
window_filter.h MINOR: window_filter: Implement windowed filter (only max) 2024-11-20 17:34:22 +01:00
xref-t.h
xref.h BUILD: tree-wide: fix a few missing includes in a few files 2024-03-05 11:50:34 +01:00
xxhash.h