]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: buffers: split buffers into chunk,buffer,channel
authorWilly Tarreau <wtarreau@exceliance.fr>
Fri, 24 Aug 2012 17:22:53 +0000 (19:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 3 Sep 2012 18:47:32 +0000 (20:47 +0200)
commitc7e4238df0fb7e824c15792ddea7f4da1aa80063
tree16a6c465e57a2dcf10e2d2dff3d3ca899a715df3
parentc5788911123cc6356e2ec6d891de444e3b0c4d0b
REORG: buffers: split buffers into chunk,buffer,channel

Many parts of the channel definition still make use of the "buffer" word.
34 files changed:
Makefile
Makefile.bsd
Makefile.osx
include/common/buffer.h [new file with mode: 0644]
include/common/chunk.h [new file with mode: 0644]
include/proto/channel.h [moved from include/proto/buffers.h with 60% similarity]
include/proto/dumpstats.h
include/types/arg.h
include/types/channel.h [moved from include/types/buffers.h with 90% similarity]
include/types/global.h
include/types/log.h
include/types/proto_http.h
include/types/proxy.h
include/types/sample.h
include/types/server.h
include/types/session.h
include/types/stream_interface.h
src/acl.c
src/backend.c
src/buffer.c [new file with mode: 0644]
src/cfgparse.c
src/channel.c [moved from src/buffers.c with 67% similarity]
src/checks.c
src/chunk.c [new file with mode: 0644]
src/dumpstats.c
src/frontend.c
src/haproxy.c
src/peers.c
src/proto_http.c
src/proto_tcp.c
src/raw_sock.c
src/sample.c
src/session.c
src/stream_interface.c