Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-04-21 | tools/nolibc/string: add tiny versions of strncat() and strlcat() | Willy Tarreau | 1 | -0/+41 |
2022-04-21 | tools/nolibc/string: add strncpy() and strlcpy() | Willy Tarreau | 1 | -0/+28 |
2022-04-21 | tools/nolibc/string: slightly simplify memmove() | Willy Tarreau | 1 | -6/+14 |
2022-04-21 | tools/nolibc/string: use unidirectional variants for memcpy() | Willy Tarreau | 1 | -1/+23 |
2022-04-21 | tools/nolibc/string: split the string functions into string.h | Willy Tarreau | 1 | -0/+107 |