Changes since version 1.5-dev22 : Baptiste Assmann (1): BUG/MINOR: tcpcheck connect wrong behavior Bhaskar Maddala (1): MINOR: stats: Enhancement to stats page to provide information of last session time. Cyril Bonté (2): BUG/MEDIUM: peers: fix key consistency for integer stick tables DOC: fix a typo on http-server-close and encapsulate options with double-quotes Dirkjan Bussink (1): MEDIUM: ssl: Use ALPN support as it will be available in OpenSSL 1.0.2 Joshua M. Clulow (1): BUG/MINOR: raw_sock: also consider ENOTCONN in addition to EAGAIN for recv() Lukas Tribus (1): MINOR: set IP_FREEBIND on IPv6 sockets in transparent mode Thierry FOURNIER (1): BUG/MEDIUM: map: The map parser includes blank lines. William Lallemand (3): DOC: add some information on capture.(req|res).hdr MINOR: http: capture.req.method and capture.req.uri MINOR: http: optimize capture.req.method and capture.req.uri Willy Tarreau (23): MINOR: session: clean up the connection free code BUG/MEDIUM: checks: immediately report a connection success MEDIUM: connection: don't use real send() flags in snd_buf() OPTIM: ssl: implement dynamic record size adjustment MINOR: stats: report exact last session time in backend too BUG/MEDIUM: stats: the "lastsess" field must appear last in the CSV. BUG/MAJOR: check: fix memory leak in "tcp-check connect" over SSL BUG/MINOR: channel: initialize xfer_small/xfer_large on new buffers MINOR: channel: add the date of last read in the channel MEDIUM: stream-int: automatically disable CF_STREAMER flags after idle MINOR: ssl: add DEFAULT_SSL_MAX_RECORD to set the record size at build time MINOR: config: make the stream interface idle timer user-configurable MINOR: config: add global directives to set default SSL ciphers MINOR: sample: add a rand() sample fetch to return a sample. BUG/MEDIUM: config: immediately abort if peers section has no name BUG/MINOR: ssl: fix syntax in config error message BUG/MEDIUM: ssl: always send a full buffer after EAGAIN BUG/MINOR: config: server on-marked-* statement is ignored in default-server BUG/MEDIUM: backend: prefer-last-server breaks redispatch BUG/MEDIUM: http: continue to emit 503 on keep-alive to different server MEDIUM: acl: fix pattern type for payload / payload_lv BUG/MINOR: config: fix a crash on startup when a disabled backend references a peer BUG/MEDIUM: compression: fix the output type of the compressor name