Changes since version 2.1-dev0 : Alain Belkadi (1): DOC: Fix typo in intro.txt Aleksandar Lazic (1): DOC: contrib: spoa_server Add some hints for building spoa_server Baptiste Assmann (1): MEDIUM: server: server-state global file stored in a tree Christopher Faulet (30): BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages MINOR: htx: Add the function htx_change_blk_value_len() BUG/MEDIUM: htx: Fully update HTX message when the block value is changed BUG/MEDIUM: mux-h2: Reset padlen when several frames are demux BUG/MEDIUM: mux-h2: Remove the padding length when a DATA frame size is checked BUG/MEDIUM: lb_fwlc: Don't test the server's lb_tree from outside the lock BUG/MINOR: htx: Save hdrs_bytes when the HTX start-line is replaced BUG/MAJOR: mux-h1: Don't crush trash chunk area when outgoing message is formatted BUG/MINOR: memory: Set objects size for pools in the per-thread cache BUG/MEDIUM: proto_htx: Don't add EOM on 1xx informational messages BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to detect too large messages BUG/MINOR: mux-h1: Make format errors during output formatting fatal BUG/MEDIUM: mux-h1: Always release H1C if a shutdown for writes was reported BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoing messages BUG/MINOR: mux-h1: Don't return the empty chunk on HEAD responses BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() BUG/MINOR: hlua: Don't use channel_htx_recv_max() BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() BUG/MINOR: hlua/htx: Respect the reserve when HTX data are sent BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks MINOR: action: Add the return code ACT_RET_DONE for actions BUG/MEDIUM: http/applet: Finish request processing when a service is registered BUG/MEDIUM: lb_fas: Don't test the server's lb_tree from outside the lock BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing messages are formatted BUG/MINOR: mux-h1: Don't process input or ouput if an error occurred MINOR: stream-int: Factorize processing done after sending data in si_cs_send() BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si Frédéric Lécaille (2): BUG/MAJOR: sample: Wrong stick-table name parsing in "if/unless" ACL condition. MINOR: server: Add "no-tfo" option. Lukas Tribus (1): BUG/MINOR: ssl: revert empty handshake detection in OpenSSL <= 1.0.2 Olivier Houchard (10): BUG/MEDIUM: stream_interface: Don't add SI_FL_ERR the state is < SI_ST_CON. BUG/MEDIUM: connections: Always add the xprt handshake if needed. BUG/MEDIUM: ssl: Don't do anything in ssl_subscribe if we have no ctx. BUG/MEDIUM: ssl: Don't attempt to set alpn if we're not using SSL. BUG/MEDIUM: connections: Always call shutdown, with no linger. BUG/MEDIUM: checks: Make sure the tasklet won't run if the connection is closed. BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. BUG/MEDIUM: servers: Authorize tfo in default-server. BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. BUG/MEDIUM: servers: Don't forget to set srv_cs to NULL if we can't reuse it. Tim Duesterhus (9): MEDIUM: Make 'block' directive fatal MEDIUM: Make 'redispatch' directive fatal MEDIUM: Make '(cli|con|srv)timeout' directive fatal MEDIUM: Remove 'option independant-streams' MINOR: sample: Add sha2([]) converter BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses BUG/MINOR: mworker-prog: Fix segmentation fault during cfgparse BUG/MINOR: spoe: Fix memory leak if failing to allocate memory BUG/MINOR: log: Detect missing sampling ranges in config William Lallemand (3): BUG/MEDIUM: mworker: don't call the thread and fdtab deinit BUG/MEDIUM: mworker/cli: command pipelining doesn't work anymore BUG/MINOR: mworker/cli: don't output a \n before the response Willy Tarreau (10): DOC: this is a development branch again. BUILD: mworker: silence two printf format warnings around getpid() BUILD: makefile: use :space: instead of digits to count commits BUILD: makefile: adjust the sed expression of "make help" for solaris BUILD: makefile: do not rely on shell substitutions to determine git version BUG/MEDIUM: checks: unblock signals in external checks MINOR: pools: release the pool's lock during the malloc/free calls MINOR: pools: always pre-initialize allocated memory outside of the lock MINOR: pools: make the thread harmless during the mmap/munmap syscalls BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept