]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
authorWilly Tarreau <w@1wt.eu>
Tue, 17 May 2022 17:07:51 +0000 (19:07 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 27 May 2022 17:33:34 +0000 (19:33 +0200)
commit4596fe20d94834f925691c04a538091ac741d900
tree5a01db2aba37b36acd4478b46d691d2dafdcbe70
parent3a3f480d15ce7f90e482a7368d734aa667c6e96e
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)

This renames the "struct conn_stream" to "struct stconn" and updates
the descriptions in all comments (and the rare help descriptions) to
"stream connector" or "connector". This touches a lot of files but
the change is minimal. The local variables were not even renamed, so
there's still a lot of "cs" everywhere.
60 files changed:
addons/promex/service-prometheus.c
include/haproxy/applet-t.h
include/haproxy/applet.h
include/haproxy/channel-t.h
include/haproxy/channel.h
include/haproxy/check-t.h
include/haproxy/conn_stream-t.h
include/haproxy/conn_stream.h
include/haproxy/connection-t.h
include/haproxy/cs_utils.h
include/haproxy/h3.h
include/haproxy/http_ana.h
include/haproxy/mux_quic-t.h
include/haproxy/mux_quic.h
include/haproxy/obj_type-t.h
include/haproxy/obj_type.h
include/haproxy/resolvers.h
include/haproxy/stream-t.h
include/haproxy/stream.h
src/activity.c
src/applet.c
src/backend.c
src/cache.c
src/channel.c
src/check.c
src/cli.c
src/conn_stream.c
src/connection.c
src/debug.c
src/dns.c
src/flt_spoe.c
src/h3.c
src/hlua.c
src/hq_interop.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/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_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/tcp_rules.c
src/tcp_sample.c
src/tcpcheck.c