haproxy/include
Frédéric Lécaille 3b71716685 MINOR: standard: Add a function to parse uints (dotted notation).
This function is useful to parse strings made of unsigned integers
and to allocate a C array of unsigned integers from there.
For instance this function allocates this array { 1, 2, 3, 4, } from
this string: "1.2.3.4".
2019-02-26 16:27:05 +01:00
..
common MINOR: standard: Add a function to parse uints (dotted notation). 2019-02-26 16:27:05 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: channel/htx: Add function to skips output bytes from an HTX channel 2019-02-26 14:04:23 +01:00
types BUG/MEDIUM: servers: Add a per-thread counter of idle connections. 2019-02-21 19:07:45 +01:00