]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move ist.h from common/ to import/
authorWilly Tarreau <w@1wt.eu>
Wed, 27 May 2020 14:21:26 +0000 (16:21 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commiteb6f701b99cd5a6578fbfa3496d5b65f06d284dc
tree0596a7a8cf4deab9d12611639a8d2ded7ad33d7f
parent6019faba50374b983245344217ee161fe298a1b6
REORG: include: move ist.h from common/ to import/

Fortunately that file wasn't made dependent upon haproxy since it was
integrated, better isolate it before it's too late. Its dependency on
api.h was the result of the change from config.h, which in turn wasn't
correct. It was changed back to stddef.h for size_t and sys/types.h for
ssize_t. The recently added reference to MAX() was changed as it was
placed only to avoid a zero length in the non-free-standing version and
was causing a build warning in the hpack encoder.
34 files changed:
contrib/hpack/gen-enc.c
include/common/buffer.h
include/common/chunk.h
include/common/fcgi.h
include/common/h1.h
include/common/h2.h
include/common/hpack-enc.h
include/common/hpack-tbl.h
include/common/http-hdr.h
include/common/http.h
include/common/htx.h
include/common/istbuf.h
include/import/ist.h [moved from include/common/ist.h with 99% similarity]
include/proto/connection.h
include/proto/h1_htx.h
include/proto/http_htx.h
include/proto/ring.h
include/proto/trace.h
include/types/checks.h
include/types/connection.h
include/types/fcgi-app.h
include/types/fd.h
include/types/http_htx.h
include/types/ring.h
include/types/sink.h
include/types/trace.h
src/debug.c
src/h2.c
src/hpack-dec.c
src/hpack-enc.c
src/hpack-tbl.c
src/mux_fcgi.c
src/sink.c
src/trace.c