haproxy/include/haproxy
Willy Tarreau 6342714052 CLEANUP: stick-table: remove the unused table->exp_next
The ->exp_next field of the stick-table was probably useful in 1.5 but
it currently only carries a copy of what the future value of the table's
task's expire value will be, while it's systematically copied over there
immediately after being assigned. As such it provides exactly a local
variable. Let's remove it, as it costs atomic operations.
2022-11-14 18:20:38 +01:00
..
acl-t.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
acl.h
action-t.h
action.h
activity-t.h MEDIUM: tasks/activity: combine the called function with the caller 2022-09-08 16:21:22 +02:00
activity.h MEDIUM: tasks/activity: combine the called function with the caller 2022-09-08 16:21:22 +02:00
api-t.h
api.h
applet-t.h MINOR: anon: store the anonymizing key in the CLI's appctx 2022-09-17 11:27:09 +02:00
applet.h DEBUG: applet: instrument appctx_wakeup() to log the caller's location 2022-09-08 14:30:38 +02:00
arg-t.h
arg.h
atomic.h
auth-t.h
auth.h
backend-t.h
backend.h
base64.h
buf-t.h
buf.h MINOR: buffers: split b_force_xfer() into b_cpy() and b_force_xfer() 2022-10-13 16:45:28 +02:00
bug.h BUILD: debug: remove unnecessary quotes in HA_WEAK() calls 2022-11-14 11:12:49 +01:00
capture-t.h
capture.h
cbuf-t.h
cbuf.h
cfgcond-t.h
cfgcond.h
cfgdiag.h
cfgparse.h
channel-t.h MINOR: flags/channel: use flag dumping for channel flags and analysers 2022-09-09 16:15:10 +02:00
channel.h CLEANUP: stconn: tree-wide rename stconn states CS_ST/SB_* to SC_ST/SB_* 2022-05-27 19:33:34 +02:00
check-t.h MEDIUM: checks: spread the checks load over random threads 2022-10-12 21:49:30 +02:00
check.h CLEANUP: check: rename all occurrences of stconn "cs" to "sc" 2022-05-27 19:33:35 +02:00
chunk.h MINOR: chunk: inline alloc_trash_chunk() 2022-08-17 10:45:22 +02:00
cli-t.h MINOR: cli: define usermsgs print context 2022-11-10 16:42:47 +01:00
cli.h MINOR: cli: define usermsgs print context 2022-11-10 16:42:47 +01:00
clock.h MINOR: clock: split local and global date updates 2022-09-21 09:06:28 +02:00
compat.h MINOR: tcp: socket translate TCP_KEEPIDLE for macOs equivalent 2022-05-08 10:35:39 +02:00
compiler.h BUILD: compiler: define a __fallthrough statement for switch/case 2022-11-14 11:14:02 +01:00
compression-t.h
compression.h
connection-t.h BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns 2022-10-03 12:06:36 +02:00
connection.h BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns 2022-10-03 12:06:36 +02:00
counters-t.h
cpuset-t.h MEDIUM: cpu-map: replace the process number with the thread group number 2022-07-15 19:43:10 +02:00
cpuset.h MEDIUM: cpu-map: replace the process number with the thread group number 2022-07-15 19:43:10 +02:00
debug.h MINOR: wdt: do not rely on threads_to_dump anymore 2022-07-01 19:26:35 +02:00
defaults.h MINOR: logs: startup-logs can use a shm for logging the reload 2022-10-13 16:50:22 +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
dict.h
dns-t.h
dns.h
dynbuf-t.h
dynbuf.h
errors.h MINOR: logs: startup-logs can use a shm for logging the reload 2022-10-13 16:50:22 +02:00
extcheck.h
fcgi-app-t.h
fcgi-app.h
fcgi.h
fd-t.h MINOR: flags/fd: decode FD flags states 2022-09-12 19:33:07 +02:00
fd.h MINOR: fd: add a new function to only raise RLIMIT_NOFILE 2022-10-04 08:38:47 +02:00
filters-t.h
filters.h
fix-t.h
fix.h
flt_http_comp.h
freq_ctr-t.h
freq_ctr.h MINOR: freq_ctr: use the thread's local time whenever possible 2022-10-12 14:19:05 +02:00
frontend.h
global-t.h MINOR: cli: correct commentary and replace 'set global-key' name 2022-09-29 10:53:15 +02:00
global.h MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag 2022-07-01 19:15:14 +02:00
h1_htx.h
h1.h
h2.h
h3_stats-t.h MINOR: h3: Add a statistics module for h3 2022-05-30 09:59:26 +02:00
h3_stats.h MINOR: h3: Add a statistics module for h3 2022-05-30 09:59:26 +02:00
h3.h CLEANUP: mux-quic: remove stconn usage in h3/hq 2022-09-16 13:53:30 +02:00
hash.h
hlua_fcn.h
hlua-t.h BUG/MEDIUM: httpclient/lua: crash when the lua task timeout before the httpclient 2022-10-20 18:47:15 +02:00
hlua.h MINOR: hlua: add a new hlua_show_current_location() function 2022-06-19 17:58:32 +02:00
hpack-dec.h
hpack-enc.h
hpack-huff.h
hpack-tbl-t.h
hpack-tbl.h
hq_interop.h
http_ana-t.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
http_ana.h CLEANUP: stream: rename all occurrences of stconn "cs" to "sc" 2022-05-27 19:33:35 +02:00
http_client-t.h MEDIUM: httpclient: allow to use another proxy 2022-09-13 17:12:38 +02:00
http_client.h MINOR: httpclient: export httpclient_create_proxy() 2022-09-14 14:34:39 +02:00
http_fetch.h
http_htx-t.h
http_htx.h REORG: h2: extract cookies concat function in http_htx 2022-08-18 16:13:33 +02:00
http_rules.h
http-hdr-t.h
http-hdr.h
http-t.h
http.h MINOR: http: Add function to detect default port 2022-07-06 17:54:03 +02:00
htx-t.h MINOR: flags/htx: use flag dumping to show htx and start-line flags 2022-09-09 16:59:29 +02:00
htx.h MINOR: htx: add an unchecked version of htx_get_head_blk() 2022-05-30 16:25:16 +02:00
init-t.h
init.h
initcall.h
intops.h MINOR: intops: add a function to return a valid bit position from a mask 2022-06-21 20:29:57 +02: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 CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
listener-t.h BUG/MEDIUM: ssl: Verify error codes can exceed 63 2022-11-10 11:45:48 +01:00
listener.h MINOR: listener: small API change 2022-09-09 17:23:01 +02:00
log-t.h
log.h
mailers-t.h
mailers.h
map-t.h
map.h
mqtt-t.h
mqtt.h
mux_fcgi-t.h MINOR: flags/mux-fcgi: Decode FCGI connection and stream flags 2022-10-12 17:10:41 +02:00
mux_h1-t.h MINOR: flags/mux-h1: decode H1C and H1S flags 2022-09-15 11:01:59 +02:00
mux_h2-t.h MINOR: flags/mux-h2: decode H2C and H2S flags 2022-09-12 19:33:07 +02:00
mux_quic-t.h BUG/MINOR: quic: fix subscribe operation 2022-10-26 18:18:26 +02:00
mux_quic.h CLEANUP: quic: fix headers 2022-10-03 16:25:17 +02:00
mworker-t.h
mworker.h
namespace-t.h
namespace.h
ncbuf-t.h CLEANUP: assorted typo fixes in the code and comments 2022-08-06 17:12:51 +02:00
ncbuf.h MINOR: ncbuf: implement ncb_is_fragmented() 2022-07-01 15:54:23 +02:00
net_helper.h
obj_type-t.h CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC 2022-05-27 19:33:35 +02:00
obj_type.h CLEANUP: obj_type: rename OBJ_TYPE_CS to OBJ_TYPE_SC 2022-05-27 19:33:35 +02:00
openssl-compat.h
pattern-t.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
pattern.h
payload.h
peers-t.h MINOR: peers: Support for peer shards 2022-10-24 10:55:53 +02:00
peers.h
pipe-t.h
pipe.h
pool-os.h MINOR: debug/memstats: permit to pass the size to free() 2022-08-09 09:11:27 +02:00
pool-t.h
pool.h BUILD: debug: remove unnecessary quotes in HA_WEAK() calls 2022-11-14 11:12:49 +01:00
port_range-t.h
port_range.h
proto_quic.h
proto_sockpair.h
proto_tcp.h
proto_udp.h
proto_uxst.h
protobuf-t.h
protobuf.h
protocol-t.h MINOR: protocol: replace ctrl_type with xprt_type and clarify it 2022-05-20 18:39:43 +02:00
protocol.h
proxy-t.h MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient 2022-09-13 17:12:38 +02:00
proxy.h MINOR: proxy/listener: support for additional PAUSED state 2022-09-09 17:23:01 +02:00
qmux_http.h BUG/MEDIUM: mux-quic: properly trim HTX buffer on snd_buf reset 2022-09-20 15:35:33 +02:00
qmux_trace.h REORG: mux-quic: extract traces in a dedicated source file 2022-09-20 15:35:09 +02:00
qpack-dec.h MINOR: qpack: report error on enc/dec stream close 2022-08-17 11:04:53 +02:00
qpack-enc.h
qpack-t.h
qpack-tbl-t.h
qpack-tbl.h
queue-t.h
queue.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
quic_cc-t.h MEDIUM: quic: Cubic congestion control algorithm implementation 2022-07-29 17:32:05 +02:00
quic_cc.h CLEANUP: quic: create a dedicated quic_conn module 2022-10-03 16:25:17 +02:00
quic_conn-t.h BUG/MINOR: quic: fix subscribe operation 2022-10-26 18:18:26 +02:00
quic_conn.h MEDIUM: quic: respect the threads assigned to a bind line 2022-10-13 18:08:05 +02:00
quic_enc.h CLEANUP: quic: remove duplicated varint code from xprt_quic.h 2022-10-03 16:25:17 +02:00
quic_frame-t.h MINOR: quic: define a generic QUIC error type 2022-07-15 14:57:49 +02:00
quic_frame.h CLEANUP: quic: create a dedicated quic_conn module 2022-10-03 16:25:17 +02:00
quic_loss-t.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
quic_loss.h CLEANUP: quic: create a dedicated quic_conn module 2022-10-03 16:25:17 +02:00
quic_sock-t.h CLEANUP: quic: improve naming for rxbuf/datagrams handling 2022-10-13 11:06:48 +02:00
quic_sock.h BUG/MINOR: quic: adjust errno handling on sendto 2022-08-05 15:53:16 +02:00
quic_stats-t.h MINOR: quic: add counter for interrupted reception 2022-10-27 18:35:42 +02:00
quic_stats.h MINOIR: quic_stats: add QUIC connection errors counters 2022-05-30 09:59:26 +02:00
quic_stream-t.h
quic_stream.h BUG/MINOR: mux-quic: Fix memleak on QUIC stream buffer for unacknowledged data 2022-08-20 19:08:31 +02:00
quic_tls-t.h MINOR: quic: Split the secrets key allocation in two parts 2022-10-13 10:12:03 +02:00
quic_tls.h MINOR: quic: Split the secrets key allocation in two parts 2022-10-13 10:12:03 +02:00
quic_tp-t.h MINOR: quic: Dump version_information transport parameter 2022-06-21 11:07:39 +02:00
quic_tp.h CLEANUP: quic: create a dedicated quic_conn module 2022-10-03 16:25:17 +02:00
receiver-t.h CLEANUP: quic: improve naming for rxbuf/datagrams handling 2022-10-13 11:06:48 +02:00
regex-t.h
regex.h
resolvers-t.h MINOR: resolvers: shut the warning when "default" resolvers is implicit 2022-08-24 14:56:42 +02:00
resolvers.h CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" 2022-05-27 19:33:35 +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 MINOR: ring: ring_cast_from_area() cast from an allocated area 2022-10-13 16:45:28 +02:00
sample_data-t.h
sample-t.h
sample.h BUILD: sample: use __fallthrough in smp_is_rw() and smp_dup() 2022-11-14 11:14:02 +01:00
sc_strm.h MINOR: stconn: turn SE_FL_WILL_CONSUME to SE_FL_WONT_CONSUME 2022-05-27 19:33:35 +02:00
server-t.h MINOR: peers: Support for peer shards 2022-10-24 10:55:53 +02:00
server.h REORG: server: Export srv_settings_cpy() function 2022-08-03 11:28:52 +02:00
session-t.h
session.h BUG/MAJOR: conn-idle: fix hash indexing issues on idle conns 2022-10-03 12:06:36 +02:00
shctx-t.h
shctx.h
show_flags-t.h BUILD: flags: fix the fallback macros for missing stdio 2022-09-09 17:46:45 +02:00
signal-t.h
signal.h
sink-t.h MINOR: ring: add support for a backing-file 2022-08-12 11:18:46 +02:00
sink.h BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring. 2022-09-13 17:03:30 +02:00
sock_inet.h
sock_unix.h
sock-t.h
sock.h
spoe-t.h
spoe.h
ssl_ckch-t.h
ssl_ckch.h MINOR: ssl/cli: implement "add ssl ca-file" 2022-08-19 19:58:53 +02:00
ssl_crtlist-t.h
ssl_crtlist.h
ssl_sock-t.h BUG/MEDIUM: ssl: Verify error codes can exceed 63 2022-11-10 11:45:48 +01:00
ssl_sock.h BUG/MINOR: ssl: Fix potential overflow 2022-11-14 15:30:54 +01:00
ssl_utils.h MEDIUM: ssl: {ca,crt}-ignore-err can now use error constant name 2022-11-10 13:28:37 +01:00
stats-t.h BUILD: stats: conditionally mark obsolete stats states as deprecated 2022-05-09 20:32:11 +02:00
stats.h BUILD: stats: Missing headers inclusions from stats.h 2022-05-20 16:57:12 +02:00
stconn-t.h MINOR: flags/stconn: use flag dumping for stconn and sedesc flags 2022-09-09 16:52:08 +02:00
stconn.h BUG/MEDIUM: stream: Properly handle destructive client connection upgrades 2022-06-17 13:25:02 +02:00
stick_table-t.h CLEANUP: stick-table: remove the unused table->exp_next 2022-11-14 18:20:38 +01:00
stick_table.h MEDIUM: stick-table: always use atomic ops to requeue the table's task 2022-10-12 14:19:05 +02:00
stream-t.h MINOR: mworker/cli: the mcli_reload bind_conf only send the reload status 2022-09-24 16:35:23 +02:00
stream.h BUG/MINOR: backend: only enforce turn-around state when not redispatching 2022-10-03 15:04:55 +02:00
task-t.h MINOR: flags/task: use flag dumping for task state 2022-09-09 16:52:09 +02:00
task.h DEBUG: task: simplify the caller recording in DEBUG_TASK 2022-09-08 14:30:38 +02:00
tcp_rules.h
tcpcheck-t.h CLEANUP: assorted typo fixes in the code and comments 2022-10-30 17:17:56 +01:00
tcpcheck.h
thread-t.h MEDIUM: debug/threads: make the lock debugging take tgroups into account 2022-07-15 19:41:26 +02:00
thread.h CLEANUP: threads: remove the now unused all_threads_mask and tid_bit 2022-07-15 20:25:41 +02:00
ticks.h
time.h
tinfo-t.h MINOR: sched: store the current profile entry in the thread context 2022-09-08 14:19:15 +02:00
tinfo.h MEDIUM: tinfo: add a dynamic thread-group context 2022-07-01 19:15:15 +02:00
tools-t.h
tools.h MINOR: cli: correct commentary and replace 'set global-key' name 2022-09-29 10:53:15 +02:00
trace-t.h
trace.h
uri_auth-t.h
uri_auth.h
uri_normalizer-t.h
uri_normalizer.h
vars-t.h
vars.h
version.h [RELEASE] Released version 2.7-dev0 2022-05-31 17:05:27 +02:00
xref-t.h
xref.h
xxhash.h