Changes since version 1.9-dev7 : Christopher Faulet (12): MAJOR: mux-h1: Remove the rxbuf and decode HTTP messages in channel's buffer BUG/MINOR: mux-h1: Enable keep-alive on server side BUG/MEDIUM: mux-h1: Fix freeze when the kernel splicing is used BUG/MEDIUM: mux-h1: Don't set the flag CS_FL_RCV_MORE when nothing was parsed BUG/MINOR: stats/htx: Remove channel's output when the request is eaten BUG/MINOR: proto_htx: Fix request/response synchronisation on error MINOR: stream-int: Notify caller when an error is reported after a rcv_pipe() MINOR: stream-int: Notify caller when an error is reported after a rcv_buf() BUG/MINOR: stream-int: Don't call snd_buf() if there are still data in the pipe MINOR: stream-int: remove useless checks on CS and conn flags in si_cs_send() BUG/MINOR: config: Be aware of the HTX during the check of mux protocols BUG/MINOR: mux-htx: Fix bad test on h1c flags in h1_recv_allowed() William Lallemand (6): MINOR: cli: format `show proc` to be more readable MINOR: cli: displays uptime in `show proc` MINOR: cli: show master information in 'show proc' MEDIUM: mworker: wait mode use standard init code path MINOR: log: introduce ha_notice() MINOR: mworker: use ha_notice to announce a new worker Willy Tarreau (9): REORG: config: extract the global section parser into cfgparse-global REORG: config: extract the proxy parser into cfgparse-listen.c BUILD: update the list of supported targets and compilers in makefile and readme BUILD: reorder the objects in the makefile BUILD: Makefile: make "V=1" show some of the commands that are executed BUILD: Makefile: add the quiet mode to a few more targets BUILD: Makefile: add "$(Q)" to clean, tags and cscope targets BUILD: Makefile: switch to quiet mode by default for CC/LD/AR BUG/MEDIUM: hpack: fix encoding of "accept-ranges" field