]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/
authorWilly Tarreau <w@1wt.eu>
Wed, 27 May 2020 14:10:29 +0000 (16:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit8d36697deea8e4c87202a94505b238174334ea40
tree186c155b3c5be8650a95b3e21089685620d9a433
parentd678805783da08ea5c7d591d3df95906df776e57
REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/

These ones do not depend on any other file. One used to include
haproxy/api.h but that was solely for stddef.h.
37 files changed:
include/haproxy/base64.h [moved from include/common/base64.h with 75% similarity]
include/haproxy/errors.h [moved from include/common/errors.h with 94% similarity]
include/haproxy/hash.h [moved from include/common/hash.h with 86% similarity]
include/proto/stick_table.h
src/51d.c
src/auth.c
src/backend.c
src/base64.c
src/cache.c
src/cfgparse-ssl.c
src/cfgparse.c
src/cli.c
src/connection.c
src/da.c
src/dns.c
src/fcgi-app.c
src/filters.c
src/haproxy.c
src/hash.c
src/http_ana.c
src/http_fetch.c
src/listener.c
src/mworker-prog.c
src/namespace.c
src/proto_sockpair.c
src/proto_tcp.c
src/proto_uxst.c
src/protocol.c
src/proxy.c
src/sample.c
src/server.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/uri_auth.c
src/wurfl.c