Changes since version 1.9-dev1 : Christopher Faulet (17): BUG/MINOR: buffers: Fix b_slow_realign when a buffer is realign without output MEDIUM: mux: Remove const on the buffer in mux->snd_buf() CLEANUP: backend: Move mux install to call it at only one place MINOR: conn_stream: add an tx buffer to the conn_stream MINOR: conn_stream: add cs_send() as a default snd_buf() function MINOR: backend: Try to find the best mux for outgoing connections MEDIUM: backend: don't rely on mux_pt_ops in connect_server() MINOR: mux: Add info about the supported side in alpn_mux_list structure MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols MINOR: mux: Print the list of existing mux protocols during HA startup BUG/MINOR: threads: Remove the unexisting lock label "UPDATED_SERVERS_LOCK" BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH flag to trigger cs receive MINOR: mux: Change get_mux_proto to get an ist as parameter MINOR: mux: Improve the message with the list of existing mux protocols MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol MEDIUM: mux: Use the mux protocol specified on bind/server lines Patrick Hemmer (5): MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos MINOR: queue: store the queue index in the stream when enqueuing MINOR: queue: replace the linked list with a tree MEDIUM: add set-priority-class and set-priority-offset MEDIUM: queue: adjust position based on priority-class and priority-offset Willy Tarreau (11): BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point BUG/MEDIUM: servers: check the queues once enabling a server BUG/MEDIUM: queue: prevent a backup server from draining the proxy's connections MEDIUM: checks: use the new rendez-vous point to spread check result MEDIUM: haproxy: don't use sync_poll_loop() anymore in the main loop MINOR: threads: remove the previous synchronization point MAJOR: server: make server state changes synchronous again CLEANUP: server: remove the update list and the update lock BUG/MEDIUM: connection/mux: take care of serverless proxies MINOR: queue: make sure the pendconn is released before logging DOC: update the roadmap about priority queues