haproxy/include
David Carlier caa8a37ffe MINOR: task: Fix a compiler warning by adding a cast.
When calling HA_ATOMIC_CAS with a pointer as the target, the compiler
expects a pointer as the new value, so give it one by casting 0x1 to
(void *).
2018-06-04 17:43:12 +02:00
..
common MINOR: tasks: Make the number of tasks to run at once configurable. 2018-05-26 20:03:24 +02:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: task: Fix a compiler warning by adding a cast. 2018-06-04 17:43:12 +02:00
types MINOR: http: Log warning if (add|set)-header fails 2018-05-28 14:53:59 +02:00