Changes since version 3.2-dev9 : Amaury Denoyelle (5): MINOR: backend: mark srv as nonnull in alloc_dst_address() BUG/MINOR: server: ensure check-reuse-pool is copied from default-server MINOR: server: activate automatically check reuse for rhttp@ protocol MINOR: check/backend: support conn reuse with SNI MINOR: check: implement check-pool-conn-name srv keyword Aurelien DARRAGON (10): MINOR: task: add thread safe notification_new and notification_wake variants BUG/MINOR: hlua_fcn: fix potential UAF with Queue:pop_wait() MINOR: hlua_fcn: register queue class using hlua_register_metatable() MINOR: hlua: add core.wait() MINOR: hlua: core.wait() takes optional delay paramater MINOR: hlua: split hlua_applet_tcp_recv_yield() in two functions MINOR: hlua: add AppletTCP:try_receive() MINOR: hlua_fcn: add Queue:alarm() MEDIUM: task: make notification_* API thread safe by default CLEANUP: log: adjust _lf_cbor_encode_byte() comment Christopher Faulet (2): BUG/MEDIUM: stream: Fix a possible freeze during a forced shut on a stream MEDIUM: stream: Save SC and channel flags earlier in process_steam() Emeric Brun (2): BUG/MINOR: peers: fix expire learned from a peer not converted from ms to ticks BUG/MEDIUM: peers: prevent learning expiration too far in futur from unsync node Ilia Shipitsin (3): CI: spell check: allow manual trigger CI: codespell: add "pres" to spellcheck whitelist CLEANUP: assorted typo fixes in the code, commits and doc Olivier Houchard (1): TESTS: Fix build for filltab25.c William Lallemand (5): REORG: ssl: move curves2nid and nid2nist to ssl_utils MEDIUM: ssl: replace "crt" lines by "ssl-f-use" lines DOC: configuration: replace "crt" by "ssl-f-use" in listeners MEDIUM: ssl/crt-list: warn on negative wildcard filters MEDIUM: ssl/crt-list: warn on negative filters only Willy Tarreau (2): CLEANUP: atomics: remove support for gcc < 4.7 CLEANUP: atomics: also replace __sync_synchronize() with __atomic_thread_fence()