]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: pattern: add new sample types to replace pattern types
authorWilly Tarreau <w@1wt.eu>
Fri, 20 Apr 2012 18:49:27 +0000 (20:49 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 18:57:14 +0000 (20:57 +0200)
commit422aa0792d8a214e4d67806a5e2d66ebe7091bc1
tree88a1b2fc601e0ebf9b044b778736a53dcfa790fd
parent16c31b00dcb24b54f9533fc4a4bf5b7be6c9c2be
MEDIUM: pattern: add new sample types to replace pattern types

The new sample types are necessary for the acl-pattern convergence.
These types are boolean and signed int. Some types were renamed for
less ambiguity (ip->ipv4, integer->uint).
include/types/pattern.h
src/acl.c
src/backend.c
src/frontend.c
src/pattern.c
src/proto_http.c
src/proto_tcp.c
src/protocols.c
src/session.c
src/stick_table.c