Changes since version 1.5-dev19 : Evan Broder (1): MINOR: ssl: Add statement 'verifyhost' to "server" statements Godbach (5): 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 Lukas Tribus (2): BUG/MINOR: http: fix "set-tos" not working in certain configurations MEDIUM: http: add IPv6 support for "set-tos" 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 (49): 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