]> git.kaiwu.me - haproxy.git/commit
REORG: split "protocols" files into protocol and listener
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Sep 2012 20:58:11 +0000 (22:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 15 Sep 2012 20:29:32 +0000 (22:29 +0200)
commitd1d54541801b5155142031f1540e7577f60f7299
treee98579a58bb4249d78c561bfe542d5f190174d78
parent21c705b0f8eedcc853643f3010e8d14f835348fa
REORG: split "protocols" files into protocol and listener

It was becoming confusing to have protocols and listeners in the same
files, split them.
26 files changed:
Makefile
Makefile.bsd
Makefile.osx
include/proto/connection.h
include/proto/listener.h [moved from include/proto/protocols.h with 68% similarity]
include/proto/protocol.h [new file with mode: 0644]
include/proto/proxy.h
include/proto/ssl_sock.h
include/types/connection.h
include/types/global.h
include/types/listener.h [moved from include/types/protocols.h with 74% similarity]
include/types/protocol.h [new file with mode: 0644]
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/dumpstats.c
src/haproxy.c
src/listener.c [moved from src/protocols.c with 83% similarity]
src/peers.c
src/proto_tcp.c
src/proto_uxst.c
src/protocol.c [new file with mode: 0644]
src/proxy.c
src/raw_sock.c
src/session.c
src/ssl_sock.c