haproxy/include
Willy Tarreau a4d78dd4f5 MINOR: tools: add support for ist to the word fingerprinting functions
The word fingerprinting functions are used to compare similar words to
suggest a correctly spelled one that looks like what the user proposed.
Currently the functions only support const char*, but there's no reason
for this, and it would be convenient to support substrings extracted
from random pieces of configurations. Here we're adding new variants
"_with_len" that take these ISTs and which are in fact a slight change
of the original ones that the old ones now rely on.
2025-11-06 19:57:44 +01:00
..
haproxy MINOR: tools: add support for ist to the word fingerprinting functions 2025-11-06 19:57:44 +01:00
import BUG/MEDIUM: mt_list: Use atomic operations to prevent compiler optims 2025-10-24 13:34:41 +02:00
make BUILD: makefile: add a qinfo macro to pass info in quiet mode 2025-01-08 11:26:05 +01:00