Changes since version 1.6-dev1 : Joseph Lynch (1): MEDIUM: check: include server address and port in the send-state header Thierry FOURNIER (21): 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 BUG/MEDIUM: http: the function "(req|res)-replace-value" doesn't respect the HTTP syntax MEDIUM/CLEANUP: http: rewrite and lighten http_transform_header() prototype BUILD: lua: it miss the '-ldl' directive MEDIUM: http: allows 'R' and 'S' in the protocol alphabet MINOR: http: split the function http_action_set_req_line() in two parts MINOR: http: split http_transform_header() function in two parts. MINOR: http: export function inet_set_tos() MINOR: lua: txn: add function set_(loglevel|tos|mark) MINOR: lua: create and register HTTP class DOC: lua: fix some typos MINOR: lua: add log functions BUG/MINOR: lua: Fix SSL initialisation Willy Tarreau (22): 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 BUILD: fix automatic inclusion of libdl. MEDIUM: lua: implement a simple memory allocator