aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/wmem/wmem_strbuf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-20Clang-Tidy: Fixup some suppressionsGerald Combs1-2/+0
2024-02-19Add initial Clang-Tidy configuration files and a CI checkGerald Combs1-0/+2
2023-06-17Convert wmem to C99 typesGerald Combs1-13/+13
2023-02-08Replace g_utf8_make_valid() with own functionJoão Valverde1-8/+8
2023-02-08Make wmem and wsutil a single logical libraryJoão Valverde1-3/+3
2022-12-15wmem: Add wmem_strbuf_append_c_count()João Valverde1-0/+11
2022-12-15wmem: Optimize some strbuf functionsJoão Valverde1-43/+33
2022-12-03wmem: Remove strbuf max size parameterJoão Valverde1-33/+17
2022-11-06wmem: Make wmem_strbuf_utf8_validate endpptr param optionalJohn Thacker1-5/+15
2022-10-21wmem: Make strbuf_utf8_validate() accept embedded NUL bytesJoão Valverde1-2/+27
2022-10-19charsets: Don't add illegal Unicode codepoints for UTF-16, UTF-32John Thacker1-0/+10
2022-10-15wslog: Do not print control charactersJoão Valverde1-2/+59
2022-10-05wsutil: Improve UTF-8 APIs for debuggingJoão Valverde1-7/+24
2022-09-27wmem: Remove a redundant ternary operatorJoão Valverde1-1/+1
2022-09-27wmem: Rename some variablesJoão Valverde1-35/+35
2022-09-27Add some UTF-8 debug checks with a compile time flagJoão Valverde1-0/+21
2022-06-21dfilter: Add support for literal strings with null bytesJoão Valverde1-35/+63
2021-12-12The macro 'va_copy' is C99, use thatJoão Valverde1-1/+1
2021-07-26Remove duplicate format_size() functionJoão Valverde1-0/+9
2021-07-26Move wmem to wsutilJoão Valverde1-0/+308