]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MAJOR: arg: converts uint and sint in sint
authorThierry FOURNIER <tfournier@arpalert.org>
Mon, 20 Jul 2015 15:45:02 +0000 (17:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 21 Jul 2015 22:48:23 +0000 (00:48 +0200)
commitbf65cd4d77bc2b4699c690c7b0fcaa6676944507
treeb6efe3bf42b552ab59ce0defc564395067cf1d80
parent07ee64ef4d7e67f9d7d4bc7791da0437becbc797
MAJOR: arg: converts uint and sint in sint

This patch removes the 32 bits unsigned integer and the 32 bit signed
integer. It replaces these types by a unique type 64 bit signed.
include/types/arg.h
src/arg.c
src/hlua.c
src/map.c
src/payload.c
src/proto_http.c
src/sample.c
src/ssl_sock.c
src/stream.c