Changes since version 1.5-dev19 : Apollon Oikonomopoulos (4): DOC: add missing options to the manpage DOC: add manpage references to all system calls DOC: update manpage reference to haproxy-en.txt DOC: remove -s and -l options from the manpage Baptiste Assmann (2): DOC: missing information for the "description" keyword DOC: missing http-send-name-header keyword in keyword table Emeric Brun (5): BUG/MEDIUM: ssl: potential memory leak using verifyhost BUILD: ssl: compilation issue with openssl v0.9.6. BUG/MINOR: ssl: potential memory leaks using ssl_c_key_alg or ssl_c_sig_alg. MINOR: ssl: optimization of verifyhost on wildcard certificates. BUG/MINOR: ssl: verifyhost does not match empty strings on wildcard. Evan Broder (1): MINOR: ssl: Add statement 'verifyhost' to "server" statements Godbach (7): CLEANUP: session: remove event_accept() which was not used anymore BUG/MINOR: deinit: free fdinfo while doing cleanup DOC: minor typo fix in documentation BUG/MEDIUM: server: set the macro for server's max weight SRV_UWGHT_MAX to SRV_UWGHT_RANGE BUG/MINOR: use the same check condition for server as other algorithms DOC: fix typo in comments BUG/MINOR: deinit: free server map which is allocated in init_server_map() Lukas Tribus (3): BUG/MINOR: http: fix "set-tos" not working in certain configurations MEDIUM: http: add IPv6 support for "set-tos" DOC: ssl: update build instructions to use new SSL_* variables Sergiy Prykhodko (1): BUG/MINOR: fix forcing fastinter in "on-error" Thierry FOURNIER (1): BUILD/MINOR: missing header file William Lallemand (2): BUG/MEDIUM: unique_id: junk in log on empty unique_id BUG/MINOR: log: junk at the end of syslog packet Willy Tarreau (56): MEDIUM: session: disable lingering on the server when the client aborts BUG/MEDIUM: prevent gcc from moving empty keywords lists into BSS DOC: remove the comment saying that SSL certs are not checked on the server side BUG: counters: third counter was not stored if others unset BUG/MAJOR: http: don't emit the send-name-header when no server is available BUG/MEDIUM: http: "option checkcache" fails with the no-cache header BUG/MAJOR: http: sample prefetch code was not properly migrated BUG/MEDIUM: splicing: fix abnormal CPU usage with splicing BUG/MINOR: stream_interface: don't call chk_snd() on polled events OPTIM: splicing: use splice() for the last block when relevant MEDIUM: sample: handle comma-delimited converter list MINOR: sample: fix sample_process handling of unstable data CLEANUP: acl: move the 3 remaining sample fetches to samples.c MINOR: sample: add a new "date" fetch to return the current date MINOR: samples: add the http_date([]) sample converter. DOC: minor improvements to the part on the stats socket. MEDIUM: sample: systematically pass the keyword pointer to the keyword MINOR: payload: split smp_fetch_rdp_cookie() MINOR: counters: factor out smp_fetch_sc*_tracked MINOR: counters: provide a generic function to retrieve a stkctr for sc* and src. MEDIUM: counters: factor out smp_fetch_sc*_get_gpc0 MEDIUM: counters: factor out smp_fetch_sc*_gpc0_rate MEDIUM: counters: factor out smp_fetch_sc*_inc_gpc0 MEDIUM: counters: factor out smp_fetch_sc*_clr_gpc0 MEDIUM: counters: factor out smp_fetch_sc*_conn_cnt MEDIUM: counters: factor out smp_fetch_sc*_conn_rate MEDIUM: counters: factor out smp_fetch_sc*_conn_cur MEDIUM: counters: factor out smp_fetch_sc*_sess_cnt MEDIUM: counters: factor out smp_fetch_sc*_sess_rate MEDIUM: counters: factor out smp_fetch_sc*_http_req_cnt MEDIUM: counters: factor out smp_fetch_sc*_http_req_rate MEDIUM: counters: factor out smp_fetch_sc*_http_err_cnt MEDIUM: counters: factor out smp_fetch_sc*_http_err_rate MEDIUM: counters: factor out smp_fetch_sc*_kbytes_in MEDIUM: counters: factor out smp_fetch_sc*_bytes_in_rate MEDIUM: counters: factor out smp_fetch_sc*_kbytes_out MEDIUM: counters: factor out smp_fetch_sc*_bytes_out_rate MEDIUM: counters: factor out smp_fetch_sc*_trackers MINOR: session: make the number of stick counter entries more configurable MEDIUM: counters: support passing the counter number as a fetch argument MEDIUM: counters: support looking up a key in an alternate table MEDIUM: cli: adjust the method for feeding frequency counters in tables MINOR: cli: make it possible to enter multiple values at once with "set table" MINOR: payload: allow the payload sample fetches to retrieve arbitrary lengths BUG/MINOR: cli: "clear table" must not kill entries that don't match condition MINOR: ssl: use MAXPATHLEN instead of PATH_MAX MINOR: config: warn when a server with no specific port uses rdp-cookie BUG/MEDIUM: unique_id: HTTP request counter must be unique! DOC: add a mention about the limited chunk size BUG/MEDIUM: fix broken send_proxy on FreeBSD MEDIUM: stick-tables: flush old entries upon soft-stop MINOR: tcp: add new "close" action for tcp-response MINOR: payload: provide the "res.len" fetch method BUILD: add SSL_INC/SSL_LIB variables to force the path to openssl MINOR: http: compute response time before processing headers BUG/MINOR: acl: fix improper string size assignment in proxy argument