Changes since version 1.5-dev3 : Cyril Bonté (2): [MINOR] unix sockets : inherits the backlog size from the listener [CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener() Willy Tarreau (23): [DOC] update ROADMAP file [BUILD] pattern: use 'int' instead of 'int32_t' [OPTIM] linux: add support for bypassing libc to force using vsyscalls [BUG] debug: report the correct poller list in verbose mode [BUG] capture: do not capture a cookie if there is no memory left [BUG] appsession: fix possible double free in case of out of memory [CRITICAL] cookies: mixing cookies in indirect mode and appsession can crash the process [BUG] http: correctly update the header list when removing two consecutive headers [BUILD] add the CPU=native and ARCH=32/64 build options [BUILD] add -fno-strict-aliasing to fix warnings with gcc >= 4.4 [CLEANUP] hash: move the avalanche hash code globally available [MEDIUM] hash: add support for an 'avalanche' hash-type [DOC] update roadmap file [BUG] http: do not re-enable the PROXY analyser on keep-alive [OPTIM] http: don't send each chunk in a separate packet [DOC] fix minor typos reported recently in the peers section [DOC] fix another typo in the doc [MINOR] stats: report HTTP message state and buffer flags in error dumps [BUG] http chunking: don't report a parsing error on connection errors [BUG] stream_interface: truncate buffers when sending error messages [MINOR] http: support wrapping messages in error captures [MINOR] http: capture incorrectly chunked message bodies [MINOR] stats: add global event ID and count