Changes since version 1.5-dev7 : Sagi Bashari (1): BUG/MINOR: fix options forwardfor if-none when an alternative header name is specified William Lallemand (1): MEDIUM: log: Use linked lists for loggers Willy Tarreau (18): BUILD/MINOR: fix the source URL in the spec file DOC: acl is http_first_req, not http_req_first BUG/MEDIUM: don't trim last spaces from headers consisting only of spaces MINOR: acl: add new matches for header/path/url length BUILD: halog: make halog build on solaris BUG/MINOR: don't use a wrong port when connecting to a server with mapped ports MINOR: remove the client/server side distinction in SI addresses MINOR: halog: add support for matching queued requests DOC: indicate that cookie "prefix" and "indirect" should not be mixed OPTIM/MINOR: move struct sockaddr_storage to the tail of structs OPTIM/MINOR: make it possible to change pipe size (tune.pipesize) BUILD/MINOR: silent a build warning in src/pipe.c (fcntl) OPTIM/MINOR: move the hdr_idx pools out of the proxy struct MEDIUM: tune.http.maxhdr makes it possible to configure the maximum number of HTTP headers BUG/MINOR: fix a segfault when parsing a config with undeclared peers CLEANUP: rename possibly confusing struct field "tracked" BUG/MEDIUM: checks: fix slowstart behaviour when server tracking is in use MINOR: config: tolerate server "cookie" setting in non-HTTP mode