aboutsummaryrefslogtreecommitdiff
path: root/src/lib/string
AgeCommit message (Expand)Author
2019-08-10Merge branch 'maint-0.3.5' into maint-0.4.0teor
2019-05-29Merge branch 'ticket30561_029' into ticket30561_035Nick Mathewson
2019-01-16Bump copyright date to 2019Nick Mathewson
2019-01-16Bump copyright date to 2019.Nick Mathewson
2018-12-17Remove strcmp_len(): it is now unusedNick Mathewson
2018-11-14Normalize .may_include to always have paths, and paths to includeNick Mathewson
2018-10-23string: add BOM helpercypherpunks
2018-09-03string: add string_is_utf8() helpercypherpunks
2018-07-17Increase line coverage in libtor-string to 100%Nick Mathewson
2018-07-10Rename util_malloc to malloc.Nick Mathewson
2018-07-10File-level summary documentation for src/lib/*/*.[ch]Nick Mathewson
2018-07-09strcasecmp should not take a size_t argumentNick Mathewson
2018-07-05Try to use stricmp variants that MSDN actually recommendsNick Mathewson
2018-07-03Remove ATTR_NONNULL macrorl1987
2018-07-02Don't redefine str(n)casecmp on windows unless they're missingNick Mathewson
2018-06-28Fix macOS includesTaylor Yu
2018-06-27Move various mem* functions to lib/stringNick Mathewson
2018-06-27Move tor_strtok_r to libtor-stringNick Mathewson
2018-06-26Move tor_parse_long and friends into parse_int.h in libtor-stringNick Mathewson
2018-06-22Make an inline static so we can build with coverage enabled.Nick Mathewson
2018-06-22Two more small changes for CI.Nick Mathewson
2018-06-22Extract strlcpy and strlcmp to libtor-stringNick Mathewson
2018-06-22Extract key string manipulation functions into a new library.Nick Mathewson