haproxy/include
Willy Tarreau 197668de97 MINOR: ist: add new function ist_find_range() to find a character range
This looks up the character range <min>..<max> in the input string and
returns a pointer to the first one found. It's essentially the equivalent
of ist_find_ctl() in that it searches by 32 or 64 bits at once, but deals
with a range.
2023-08-08 19:10:54 +02:00
..
haproxy REORG: http: move has_forbidden_char() from h2.c to http.h 2023-08-08 19:02:24 +02:00
import MINOR: ist: add new function ist_find_range() to find a character range 2023-08-08 19:10:54 +02:00
make BUILD: makefile: fix build issue on GNU make < 3.82 2023-05-24 15:51:03 +02:00