haproxy/src
Christopher Faulet 0dd566b42e MINOR: stream: Slightly rework stream_new to separate CS/SI initialization
It is just a minor reforctoring of stream_new() function to ease next
changes. Especially to move the SI from the stream to the conn-stream.
2022-02-24 11:00:02 +01:00
..
acl.c
action.c
activity.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
applet.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
arg.c
auth.c
backend.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
base64.c
cache.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
calltrace.c
cbuf.c
cfgcond.c
cfgdiag.c
cfgparse-global.c
cfgparse-listen.c
cfgparse-quic.c MEDIUM: quic: implement Retry emission 2022-01-12 11:08:48 +01:00
cfgparse-ssl.c
cfgparse-tcp.c
cfgparse-unix.c
cfgparse.c MINOR: listener: define per-thr struct 2022-01-26 16:13:54 +01:00
channel.c MINOR: channel: add new function co_getdelim() to support multiple delimiters 2022-01-19 19:16:47 +01:00
check.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
chunk.c
cli.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
clock.c
compression.c
conn_stream.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
connection.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
cpuset.c BUILD: cpuset: do not use const on the source of CPU_AND/CPU_ASSIGN 2022-01-28 19:04:02 +01:00
debug.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
dgram.c
dict.c
dns.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
dynbuf.c
eb32sctree.c
eb32tree.c
eb64tree.c
ebimtree.c
ebistree.c
ebmbtree.c
ebpttree.c
ebsttree.c
ebtree.c
errors.c
ev_epoll.c
ev_evports.c
ev_kqueue.c
ev_poll.c
ev_select.c
extcheck.c
fcgi-app.c
fcgi.c
fd.c DEBUG: fd: make sure we never try to insert/delete an impossible FD number 2022-01-31 21:00:35 +01:00
filters.c
fix.c
flt_http_comp.c
flt_spoe.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
flt_trace.c
freq_ctr.c
frontend.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
h1_htx.c BUILD: tree-wide: mark a few numeric constants as explicitly long long 2022-01-28 19:04:02 +01:00
h1.c
h2.c
h3.c MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint 2022-02-24 11:00:02 +01:00
haproxy.c MINOR: pools: support setting debugging options using -dM 2022-02-23 17:28:41 +01:00
hash.c
hlua_fcn.c
hlua.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
hpack-dec.c
hpack-enc.c
hpack-huff.c
hpack-tbl.c
hq_interop.c MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint 2022-02-24 11:00:02 +01:00
http_acl.c
http_act.c
http_ana.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
http_client.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
http_conv.c
http_fetch.c
http_htx.c
http_rules.c
http.c
htx.c BUG/MEDIUM: htx: Adjust length to add DATA block in an empty HTX buffer 2022-01-13 09:34:22 +01:00
init.c
jwt.c BUG/MINOR: jwt: Memory leak if same key is used in multiple jwt_verify calls 2022-02-15 20:08:20 +01:00
lb_chash.c
lb_fas.c
lb_fwlc.c
lb_fwrr.c
lb_map.c
listener.c BUG/MEDIUM: listener: read-lock the listener during accept() 2022-02-01 16:51:55 +01:00
log.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
lru.c DEBUG: lru: use a xorshift generator in the testing code 2022-01-27 16:28:10 +01:00
mailers.c BUG/MINOR: mailers: negotiate SMTP, not ESMTP 2022-02-17 15:45:59 +01:00
map.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
mjson.c
mqtt.c
mux_fcgi.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
mux_h1.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
mux_h2.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
mux_pt.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
mux_quic.c REORG: conn_stream: move conn-stream stuff in dedicated files 2022-02-24 11:00:02 +01:00
mworker-prog.c BUILD: mworker: include tools.h for platforms without unsetenv() 2022-01-28 19:04:02 +01:00
mworker.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
namespace.c
pattern.c
payload.c REORG: conn_stream: move conn-stream stuff in dedicated files 2022-02-24 11:00:02 +01:00
peers.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
pipe.c
pool.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
proto_quic.c MINOR: quic: Move quic_rxbuf_pool pool out of xprt part 2022-02-15 17:33:21 +01:00
proto_sockpair.c
proto_tcp.c
proto_udp.c
proto_uxdg.c
proto_uxst.c
protocol.c
proxy.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
qpack-dec.c MINOR: qpack: fix typo in trace 2022-02-15 11:08:17 +01:00
qpack-enc.c
qpack-tbl.c
queue.c
quic_cc_newreno.c
quic_cc.c
quic_frame.c MINOR: quic: Possible frame parsers array overrun 2022-02-15 17:33:21 +01:00
quic_sock.c MINOR: quic: EINTR error ignored 2022-02-14 15:20:54 +01:00
quic_tls.c MINOR: quic: implement Retry TLS AEAD tag generation 2022-01-12 11:08:48 +01:00
raw_sock.c
regex.c
resolvers.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
ring.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
sample.c
server_state.c BUILD: server-state: avoid using not-so-portable isblank() 2022-01-28 19:04:02 +01:00
server.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
session.c
sha1.c
shctx.c
signal.c
sink.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
slz.c
sock_inet.c
sock_unix.c
sock.c MINOR: sock: move the unused socket cleaning code into its own function 2022-01-28 19:04:02 +01:00
ssl_ckch.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
ssl_crtlist.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
ssl_sample.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
ssl_sock.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
ssl_utils.c
stats.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
stick_table.c MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int 2022-02-24 11:00:02 +01:00
stream_interface.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
stream.c MINOR: stream: Slightly rework stream_new to separate CS/SI initialization 2022-02-24 11:00:02 +01:00
task.c BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks 2022-02-14 20:10:43 +01:00
tcp_act.c
tcp_rules.c
tcp_sample.c MINOR: stream: Add pointer to front/back conn-streams into stream struct 2022-02-24 11:00:02 +01:00
tcpcheck.c MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream 2022-02-24 11:00:02 +01:00
thread.c
time.c
tools.c BUG/MINOR: tools: url2sa reads ipv4 too far 2022-02-18 16:32:04 +01:00
trace.c
uri_auth.c
uri_normalizer.c
vars.c CLEANUP: vars: move the per-process variables initialization to vars.c 2022-02-23 17:11:33 +01:00
version.c
wdt.c
xprt_handshake.c
xprt_quic.c MINOR: quic: fix handling of out-of-order received STREAM frames 2022-02-21 19:14:09 +01:00