aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/regex.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-27Convert capture file regex search to PCRE2.João Valverde1-11/+39
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-11/+19
2022-06-08dfilter: Make regex matches case insensitive by defaultJoão Valverde1-3/+15
2021-12-21wsutil: Split ws_regex_matches() into two functionsJoão Valverde1-7/+15
2021-12-13regex: Remove requirement for ssize_tJoão Valverde1-3/+3
2021-11-15regex: Prefer C99/POSIX typesJoão Valverde1-2/+2
2021-11-14regex: Add a diagnostic messageJoão Valverde1-21/+52
2021-11-14Move regex code to wsutilJoão Valverde1-0/+117