Changes since version 1.4-dev8 : Willy Tarreau (22): [STATS] make it possible to change a CLI connection timeout [BUG] patterns: copy-paste typo in type conversion arguments [MINOR] pattern: make the converter more flexible by supporting void* and int args [MINOR] standard: str2mask: string to netmask converter [MINOR] pattern: add support for argument parsers for converters [MINOR] pattern: add the "ipmask()" converting function [MINOR] config: off-by-one in "stick-table" after list of converters [CLEANUP] acl, patterns: make use of my_strndup() instead of malloc+memcpy [BUG] restore accidentely removed line in last patch ! [MINOR] checks: make the HTTP check code add the CRLF itself [MINOR] checks: add the server's status in the checks [BUILD] halog: make without arch-specific optimizations [BUG] halog: fix segfault in case of empty log in PCT mode [MINOR] http: disable keep-alive when process is going down [MINOR] acl: add build_acl_cond() to make it easier to add ACLs in config [CLEANUP] config: use build_acl_cond() instead of parse_acl_cond() [CLEANUP] config: use warnif_cond_requires_resp() to check for bad ACLs [MINOR] prepare req_*/rsp_* to receive a condition [CLEANUP] config: specify correct const char types to warnif_* functions [MEDIUM] config: factor out the parsing of 20 req*/rsp* keywords [MEDIUM] http: make the request filter loop check for optional conditions [MEDIUM] http: add support for conditional request filter execution