Changes since version 1.5-dev11 : David du Colombier (1): MINOR: IPv6 support for transparent proxy Vincent Bernat (1): DOC: specify the default value for maxconn in the context of a proxy William Lallemand (1): BUG/MINOR: to_log erased with unique-id-format Willy Tarreau (15): BUG/MAJOR: cookie prefix doesn't support cookie-less servers BUILD: add an AIX 5.2 (and later) target. MEDIUM: fd/si: move peeraddr from struct fdinfo to struct connection MINOR: halog: use the more recent dual-mode fgets2 implementation BUG/MEDIUM: ebtree: ebmb_insert() must not call cmp_bits on full-length matches CLEANUP: halog: make clean should also remove .o files OPTIM: halog: make use of memchr() on platforms which provide a fast one OPTIM: halog: improve cold-cache behaviour when loading a file BUG/MINOR: ACL implicit arguments must be created with unresolved flag MINOR: replace acl_fetch_{path,url}* with smp_fetch_* MEDIUM: pattern: add the "base" sample fetch method OPTIM: i386: make use of kernel-mode-linux when available BUG/MINOR: tarpit: fix condition to return the HTTP 500 message BUG/MINOR: polling: some events were not set in various pollers MINOR: http: add the urlp_val ACL match