Changes since version 2.0-dev7 : Baptiste Assmann (1): MEDIUM: server: server-state only rely on server name Ben51Degrees (3): BUG/MINOR: 51d/htx: The _51d_fetch method, and the methods it calls are now HTX aware. MINOR: 51d: Added dummy libraries for the 51Degrees module for testing. BUILD/MINOR: 51d: Updated build registration output to indicate thatif the library is a dummy one or not. Christopher Faulet (12): BUG/MINOR: fl_trace/htx: Be sure to always forward trailers and EOM BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full() BUG/MINOR: http: Use the global value to limit the number of parsed headers BUG/MINOR: htx: Detect when tail_addr meet end_addr to maximize free rooms BUG/MEDIUM: htx: Don't change position of the first block during HTX analysis CLEANUP: channel: Remove channel_htx_fwd_payload() and channel_htx_fwd_all() BUG/MEDIUM: proto_htx: Introduce the state ENDING during forwarding MINOR: htx: Add 3 flags on the start-line to deal with the request schemes MINOR: h2: Set flags about the request's scheme on the start-line MINOR: mux-h1: Set flags about the request's scheme on the start-line MINOR: mux-h2: Forward clients scheme to servers checking start-line flags BUG/MINOR: mux-h1: Wake busy mux for I/O when message is fully sent Ilya Shipitsin (2): BUILD: travis-ci: add 51Degree device detection, update openssl to 1.1.1c BUILD: travis-ci: TFO and GETADDRINFO are now enabled by default Kazuo Yagi (1): MINOR: doc: Remove -Ds option in man page Olivier Houchard (7): MINOR: fd: Don't use atomic operations when it's not needed. BUG/MEDIUM: h1: Don't wait for handshake if we had an error. BUG/MEDIUM: h1: Wait for the connection if the handshake didn't complete. BUG/MEDIUM: connections: Don't call shutdown() if we want to disable linger. BUG/MEDIUM: connections: Don't use ALPN to pick mux when in mode TCP. BUG/MEDIUM: connections: Don't try to send early data if we have no mux. BUG/MEDIUM: ssl: Make sure we initiate the handshake after using early data. Tim Duesterhus (2): BUILD: Silence gcc warning about unused return value DOC: Fix typos in CONTRIBUTING William Lallemand (7): DOC: mworker-prog: documentation for the program section MINOR: mworker: change formatting in uptime field of "show proc" MINOR: mworker: add the HAProxy version in "show proc" MINOR: doc: add master-worker in the man page MINOR: doc: mention HAPROXY_LOCALPEER in the man MINOR: doc: update the manpage and usage message about -S DOC: add some environment variables in section 2.3 Willy Tarreau (22): MINOR: http: add a new "http-request replace-uri" action CLEANUP: 51d: move the 51d dummy lib to contrib/51d/src to match the real lib BUG/MINOR: task: prevent schedulable tasks from starving under high I/O activity CLEANUP: connection: rename the wait_event.task field to .tasklet CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_* BUILD: makefile: clarify the "help" output and list options BUG: tasks: fix bug introduced by latest scheduler cleanup BUG/MEDIUM: mux-h2: fix early close with option abortonclose BUG/MEDIUM: mux-h2: properly account for the appended data in HTX BUILD: makefile: further clarify the "help" output and list targets BUILD: makefile: rename "linux2628" to "linux-glibc" and remove older targets BUILD: travis-ci: switch to linux-glibc instead of linux2628 DOC: update few references to the linux* targets and change them to linux-glibc BUILD: makefile: detect and reject recently removed linux targets BUILD: makefile: enable linux namespaces by default on linux BUILD: makefile: enable TFO on linux platforms BUILD: makefile: enable getaddrinfo on the linux-glibc target DOC: small updates to the CONTRIBUTING file CLEANUP: removed obsolete examples an move a few to better places DOC: update the outdated ROADMAP file DOC: create a BRANCHES file to explain the life cycle DOC: mention in INSTALL haproxy 2.0 is a long-term supported stable version