]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move connection.h to haproxy/connection{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 16:02:10 +0000 (18:02 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit7ea393d95eb2407ee77acff26801ca5e1193bc91
tree8a4004f6c03a9dc0304a1912b56850c6022c95f0
parent8b550afe1e98c182ed334080d317f5a1ab50bc3b
REORG: include: move connection.h to haproxy/connection{,-t}.h

The type file is becoming a mess, half of it is for the proxy protocol,
another good part describes conn_streams and mux ops, it would deserve
being split again. At least it was reordered so that elements are easier
to find, with the PP-stuff left at the end. The MAX_SEND_FD macro was moved
to compat.h as it's said to be the value for Linux.
37 files changed:
contrib/debug/flags.c
include/haproxy/compat.h
include/haproxy/connection-t.h [moved from include/types/connection.h with 98% similarity]
include/haproxy/connection.h [moved from include/proto/connection.h with 99% similarity]
include/haproxy/dns-t.h
include/haproxy/obj_type.h
include/haproxy/proto_tcp.h
include/proto/peers.h
include/proto/ssl_sock.h
include/proto/stream_interface.h
include/types/checks.h
include/types/server.h
include/types/ssl_sock.h
src/cfgparse-listen.c
src/cfgparse.c
src/connection.c
src/haproxy.c
src/hlua.c
src/http_ana.c
src/http_fetch.c
src/listener.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c
src/payload.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/raw_sock.c
src/server.c
src/session.c
src/ssl_sock.c
src/stream.c
src/stream_interface.c
src/tcp_rules.c
src/xprt_handshake.c