Changes since version 1.6-dev1 : Thierry FOURNIER (9): BUG/MEDIUM: lua: bad argument number in analyser and in error message MEDIUM: lua: automatically converts strings in proxy, tables, server and ip BUG/MINOR: utf8: remove compilator warning MEDIUM: map: uses HAProxy facilities to store default value BUG/MINOR: lua: error in detection of mandatory arguments BUG/MINOR: lua: set current proxy as default value if it is possible BUG/MEDIUM: http: the action set-{method|path|query|uri} doesn't run. BUG/MEDIUM: lua: undetected infinite loop BUG/MAJOR: http: don't read past buffer's end in http_replace_value Willy Tarreau (20): CLEANUP: stream-int: remove a redundant clearing of the linger_risk flag MINOR: connection: make conn_sock_shutw() actually perform the shutdown() call MINOR: stream-int: use conn_sock_shutw() to shutdown a connection MINOR: connection: perform the call to xprt->shutw() in conn_data_shutw() MEDIUM: stream-int: replace xprt->shutw calls with conn_data_shutw() MINOR: checks: use conn_data_shutw_hard() instead of call via xprt MINOR: connection: implement conn_sock_send() MEDIUM: stream-int: make conn_si_send_proxy() use conn_sock_send() MEDIUM: connection: make conn_drain() perform more controls REORG: connection: move conn_drain() to connection.c and rename it CLEANUP: stream-int: remove inclusion of fd.h that is not used anymore MEDIUM: channel: don't always set CF_WAKE_WRITE on bi_put* CLEANUP: lua: don't use si_ic/si_oc on known stream-ints BUG/MEDIUM: peers: correctly configure the client timeout MINOR: peers: centralize configuration of the peers frontend MINOR: proxy: store the default target into the frontend's configuration MEDIUM: stats: use frontend_accept() as the accept function MEDIUM: peers: use frontend_accept() instead of peer_accept() CLEANUP: listeners: remove unused timeout MEDIUM: listener: store the default target per listener