..
acl-t.h
acl.h
MINOR: acl: add a function to dump the list of known ACL keywords
2022-03-29 18:01:37 +02:00
action-t.h
MINOR: vars: Parse optional conditions passed to the set-var actions
2021-12-16 17:31:57 +01:00
action.h
MINOR: action: add a function to dump the list of actions for a ruleset
2022-03-30 11:19:22 +02:00
activity-t.h
activity.h
api-t.h
api.h
applet-t.h
CLEANUP: cli: move the status print context into its own context
2022-05-06 18:33:22 +02:00
applet.h
MINOR: applet: reserve some generic storage in the applet's context
2022-05-06 18:13:35 +02:00
arg-t.h
arg.h
atomic.h
BUILD: atomic: make the old HA_ATOMIC_LOAD() support const pointers
2022-01-28 19:04:02 +01:00
auth-t.h
auth.h
backend-t.h
MEDIUM: backend: add new "balance hash <expr>" algorithm
2022-04-25 16:09:26 +02:00
backend.h
CLEANUP: backend: Don't export connect_server anymore
2022-02-24 11:00:03 +01:00
base64.h
buf-t.h
buf.h
BUG/MINOR: buffer: fix debugging condition in b_peek_varint()
2022-03-11 16:59:14 +01:00
bug.h
BUILD: debug: work around gcc-12 excessive -Warray-bounds warnings
2022-05-09 20:32:11 +02:00
capture-t.h
capture.h
cbuf-t.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
cbuf.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
cfgcond-t.h
cfgcond.h
cfgdiag.h
cfgparse.h
CLEANUP: deinit: release the config postparsers
2022-04-27 18:07:24 +02:00
channel-t.h
CLEANUP: tree-wide: Remove any ref to stream-interfaces
2022-04-13 15:10:16 +02:00
channel.h
CLEANUP: tree-wide: Remove any ref to stream-interfaces
2022-04-13 15:10:16 +02:00
check-t.h
BUILD: fix compilation on NetBSD
2021-10-22 17:04:35 +02:00
check.h
BUILD: checks: fix inlining issue on set_srv_agent_[addr,port}
2022-01-28 19:04:02 +01:00
chunk.h
CLEANUP: chunk: remove misleading chunk_strncat() function
2021-11-08 12:08:26 +01:00
cli-t.h
CLEANUP: cli: move the status print context into its own context
2022-05-06 18:33:22 +02:00
cli.h
CLEANUP: cli: move the status print context into its own context
2022-05-06 18:33:22 +02:00
clock.h
compat.h
MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent
2022-05-08 10:35:39 +02:00
compiler.h
MINOR: compiler: add a new macro to set an attribute on an enum when possible
2022-05-09 20:32:11 +02:00
compression-t.h
compression.h
conn_stream-t.h
MINOR: conn-stream: Add mask from flags set by endpoint or app layer
2022-05-05 09:23:35 +02:00
conn_stream.h
MINOR: conn_stream: make cs_set_error() work on the endpoint instead
2022-05-13 14:27:57 +02:00
connection-t.h
MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags
2022-05-02 17:47:46 +02:00
connection.h
MINOR: connection: get rid of the CO_FL_ADDR_*_SET flags
2022-05-02 17:47:46 +02:00
counters-t.h
cpuset-t.h
BUILD: fix recent build breakage of freebsd caused by kFreeBSD build fix
2022-03-08 16:03:28 +01:00
cpuset.h
BUILD: cpuset: do not use const on the source of CPU_AND/CPU_ASSIGN
2022-01-28 19:04:02 +01:00
cs_utils.h
MINOR: conn_stream: remove the now unused CS_FL_ADDR_*_SET flags
2022-05-02 17:43:51 +02:00
debug.h
defaults.h
CLEANUP: compression: move the default setting of maxzlibmem to defaults
2022-04-25 19:42:43 +02:00
dgram-t.h
BUG/MAJOR: dns: multi-thread concurrency issue on UDP socket
2022-05-11 15:20:10 +02:00
dgram.h
dict-t.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
dict.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
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
dynbuf-t.h
dynbuf.h
errors.h
extcheck.h
fcgi-app-t.h
fcgi-app.h
fcgi.h
fd-t.h
fd.h
MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC
2022-04-26 10:59:48 +02:00
filters-t.h
filters.h
fix-t.h
fix.h
flt_http_comp.h
freq_ctr-t.h
freq_ctr.h
frontend.h
global-t.h
MINOR: config: Add "cluster-secret" new global keyword
2022-05-12 17:48:35 +02:00
global.h
DEBUG: move the tainted stuff to bug.h for easier inclusion
2022-02-25 11:55:38 +01:00
h1_htx.h
h1.h
BUILD: tree-wide: mark a few numeric constants as explicitly long long
2022-01-28 19:04:02 +01:00
h2.h
h3.h
hash.h
hlua_fcn.h
hlua-t.h
MINOR: ssl/lua: CertCache.set() allows to update an SSL certificate file
2022-03-30 14:56:10 +02:00
hlua.h
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: stream-int/txn: Move buffer for L7 retries in the HTTP transaction
2022-04-13 15:10:14 +02:00
http_ana.h
MINOR: stream: Use conn-stream to report server error
2022-04-13 15:10:16 +02:00
http_client-t.h
MINOR: httpclient/lua: ability to set a server timeout
2022-02-23 15:11:11 +01:00
http_client.h
MINOR: httpclient/lua: ability to set a server timeout
2022-02-23 15:11:11 +01:00
http_fetch.h
http_htx-t.h
http_htx.h
http_rules.h
BUILD: http_rules: do not declare http_*_keywords_registre() inline
2022-03-02 14:50:38 +01:00
http-hdr-t.h
http-hdr.h
http-t.h
http.h
htx-t.h
htx.h
BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message
2022-02-21 16:05:47 +01:00
init-t.h
MINOR: init: add the pre-check callback
2022-04-22 15:45:47 +02:00
init.h
MINOR: init: add the pre-check callback
2022-04-22 15:45:47 +02:00
initcall.h
BUILD: compiler: use a more portable set of asm(".weak") statements
2022-04-14 16:57:12 +02:00
intops.h
BUILD: tree-wide: mark a few numeric constants as explicitly long long
2022-01-28 19:04:02 +01:00
istbuf.h
jwt-t.h
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
list-t.h
list.h
listener-t.h
MINOR: listener: replace the listener's spinlock with an rwlock
2022-02-01 16:51:55 +01:00
listener.h
MINOR: listener: define per-thr struct
2022-01-26 16:13:54 +01:00
log-t.h
log.h
BUG/MINOR: logs: fix logsrv leaks on clean exit
2022-03-17 19:53:46 +01:00
mailers-t.h
mailers.h
map-t.h
map.h
mqtt-t.h
MEDIUM: mqtt: support mqtt_is_valid and mqtt_field_value converters for MQTTv3.1
2022-03-22 09:25:52 +01:00
mqtt.h
mux_quic-t.h
CLEANUP: mux: Useless xprt_quic-t.h inclusion
2022-05-03 10:13:40 +02:00
mux_quic.h
MINOR: mux-quic: partially copy Rx frame if almost full buf
2022-04-28 15:42:21 +02:00
mworker-t.h
MINOR: mworker: implement a reload failure counter
2021-11-10 15:53:01 +01:00
mworker.h
MINOR: mworker: allocate and initialize a mworker_proc
2022-01-28 23:52:36 +01:00
namespace-t.h
namespace.h
ncbuf-t.h
MINOR: ncbuf: define various insertion modes
2022-05-12 18:27:05 +02:00
ncbuf.h
MINOR: ncbuf: implement advance
2022-05-12 18:29:55 +02:00
net_helper.h
obj_type-t.h
obj_type.h
CLEANUP: tree-wide: Remove any ref to stream-interfaces
2022-04-13 15:10:16 +02:00
openssl-compat.h
MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option
2022-04-21 14:54:45 +02:00
pattern-t.h
pattern.h
payload.h
peers-t.h
peers.h
pipe-t.h
pipe.h
pool-os.h
pool-t.h
BUG/MINOR: pool: always align pool_heads to 64 bytes
2022-03-02 18:22:08 +01:00
pool.h
MINOR: pools: delegate parsing of command line option -dM to a new function
2022-02-23 17:28:41 +01:00
port_range-t.h
port_range.h
proto_quic.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
proto_sockpair.h
proto_tcp.h
proto_udp.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
proto_uxst.h
protobuf-t.h
protobuf.h
protocol-t.h
MINOR: protocol: add get_src() and get_dst() at the protocol level
2022-04-11 19:33:04 +02:00
protocol.h
MINOR: protocols: replace protocol_by_family() with protocol_lookup()
2021-10-27 17:41:07 +02:00
proxy-t.h
MEDIUM: proxy: Store server_id_hdr_name as a struct ist
2022-03-09 07:51:27 +01:00
proxy.h
qpack-dec.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
qpack-enc.h
qpack-t.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
qpack-tbl-t.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
qpack-tbl.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
queue-t.h
queue.h
quic_cc-t.h
CLEANUP: quic: Remove window redundant variable from NewReno algorithm state struct
2022-03-04 17:47:32 +01:00
quic_cc.h
MINOR: quic: Congestion controller event trace fix (loss)
2022-05-12 15:30:14 +02:00
quic_enc.h
MINOR: quic: Add quic_max_int_by_size() function
2022-03-04 17:47:32 +01:00
quic_frame-t.h
BUG/MEDIUM: quic: Possible crash on STREAM frame loss
2022-04-28 16:22:40 +02:00
quic_frame.h
CLEANUP: tree-wide: remove a few rare non-ASCII chars
2022-03-04 08:58:32 +01:00
quic_loss-t.h
BUG/MINOR: quic: Missing time threshold multiplifier for loss delay computation
2022-04-29 16:46:56 +02:00
quic_loss.h
MINOR: quic: moving code for QUIC loss detection
2022-04-29 16:46:56 +02:00
quic_sock-t.h
MINOR: quic: create accept queue for QUIC connections
2022-01-26 16:13:51 +01:00
quic_sock.h
MINOR: quic-sock: provide a pair of get_src/get_dst functions
2022-04-11 19:33:04 +02:00
quic_stream-t.h
MEDIUM: quic: implement multi-buffered Tx streams
2022-04-21 12:03:20 +02:00
quic_stream.h
MINOR: quic: Make the quic_conn be aware of the number of streams
2022-05-03 10:13:40 +02:00
quic_tls-t.h
CLEANUP: quic_tls: QUIC_TLS_IV_LEN defined two times
2022-05-12 17:48:35 +02:00
quic_tls.h
MINOR: quic-tls: Add quic_hkdf_extract_and_expand() for HKDF
2022-05-12 17:48:35 +02:00
receiver-t.h
MINOR: quic: use a global dghlrs for each thread
2022-02-15 10:13:20 +01:00
regex-t.h
regex.h
resolvers-t.h
MEDIUM: resolvers: No longer store query items in a list into the response
2021-12-01 15:21:56 +01:00
resolvers.h
MEDIUM: resolvers: create a "default" resolvers section at startup
2022-05-06 17:02:15 +02:00
ring-t.h
CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli
2022-05-06 18:13:36 +02:00
ring.h
CLEANUP: ring: pass the ring watch flags to ring_attach_cli(), not in ctx.cli
2022-05-06 18:13:36 +02:00
sample_data-t.h
sample-t.h
sample.h
MINOR: sample: list registered sample converter functions
2022-03-29 18:01:37 +02:00
server-t.h
BUG/MINOR: server: Make SRV_STATE_LINE_MAXLEN value from 512 to 2kB (2000 bytes).
2022-05-11 11:39:06 +02:00
server.h
MINOR: server: export server_parse_sni_expr() function
2022-03-16 15:55:30 +01:00
session-t.h
MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags
2022-05-02 17:51:51 +02:00
session.h
MINOR: session: get rid of the now unused SESS_FL_ADDR_*_SET flags
2022-05-02 17:51:51 +02:00
shctx-t.h
shctx.h
signal-t.h
signal.h
sink-t.h
sink.h
sock_inet.h
sock_unix.h
sock-t.h
MINOR: sock: move the unused socket cleaning code into its own function
2022-01-28 19:04:02 +01:00
sock.h
MINOR: sock: move the unused socket cleaning code into its own function
2022-01-28 19:04:02 +01:00
spoe-t.h
spoe.h
ssl_ckch-t.h
MINOR: ssl: add "crt" in the cert_exts array
2022-03-30 14:55:53 +02:00
ssl_ckch.h
MINOR: ssl: export ckch_inst_rebuild()
2022-03-30 12:18:16 +02:00
ssl_crtlist-t.h
ssl_crtlist.h
ssl_sock-t.h
MINOR: ssl: add a new global option "tune.ssl.hard-maxrecord"
2022-04-27 16:53:43 +02:00
ssl_sock.h
MINOR: ssl: Add ssl_sock_get_dh_from_bio helper function
2022-02-14 10:07:14 +01:00
ssl_utils.h
stats-t.h
BUILD: stats: conditionally mark obsolete stats states as deprecated
2022-05-09 20:32:11 +02:00
stats.h
CLEANUP: tree-wide: Remove any ref to stream-interfaces
2022-04-13 15:10:16 +02:00
stick_table-t.h
stick_table.h
stream-t.h
MEDIUM: stream: remove the confusing SF_ADDR_SET flag
2022-05-02 16:56:01 +02:00
stream.h
MEDIUM: stream: remove the confusing SF_ADDR_SET flag
2022-05-02 16:56:01 +02:00
task-t.h
MINOR: task: add a new task_instant_wakeup() function
2022-04-22 19:11:59 +02:00
task.h
MINOR: task: add a new task_instant_wakeup() function
2022-04-22 19:11:59 +02:00
tcp_rules.h
tcpcheck-t.h
tcpcheck.h
BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline
2022-03-02 14:54:44 +01:00
thread-t.h
thread.h
ticks.h
time.h
tinfo-t.h
MEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime "NO_CACHE" flag.
2022-02-23 17:11:33 +01:00
tinfo.h
tools-t.h
tools.h
MINOR: tools: add strordered() to check whether strings are ordered
2022-03-30 10:02:56 +02:00
trace-t.h
MINOR: trace: add quic_conn argument definition
2021-12-21 15:53:19 +01:00
trace.h
BUILD: trace: do not declare trace_registre_source() inline
2022-03-02 14:53:00 +01:00
uri_auth-t.h
uri_auth.h
uri_normalizer-t.h
uri_normalizer.h
vars-t.h
CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes
2022-01-03 14:40:58 +01:00
vars.h
version.h
[RELEASE] Released version 2.6-dev0
2021-11-23 15:50:11 +01:00
xprt_quic-t.h
MINOR: quic: Send stateless reset tokens
2022-05-12 17:48:35 +02:00
xprt_quic.h
CLEANUP: quic: wrong use of eb*entry() macro
2022-05-12 17:48:35 +02:00
xref-t.h
xref.h
xxhash.h