| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-03-05 | string: Convert helpers selftest to KUnit | Kees Cook | 1 | -654/+0 |
| 2024-02-29 | lib/string_helpers: Add flags param to string_get_size() | Andy Shevchenko | 1 | -9/+54 |
| 2023-04-08 | lib/test-string_helpers: replace UNESCAPE_ANY by UNESCAPE_ALL_MASK | Andy Shevchenko | 1 | -1/+1 |
| 2022-11-18 | treewide: use get_random_u32_below() instead of deprecated function | Jason A. Donenfeld | 1 | -1/+1 |
| 2022-10-11 | treewide: use prandom_u32_max() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
| 2021-07-19 | string_helpers: Escape double quotes in escape_special | Chris Down | 1 | -7/+7 |
| 2021-07-01 | lib/test-string_helpers: add test cases for new features | Andy Shevchenko | 1 | -8/+133 |
| 2021-07-01 | lib/test-string_helpers: get rid of trailing comma in terminators | Andy Shevchenko | 1 | -6/+6 |
| 2021-07-01 | lib/test-string_helpers: print flags in hexadecimal format | Andy Shevchenko | 1 | -2/+2 |
| 2020-07-15 | lib/test-string_helpers.c: Add string_upper() and string_lower() tests | Vadim Pasternak | 1 | -0/+67 |
| 2016-02-03 | lib/test-string_helpers.c: fix and improve string_get_size() tests | Vitaly Kuznetsov | 1 | -18/+49 |
| 2015-11-06 | lib/test-string_helpers.c: add string_get_size() tests | Vitaly Kuznetsov | 1 | -0/+36 |
| 2015-04-15 | lib/string_helpers.c: change semantics of string_escape_mem | Rasmus Villemoes | 1 | -20/+20 |
| 2014-10-14 | lib / string_helpers: introduce string_escape_mem() | Andy Shevchenko | 1 | -4/+236 |
| 2014-10-14 | lib / string_helpers: refactoring the test suite | Andy Shevchenko | 1 | -12/+27 |
| 2013-04-30 | lib/string_helpers: introduce generic string_unescape | Andy Shevchenko | 1 | -0/+103 |