haproxy/include
Willy Tarreau c912f94b57 MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED
Since LIST_DEL_LOCKED() and LIST_POP_LOCKED() now automatically reinitialize
the removed element, there's no need for keeping this LIST_INIT() call in the
idle connection code.
2019-02-28 16:08:54 +01:00
..
common MINOR: list: make the delete and pop operations idempotent 2019-02-28 16:03:29 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: server: remove a few unneeded LIST_INIT calls after LIST_DEL_LOCKED 2019-02-28 16:08:54 +01:00
types MINOR: config: add global tune.listener.multi-queue setting 2019-02-27 14:27:07 +01:00