Changes since version 2.7-dev5 : Brad Smith (2): MINOR: Revert part of clarifying samples support per os commit BUILD: makefile: enable crypt(3) for NetBSD Christopher Faulet (2): MINOR: http-check: Remove support for headers/body in "option httpchk" version BUG/MINOR: h1: Support headers case adjustment for TCP proxies Frédéric Lécaille (12): BUG/MINOR: quic: Retransmitted frames marked as acknowledged BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines BUG/MINOR: quic: Possible crash when verifying certificates MINOR: quic: Add traces about sent or resent TX frames MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid() BUG/MINOR: quic: Wrong connection ID to thread ID association BUG/MINOR: quic: Speed up the handshake completion only one time BUG/MINOR: quic: Trace fix about packet number space information. BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal" MINOR: h3: Add the quic_conn object to h3 traces MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument MINOR: h3: Send the h3 settings with others streams (requests) William Lallemand (8): BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb BUILD: quic: temporarly ignore chacha20_poly1305 for libressl BUILD: quic: enable early data only with >= openssl 1.1.1 BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx() MINOR: quic: add QUIC support when no client_hello_cb BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals Willy Tarreau (26): BUG/MINOR: task: always reset a new tasklet's call date BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet MINOR: task: permanently enable latency measurement on tasklets CLEANUP: task: rename ->call_date to ->wake_date BUG/MINOR: sched: properly account for the CPU time of dying tasks MINOR: sched: store the current profile entry in the thread context BUG/MINOR: stream/sched: take into account CPU profiling for the last call MINOR: tasks: do not keep cpu and latency times in struct task MINOR: tools: add generic pointer hashing functions CLEANUP: activity: make memprof use the generic ptr_hash() function CLEANUP: activity: make taskprof use ptr_hash() MINOR: debug: add struct ha_caller to describe a calling location CLEANUP: debug: use struct ha_caller for memstat DEBUG: task: define a series of wakeup types for tasks and tasklets DEBUG: task: use struct ha_caller instead of arrays of file:line DEBUG: applet: instrument appctx_wakeup() to log the caller's location DEBUG: task: simplify the caller recording in DEBUG_TASK CLEANUP: task: move tid and wake_date into the common part CLEANUP: sched: remove duplicate code in run_tasks_from_list() CLEANUP: activity: make the number of sched activity entries more configurable DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling DEBUG: quic: export the few task handlers that often appear in task dumps MEDIUM: tasks/activity: combine the called function with the caller MINOR: tasks/activity: improve the caller-callee activity hash MINOR: activity/cli: support aggregating task profiling outputs MINOR: activity/cli: support sorting task profiling by total CPU time