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 (1): BUILD: travis-ci: add 51Degree device detection, update openssl to 1.1.1c Kazuo Yagi (1): MINOR: doc: Remove -Ds option in man page Olivier Houchard (4): 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. Tim Duesterhus (1): BUILD: Silence gcc warning about unused return value 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 (7): 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