Changes since version 2.4-dev12 : Amaury Denoyelle (16): MINOR: cli: implement experimental-mode REORG: server: add a free server function MINOR: cfgparse: always alloc idle conns task REORG: server: move keywords in srv_kws MINOR: server: remove fastinter from mistyped kw list REORG: server: split parse_server REORG: server: move alert traces in parse_server REORG: server: rename internal functions from parse_server REORG: server: attach servers in parse_server REORG: server: use flags for parse_server MINOR: server: prepare parsing for dynamic servers MINOR: stats: export function to allocate extra proxy counters MEDIUM: server: implement 'add server' cli command REGTESTS: implement test for 'add server' cli MINOR: server: enable standard options for dynamic servers MINOR: server: support keyword proto in 'add server' cli Christopher Faulet (2): BUG/MINOR: resolvers: Add missing case-insensitive comparisons of DNS hostnames CLEANUP: Fix a typo in fix_is_valid description Emeric Brun (1): BUG/MINOR: protocol: add missing support of dgram unix socket. Eric Salama (2): MINOR/BUG: mworker/cli: do not use the unix_bind prefix for the master CLI socket MINOR: mworker/cli: alert the user if we enabled a master CLI but not the master-worker mode Willy Tarreau (11): BUG/MEDIUM: cli: fix "help" crashing since recent spelling fixes BUG/MINOR: cfgparse: use the GLOBAL not LISTEN keywords list for spell checking MINOR: tools: improve word fingerprinting by counting presence MINOR: tools: do not sum squares of differences for word fingerprints MINOR: cli: improve fuzzy matching to work on all remaining words at once MINOR: cli: sort the suggestions by order of relevance MINOR: cli: limit spelling suggestions to 5 MINOR: cfgparse/proxy: also support spelling fixes on options MINOR: time: export the global_now variable BUG/MINOR: freq_ctr/threads: make use of the last updated global time MINOR: freq_ctr/threads: relax when failing to update a sliding window value