]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
authorWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 07:47:12 +0000 (09:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:35 +0000 (19:33 +0200)
commitcb086c6de149463d7040940c25ef1077ab26fe5b
tree162a51828c38b27d7fe30f2321603bdae0e543af
parent5edca2f0e14889bc1f2a84caacbf6a84d63ff874
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}

There's no more reason for keepin the code and definitions in conn_stream,
let's move all that to stconn. The alphabetical ordering of include files
was adjusted.
53 files changed:
Makefile
addons/promex/service-prometheus.c
dev/flags/flags.c
include/haproxy/applet.h
include/haproxy/connection-t.h
include/haproxy/connection.h
include/haproxy/mux_quic-t.h
include/haproxy/sc_strm.h
include/haproxy/stconn-t.h [moved from include/haproxy/conn_stream-t.h with 97% similarity]
include/haproxy/stconn.h [moved from include/haproxy/conn_stream.h with 97% similarity]
include/haproxy/stream-t.h
include/haproxy/stream.h
src/activity.c
src/applet.c
src/backend.c
src/cache.c
src/cli.c
src/connection.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/h3.c
src/hlua.c
src/http_act.c
src/http_ana.c
src/http_client.c
src/log.c
src/map.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/mux_quic.c
src/mworker.c
src/payload.c
src/peers.c
src/pool.c
src/proxy.c
src/resolvers.c
src/ring.c
src/server.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sample.c
src/ssl_sock.c
src/stats.c
src/stconn.c [moved from src/conn_stream.c with 99% similarity]
src/stick_table.c
src/stream.c
src/tcp_rules.c
src/tcpcheck.c
src/tools.c