..
acl-t.h
acl.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
action-t.h
MINOR: rules: add a file name and line number to act_rules
2021-10-12 07:38:30 +02:00
action.h
MINOR: rules: add a new function new_act_rule() to allocate act_rules
2021-10-12 07:38:30 +02:00
activity-t.h
MINOR: activity/fd: remove the dead_fd counter
2021-08-04 16:03:36 +02:00
activity.h
MINOR: activity: get the run_time from the clock updates
2021-10-08 17:22:26 +02:00
api-t.h
api.h
REORG: global: move initcall register code in a dedicated file
2021-03-26 15:28:33 +01:00
applet-t.h
CLEANUP: remove some unneeded includes from applet-t.h
2021-10-07 01:36:51 +02:00
applet.h
MINOR: task: provide 3 task_new_* wrappers to simplify the API
2021-10-01 18:36:29 +02:00
arg-t.h
MINOR: sample: add missing ARGC_ entries
2021-09-02 19:43:20 +02:00
arg.h
MINOR: arg: add a free_args() function to free an args array
2021-07-16 19:18:41 +02:00
atomic.h
MINOR: atomic: remove the memcpy() call and dependency on string.h
2021-10-28 09:45:48 +02:00
auth-t.h
auth.h
backend-t.h
MINOR: lb/api: remove the locked argument from take_conn/drop_conn
2021-06-22 18:43:12 +02:00
backend.h
MINOR: proxy: Introduce proxy flags to replace disabled bitfield
2021-10-15 14:12:19 +02:00
base64.h
MINOR: sample: add ub64dec and ub64enc converters
2021-04-13 17:28:13 +02:00
buf-t.h
buf.h
BUG/MAJOR: buf: fix varint API post- vs pre- increment
2021-10-21 15:28:24 +02:00
bug.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
capture-t.h
capture.h
cbuf-t.h
MINOR: quic: Make circular buffer internal buffers be variable-sized.
2021-09-23 15:27:25 +02:00
cbuf.h
MINOR: quic: Make circular buffer internal buffers be variable-sized.
2021-09-23 15:27:25 +02:00
cfgcond-t.h
MINOR: ssl: Add ssllib_name_startswith precondition
2021-10-13 11:28:08 +02:00
cfgcond.h
BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser
2021-07-20 18:03:08 +02:00
cfgdiag.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
cfgparse.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
channel-t.h
BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data
2021-09-23 16:16:57 +02:00
channel.h
REORG: thread/sched: move the last dynamic thread_info to thread_ctx
2021-10-08 17:22:26 +02:00
check-t.h
BUILD: fix compilation on NetBSD
2021-10-22 17:04:35 +02:00
check.h
MEDIUM: check: implement check deletion for dynamic servers
2021-08-06 11:09:48 +02:00
chunk.h
CLEANUP: chunk: remove misleading chunk_strncat() function
2021-11-08 12:08:26 +01:00
cli-t.h
MINOR: cli: sort the output of the "help" keywords
2021-05-09 22:39:07 +02:00
cli.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
clock.h
MINOR: clock: move the clock_ids to clock.c
2021-10-08 17:22:26 +02:00
compat.h
CLEANUP: wdt: do not remap SI_TKILL to SI_LWP, test the values directly
2021-10-08 17:22:26 +02:00
compiler.h
BUILD: compiler: add the container_of() and container_of_safe() macros
2021-10-07 01:36:51 +02:00
compression-t.h
BUILD: compression: switch SLZ from out-of-tree to in-tree
2021-04-22 16:08:25 +02:00
compression.h
connection-t.h
MEDIUM: connection: rename fc_conn_err and bc_conn_err to fc_err and bc_err
2021-11-06 09:20:07 +01:00
connection.h
BUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_close() idempotent
2021-11-14 13:42:17 +01:00
counters-t.h
cpuset-t.h
BUILD/MINOR: cpuset freebsd build fix
2021-11-02 13:58:28 +01:00
cpuset.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
debug.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
defaults.h
MINOR: threads: introduce a minimalistic notion of thread-group
2021-10-08 17:22:26 +02:00
dgram-t.h
dgram.h
dict-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
dict.h
dns-t.h
MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct
2021-11-03 17:16:46 +01:00
dns.h
DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments
2021-05-09 06:50:46 +02:00
dynbuf-t.h
dynbuf.h
REORG: thread/sched: move the last dynamic thread_info to thread_ctx
2021-10-08 17:22:26 +02:00
errors.h
MEDIUM: stick-table: handle arrays of standard types into stick-tables
2021-07-06 07:24:42 +02:00
extcheck.h
fcgi-app-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
fcgi-app.h
fcgi.h
fd-t.h
MAJOR: fd: get rid of the DWCAS when setting the running_mask
2021-08-04 16:03:36 +02:00
fd.h
REORG: fd: uninline compute_poll_timeout()
2021-10-07 01:41:14 +02:00
filters-t.h
DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments
2021-05-09 06:50:46 +02:00
filters.h
fix-t.h
fix.h
flt_http_comp.h
freq_ctr-t.h
MINOR: freq_ctr: unify freq_ctr and freq_ctr_period into freq_ctr
2021-04-11 11:11:27 +02:00
freq_ctr.h
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
2021-10-07 01:41:14 +02:00
frontend.h
global-t.h
MINOR: global: add a new "thread-groups" directive
2021-10-08 17:22:26 +02:00
global.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
h1_htx.h
BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer
2021-09-23 16:13:17 +02:00
h1.h
MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice
2021-09-28 16:21:25 +02:00
h2.h
h3.h
CLEANUP: assorted typo fixes in the code and comments
2021-10-18 07:26:19 +02:00
hash.h
hlua_fcn.h
hlua-t.h
MINOR: httpclient/lua: handle the streaming into the lua applet
2021-10-28 16:24:14 +02:00
hlua.h
MINOR: lua: Add a flag on lua context to know the yield capability at run time
2021-08-12 08:57:07 +02:00
hpack-dec.h
hpack-enc.h
hpack-huff.h
hpack-tbl-t.h
hpack-tbl.h
hq_interop.h
MINOR: quic: support hq-interop
2021-11-18 10:50:58 +01:00
http_ana-t.h
MINOR: http-rules: add a new "ignore-empty" option to redirects.
2021-09-02 17:06:18 +02:00
http_ana.h
BUILD: http_ana: need to include proxy-t to get redirect_rule
2021-10-07 01:36:51 +02:00
http_client-t.h
MINOR: httpclient: request streaming with a callback
2021-10-28 16:24:14 +02:00
http_client.h
MINOR: httpclient: request streaming with a callback
2021-10-28 16:24:14 +02:00
http_fetch.h
http_htx-t.h
http_htx.h
MEDIUM: http: implement scheme-based normalization
2021-07-07 15:34:01 +02:00
http_rules.h
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
2021-04-21 09:20:17 +02:00
http-hdr-t.h
http-hdr.h
http-t.h
MINOR: http: Add http_auth_bearer sample fetch
2021-10-14 16:38:07 +02:00
http.h
MINOR: http: add a new function http_validate_scheme() to validate a scheme
2021-08-17 10:16:22 +02:00
htx-t.h
MINOR: htx: Add an HTX flag to know when a message is fragmented
2021-09-23 16:19:36 +02:00
htx.h
MINOR: htx: Add a function to know if the free space wraps
2021-09-23 16:19:36 +02:00
init-t.h
REORG: global: move initcall register code in a dedicated file
2021-03-26 15:28:33 +01:00
init.h
REORG: global: move initcall register code in a dedicated file
2021-03-26 15:28:33 +01:00
initcall.h
MINOR: initcall: Rename __GLOBL and __GLOBL1.
2021-10-11 00:55:26 +02:00
intops.h
istbuf.h
jwt-t.h
MINOR: jwt: jwt_verify returns negative values in case of error
2021-10-18 16:02:29 +02:00
jwt.h
MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity
2021-10-14 16:38:14 +02:00
lb_chash-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
lb_chash.h
BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree
2021-05-31 10:55:51 +02:00
lb_fas-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
lb_fas.h
lb_fwlc-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
lb_fwlc.h
lb_fwrr-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
lb_fwrr.h
lb_map-t.h
lb_map.h
list-t.h
list.h
MINOR: list: add new macro LIST_INLIST_ATOMIC()
2021-10-21 15:28:24 +02:00
listener-t.h
MEDIUM: listeners: split the thread mask between receiver and bind_conf
2021-10-14 21:27:48 +02:00
listener.h
MINOR: listeners: add clone_listener() to duplicate listeners at boot time
2021-10-14 21:27:48 +02:00
log-t.h
MINOR: log: register config file and line number on log servers.
2021-04-07 09:18:34 +02:00
log.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
mailers-t.h
mailers.h
map-t.h
map.h
mqtt-t.h
mqtt.h
mux_quic-t.h
MINOR: quic: redirect app_ops snd_buf through mux
2021-11-18 10:50:58 +01:00
mux_quic.h
MINOR: quic: redirect app_ops snd_buf through mux
2021-11-18 10:50:58 +01:00
mworker-t.h
MINOR: mworker: implement a reload failure counter
2021-11-10 15:53:01 +01:00
mworker.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
namespace-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
namespace.h
net_helper.h
MINOR: net_helper: add functions for pointers
2021-09-23 15:27:25 +02:00
obj_type-t.h
obj_type.h
openssl-compat.h
BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER
2021-08-30 06:20:46 +02:00
pattern-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
pattern.h
CLEANUP: pattern: remove export of non-existent function pattern_delete()
2021-05-25 08:44:48 +02:00
payload.h
peers-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
peers.h
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
2021-10-07 01:41:14 +02:00
pipe-t.h
pipe.h
pool-os.h
REORG: pools: uninline the UAF allocator and force-inline the rest
2021-10-07 01:36:51 +02:00
pool-t.h
CLEANUP: pools: pools-t.h doesn't need to include thread-t.h
2021-10-07 01:36:51 +02:00
pool.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
port_range-t.h
port_range.h
BUG/MINOR: server: Missing calloc return value check in srv_parse_source
2021-05-31 10:50:32 +02:00
proto_quic.h
proto_sockpair.h
proto_tcp.h
proto_udp.h
proto_uxst.h
protobuf-t.h
protobuf.h
protocol-t.h
MINOR: protocols: add a new protocol type selector
2021-10-27 17:05:36 +02:00
protocol.h
MINOR: protocols: replace protocol_by_family() with protocol_lookup()
2021-10-27 17:41:07 +02:00
proxy-t.h
MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies
2021-10-15 14:12:19 +02:00
proxy.h
MINOR: proxy: Be able to reference the defaults section used by a proxy
2021-10-15 14:12:19 +02:00
qpack-dec.h
MINOR: qpack: generate headers list on decoder
2021-09-23 15:27:25 +02:00
qpack-enc.h
MINOR: qpack: encode headers functions
2021-09-23 15:27:25 +02:00
qpack-t.h
CLEANUP: assorted typo fixes in the code and comments
2021-10-18 07:26:19 +02:00
qpack-tbl-t.h
MINOR: qpack: Add QPACK compression.
2021-09-23 15:27:25 +02:00
qpack-tbl.h
MINOR: qpack: Add QPACK compression.
2021-09-23 15:27:25 +02:00
queue-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
queue.h
MINOR: queue: add a pointer to the server and the proxy in the queue
2021-06-24 10:52:31 +02:00
quic_cc-t.h
quic_cc.h
quic_enc.h
MINOR: quic-enc: fix varint encoding
2021-09-23 15:27:25 +02:00
quic_frame-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
quic_frame.h
MINOR: quic: Make use of buffer structs to handle STREAM frames
2021-09-23 15:27:25 +02:00
quic_loss-t.h
quic_loss.h
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
2021-10-07 01:41:14 +02:00
quic_sock.h
quic_tls-t.h
MINOR: quic: Add structures to maintain key phase information
2021-11-30 11:51:12 +01:00
quic_tls.h
MINOR: quic: Add structures to maintain key phase information
2021-11-30 11:51:12 +01:00
receiver-t.h
MINOR: quic: Allocate listener RX buffers
2021-11-05 15:20:04 +01:00
regex-t.h
BUILD/MINOR: regex: avoid a build warning on USE_PCRE2 with -Wundef
2021-08-28 12:49:58 +02:00
regex.h
resolvers-t.h
OPTIM: resolvers: move the eb32 node before the data in the answer_item
2021-10-21 15:28:24 +02:00
resolvers.h
MEDIUM: resolvers: remove the last occurrences of the "safe" argument
2021-10-20 17:54:27 +02:00
ring-t.h
ring.h
sample_data-t.h
sample-t.h
MINOR: sample: add a new CLI_PARSER context for samples
2021-03-26 16:34:53 +01:00
sample.h
MINOR: sample: provide a generic var-to-sample conversion function
2021-10-07 01:36:51 +02:00
server-t.h
BUG/MEDIUM: ssl: backend TLS resumption with sni and TLSv1.3
2021-11-19 03:58:30 +01:00
server.h
MEDIUM: server/backend: implement websocket protocol selection
2021-11-03 16:24:48 +01:00
session-t.h
MINOR: session: Add src and dst addresses to the session
2021-10-27 11:34:21 +02:00
session.h
CLEANUP: assorted typo fixes in the code and comments
2021-11-22 19:08:12 +01:00
shctx-t.h
CLEANUP: shctx: remove the different inter-process locking techniques
2021-06-15 16:52:42 +02:00
shctx.h
CLEANUP: shctx: remove the different inter-process locking techniques
2021-06-15 16:52:42 +02:00
signal-t.h
signal.h
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
2021-09-15 11:07:18 +02:00
sink-t.h
sink.h
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
2021-04-07 18:18:37 +02:00
sock_inet.h
sock_unix.h
sock-t.h
sock.h
spoe-t.h
MINOR: spoe: Add a pointer on the filter config in the spoe_agent structure
2021-08-05 10:07:43 +02:00
spoe.h
ssl_ckch-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
ssl_ckch.h
MINOR: ssl: Add a cafile_entry type field
2021-05-17 10:50:24 +02:00
ssl_crtlist-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
ssl_crtlist.h
BUG/MINOR: ssl: Prevent disk access when using "add ssl crt-list"
2021-03-23 19:29:46 +01:00
ssl_sock-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
ssl_sock.h
MEDIUM: quic: inspect ALPN to install app_ops
2021-11-18 10:50:58 +01:00
ssl_utils.h
MINOR: sample: Expose SSL captures using new fetchers
2021-08-26 19:48:34 +02:00
stats-t.h
MINOR: promex: backend aggregated server check status
2021-11-09 10:51:08 +01:00
stats.h
BUILD: stats: define several missing structures in stats.h
2021-10-07 01:36:51 +02:00
stick_table-t.h
CLEANUP: Consistently unsigned int
for bitfields
2021-10-18 09:13:24 +02:00
stick_table.h
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
2021-10-07 01:41:14 +02:00
stream_interface-t.h
MINOR: stream-int: Add src and dst addresses to the stream-interface
2021-10-27 11:34:21 +02:00
stream_interface.h
CLEANUP: assorted typo fixes in the code and comments
2021-11-22 19:08:12 +01:00
stream-t.h
MINOR: stream/mux: implement websocket stream flag
2021-11-03 16:24:48 +01:00
stream.h
CLEANUP: stream: remove many unneeded includes from stream-t.h
2021-10-07 01:41:14 +02:00
task-t.h
BUG/MINOR: task: do not set TASK_F_USR1 for no reason
2021-10-21 16:17:29 +02:00
task.h
REORG: thread/sched: move the task_per_thread stuff to thread_ctx
2021-10-08 17:22:26 +02:00
tcp_rules.h
tcpcheck-t.h
CLEANUP: tree-wide: only include ebtree-t from type files
2021-10-07 01:41:14 +02:00
tcpcheck.h
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
2021-04-21 09:20:17 +02:00
thread-t.h
MINOR: thread: use a dedicated static pthread_t array in thread.c
2021-10-07 01:41:15 +02:00
thread.h
MINOR: threads: add a new function to resolve config groups and masks
2021-10-08 17:22:26 +02:00
ticks.h
REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h
2021-10-07 01:41:14 +02:00
time.h
REORG: time: move time-keeping code and variables to clock.c
2021-10-08 17:22:26 +02:00
tinfo-t.h
MINOR: threads: set the tid, ltid and their bit in thread_cfg
2021-10-08 17:22:26 +02:00
tinfo.h
MINOR: threads: introduce a minimalistic notion of thread-group
2021-10-08 17:22:26 +02:00
tools-t.h
MINOR: tools: introduce new option PA_O_DEFAULT_DGRAM on str2sa_range.
2021-03-23 15:32:22 +01:00
tools.h
CLEANUP: tools: Use const address for get_net_port() and get_host_port()
2021-10-27 11:34:21 +02:00
trace-t.h
MINOR: trace: Add the checks as a possible trace source
2021-04-12 12:09:36 +02:00
trace.h
CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion
2021-04-21 09:20:17 +02:00
uri_auth-t.h
uri_auth.h
uri_normalizer-t.h
MINOR: uri_normalizer: Add enum uri_normalizer_err
2021-04-19 09:05:57 +02:00
uri_normalizer.h
MINOR: uri_normalizer: Add fragment-encode
normalizer
2021-05-11 17:24:32 +02:00
vars-t.h
MEDIUM: vars: replace the global name index with a hash
2021-09-08 15:06:11 +02:00
vars.h
OPTIM: vars: only takes the variables lock on shared entries
2021-09-08 15:44:45 +02:00
version.h
[RELEASE] Released version 2.6-dev0
2021-11-23 15:50:11 +01:00
xprt_quic-t.h
MINOR: quic: Add structures to maintain key phase information
2021-11-30 11:51:12 +01:00
xprt_quic.h
MINOR: quic: Set "no_application_protocol" alert
2021-11-30 11:47:46 +01:00
xref-t.h
xref.h
xxhash.h
CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h
2021-09-11 20:37:50 +02:00