Changes since version 2.8-dev9 : Abhijeet Rastogi (1): REGTESTS: add success test, "set server" via fqdn Amaury Denoyelle (6): BUG/MINOR: mux-quic: prevent quic_conn error code to be overwritten MINOR: mux-quic: add trace event for local error MINOR: mux-quic: wake up after recv only if avail data MINOR: mux-quic: adjust local error API MINOR: mux-quic: report local error on stream endpoint asap MINOR: mux-quic: close connection asap on local error Aurelien DARRAGON (1): BUG/MINOR: time: fix NS_TO_TV macro Christopher Faulet (2): BUG/MEDIUM: mux-h2: Properly handle end of request to expect data from server BUG/MINOR: mux-h2: Also expect data when waiting for a tunnel establishment Tim Duesterhus (1): BUG/MINOR: stats: fix typo in `TotalSplicedBytesOut` field name William Lallemand (5): MINOR: ssl: disable CRL checks with WolfSSL when no CRL file BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found REGTESTS: ssl: simplify X509_V code check in ssl_client_auth.vtc MINOR: ssl: allow to change the server signature algorithm MINOR: ssl: allow to change the signature algorithm for client authentication Willy Tarreau (18): BUG/MINOR: stream/cli: fix stream age calculation in "show sess" MINOR: debug: clarify "debug dev stream" help message DEBUG: cli: add "debug dev task" to show/wake/expire/kill tasks and tasklets BUILD: cli: fix build on Windows due to isalnum() implemented as a macro MINOR: activity: use a single macro to iterate over all fields MINOR: activity: show the line header inside the SHOW_VAL macro MINOR: activity: iterate over all fields in a main loop for dumping MINOR: activity: allow "show activity" to restart dumping on any line MINOR: activity: allow "show activity" to restart in the middle of a line DEV: haring: automatically disable DEBUG_STRICT DEV: haring: update readme to suggest using the same build options for haring BUG/MINOR: debug: fix incorrect profiling status reporting in show threads MINOR: debug: permit the "debug dev loop" to run under isolation BUG/MINOR: debug: do not emit empty lines in thread dumps MEDIUM: debug: simplify the thread dump mechanism MINOR: debug: write panic dump to stderr one thread at a time MINOR: debug: make "show threads" properly iterate over all threads CLEANUP: debug: remove the now unused ha_thread_dump_all_to_trash()