]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c
authorThierry FOURNIER <tfournier@exceliance.fr>
Thu, 28 Nov 2013 10:05:19 +0000 (11:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 2 Dec 2013 22:31:33 +0000 (23:31 +0100)
commited66c297c26a52bfe0814dbb60c179f42a927381
tree77f26e7210d8f07420dded83719c1cc10b15f5f3
parentdd69a046662270353c6e8cc170cd53da6887af3a
REORG: acl/pattern: extract pattern matching from the acl file and create pattern.c

This patch just moves code without any change.

The ACL are just the association between sample and pattern. The pattern
contains the match method and the parse method. These two things are
different. This patch cleans the code by splitting it.
Makefile
include/proto/acl.h
include/proto/pattern.h [new file with mode: 0644]
include/types/acl.h
include/types/pattern.h [new file with mode: 0644]
src/acl.c
src/pattern.c [new file with mode: 0644]
src/payload.c
src/proto_http.c
src/ssl_sock.c