haproxy/include/haproxy
Amaury Denoyelle 15f3cc4b38 MINOR: http: extract content-length parsing from H2
Extract function h2_parse_cont_len_header() in the generic HTTP module.
This allows to reuse it for all HTTP/x parsers. The function is now
available as http_parse_cont_len_header().

Most notably, this will be reused in the next bugfix for the H3 parser.
This is necessary to check that content-length header match the length
of DATA frames.

Thus, it must be backported to 2.6.
2022-12-14 11:34:18 +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 BUILD: atomic: atomic.h may need compiler.h on ARMv8.2-a 2022-12-08 08:36:24 +01:00
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 MINOR: cfgparse: Always check the section position 2022-11-18 16:03:45 +01:00
channel-t.h MINOR: flags/channel: use flag dumping for channel flags and analysers 2022-09-09 16:15:10 +02:00
channel.h
check-t.h BUG/MINOR: checks: restore legacy on-error fastinter behavior 2022-12-07 17:03:55 +01:00
check.h
chunk.h MINOR: chunk: inline alloc_trash_chunk() 2022-08-17 10:45:22 +02:00
cli-t.h CLEANUP: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01:00
cli.h CLEANUP: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01:00
clock.h MINOR: clock: split local and global date updates 2022-09-21 09:06:28 +02:00
compat.h
compiler.h BUILD: compiler: include compiler's definitions before ours 2022-11-24 08:30:48 +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 CLEANUP: pools: get rid of CONFIG_HAP_POOLS 2022-12-08 17:45:08 +01:00
dgram-t.h
dgram.h
dict-t.h
dict.h
dns-t.h
dns.h
dynbuf-t.h
dynbuf.h MINOR: dynbuf: switch allocation and release to macros to better track users 2022-11-16 11:44:26 +01:00
errors.h MINOR: logs: startup-logs can use a shm for logging the reload 2022-10-13 16:50:22 +02:00
event_hdl-t.h CLEANUP: assorted typo fixes in the code and comments 2022-12-07 09:08:18 +01:00
event_hdl.h MINOR: event_hdl: add event handler base api 2022-12-02 09:40:52 +01: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: quic: startup detect for quic-conn owned socket support 2022-12-02 14:45:43 +01: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
h3_stats.h
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
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: extract content-length parsing from H2 2022-12-14 11:34:18 +01: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
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 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" 2022-12-02 11:48:30 +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 CLEANUP: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01:00
mux_h1-t.h CLEANUP: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01:00
mux_h2-t.h CLEANUP: mux-h2: Remove unused fields in h2c structures 2022-11-17 14:33:15 +01: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 CLEANUP: ncbuf: inline small functions 2022-11-29 15:14:39 +01:00
net_helper.h
obj_type-t.h
obj_type.h
openssl-compat.h MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode 2022-11-24 11:29:03 +01:00
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 REORG: pool: move all the OS specific code to pool-os.h 2022-12-08 17:32:57 +01:00
pool-t.h MINOR: pools: make DEBUG_UAF a runtime setting 2022-12-08 18:54:59 +01:00
pool.h CLEANUP: pool: only include pool-os from pool.c not pool.h 2022-12-08 17:32:40 +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
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 MEDIUM: quic: use quic-conn socket for reception 2022-12-02 14:45:43 +01:00
quic_conn.h MEDIUM: quic: move receive out of FD handler to quic-conn io-cb 2022-12-02 14:45:43 +01: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: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01:00
quic_sock-t.h CLEANUP: quic: improve naming for rxbuf/datagrams handling 2022-10-13 11:06:48 +02:00
quic_sock.h MINOR: quic: reconnect quic-conn socket on address migration 2022-12-02 14:45:43 +01:00
quic_stats-t.h MINOR: quic: detect connection migration 2022-12-02 14:45:43 +01:00
quic_stats.h
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 BUG/MINOR: quic: properly handle alloc failure in qc_new_conn() 2022-12-12 11:44:34 +01:00
quic_tp-t.h CLEANUP: quic: replace "choosen" with "chosen" all over the code 2022-11-21 09:22:28 +01:00
quic_tp.h CLEANUP: quic: replace "choosen" with "chosen" all over the code 2022-11-21 09:22:28 +01: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
ring-t.h
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
server-t.h MINOR: server/event_hdl: add support for SERVER_UP and SERVER_DOWN events 2022-12-06 10:22:07 +01:00
server.h CLEANUP: assorted typo fixes in the code and comments 2022-11-30 14:02:36 +01: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: really restrict the cases where flags are exposed 2022-11-24 08:32:27 +01: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 MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" 2022-12-02 11:48:30 +01:00
ssl_ckch.h MEDIUM: ssl: rename the struct "cert_key_and_chain" to "ckch_data" 2022-12-02 11:48:30 +01: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 MINOR: promex: introduce haproxy_backend_agg_check_status 2022-12-09 10:54:48 +01:00
stats.h
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 MINOR: stick-table: store a per-table hash seed and use it 2022-11-28 18:58:06 +01:00
stick_table.h MINOR: stick-table: change the API of the function used to calculate the shard 2022-11-29 18:06:42 +01: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 BUG/MAJOR: sched: protect task during removal from wait queue 2022-11-22 09:10:08 +01: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 BUG/MAJOR: sched: protect task during removal from wait queue 2022-11-22 09:10:08 +01: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: tools: add port for ipcmp as optional criteria 2022-12-02 14:45:43 +01: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.8-dev0 2022-12-01 15:25:34 +01:00
xref-t.h
xref.h
xxhash.h