aboutsummaryrefslogtreecommitdiff
path: root/src/lib/string
AgeCommit message (Expand)Author
2020-08-14Revise trac.torproject.org urls to refer to gitlab replacements.Nick Mathewson
2020-07-15Add support for patterns on %include #25140Daniel Pinto
2020-05-19Doxygen: fix unbalanced groups.Nick Mathewson
2020-01-08It's 2020. Update the copyright dates with "make update-copyright"Nick Mathewson
2020-01-07string: Check UTF-8 string pointer and lengthteor
2019-11-15Doxygen: rename all .dox files to end with .mdNick Mathewson
2019-11-15Doxygen: remove /** and **/ from all .dox filesNick Mathewson
2019-11-12Move 01g-strings.md into doxygen.Nick Mathewson
2019-11-04Doxygen: Avoid ambiguity in @dir directivesNick Mathewson
2019-11-04doxygen: Take "lib" descriptions from doc/HACKING/design.Nick Mathewson
2019-11-04Add stub directory-level documentation for most source directoriesNick Mathewson
2019-10-22Use STMT_BEGIN/END in parse_int.c so coccinelle can handle it.Nick Mathewson
2019-08-29string: macOS --enable-fragile-hardening uses safe string functionsteor
2019-07-29Merge branch 'tor-github/pr/1179' into maint-0.4.1David Goulet
2019-07-19Prevent UB on signed overflow.Tobias Stoeckmann
2019-06-05Run "make autostyle."Nick Mathewson
2019-05-30Merge branch 'tor-github/pr/1054'David Goulet
2019-05-29Merge branch 'ticket30561_029' into ticket30561_035Nick Mathewson
2019-05-07Merge branch 'tor-github/pr/994'David Goulet
2019-05-02Add comments to include.am files to note where new sources goNick Mathewson
2019-04-30Replace all remaining tor_mem_is_zero() with fast_mem_is_zero()Nick Mathewson
2019-04-30Rename tor_mem_is_zero to fast_mem_is_zero()Nick 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