aboutsummaryrefslogtreecommitdiffstats
path: root/src/string.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-16Gracefully handle errors when writing textDavid Robillard1-0/+2
2023-04-05Improve writer error handlingDavid Robillard1-0/+2
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-05-31Make most function parameters constDavid Robillard1-5/+7
2021-05-31Remove "static inline" for functions in implementation filesDavid Robillard1-2/+2
2021-05-31Remove default case from exhaustive switchDavid Robillard1-2/+0
2021-05-31Fix unannotated switch fallthroughsDavid Robillard1-3/+8
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-105/+118
2020-08-14Separate base64 implementationDavid Robillard1-49/+0
2020-08-14Clean up and separate internal headersDavid Robillard1-1/+1
2020-06-21Cleanup: Add missing default switch casesDavid Robillard1-0/+3
2020-06-21Clean up includesDavid Robillard1-1/+5
2019-10-27Fix integer conversion warningsDavid Robillard1-2/+6
2018-09-04Fix fallthrough warnings with GCC8David Robillard1-3/+8
2018-07-22Add serd_free for freeing memory allocated by serdDavid Robillard1-0/+6
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-4/+0
2017-07-09Add serd_node_from_substring()David Robillard1-9/+38
2017-06-30Fix various clang-tidy issuesDavid Robillard1-2/+2
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-6/+9
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-1/+4
2012-03-01Tolerate NULL endptr in serd_strtod.David Robillard1-1/+4
2012-02-20Fix collection parsing code to not leak stack space.David Robillard1-2/+1
2012-01-16Support compilation as C++ under MSVC++David Robillard1-3/+3
2012-01-16Update copyright dates.David Robillard1-1/+1
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard1-0/+46
2011-12-25Near 100% branch coverage.David Robillard1-1/+1
2011-12-24Test serd_strlen and serd_strerror.David Robillard1-0/+1
2011-12-19Add serd_strtod(), serd_node_new_decimal(), and serd_node_new_integer() forDavid Robillard1-0/+55
2011-11-04Move serd_strlen and serd_strerror to string.c and document both in "String U...David Robillard1-0/+58
2011-01-24Remove SerdString cruft.David Robillard1-91/+0
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-8/+27
2011-01-20Add serd_string_free to API.David Robillard1-0/+7
2011-01-20Rework character reading functions to support reading multi-byte characters (...David Robillard1-0/+65