aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-05Remove redundant null check in serd_env_set_base_uri()David Robillard1-2/+2
2022-11-25Always handle the return value of serd_env_set_base_uri()David Robillard1-2/+5
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2021-06-30Make node qualify and expand functions tolerate a null EnvDavid Robillard1-0/+12
2021-05-31Make most function parameters constDavid Robillard1-20/+28
2021-05-31Remove "static inline" for functions in implementation filesDavid Robillard1-1/+1
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-168/+165
2020-12-31Avoid "else" after "break" and "return"David Robillard1-2/+7
2020-11-13Fix test coverageDavid Robillard1-9/+7
2020-11-13Allow setting the base URI of an Env to NULLDavid Robillard1-2/+6
2020-11-11Add nonnull and nullable attributes to APIDavid Robillard1-0/+1
2020-11-10Add const, pure, and malloc function attributesDavid Robillard1-1/+1
2020-08-16Ensure that all free methods tolerate NULLDavid Robillard1-0/+4
2020-08-14Fix Wswitch-enum warningsDavid Robillard1-6/+10
2020-08-14Avoid copying nodes when equivalent prefixes are setDavid Robillard1-3/+5
2020-06-21Clean up includesDavid Robillard1-2/+5
2019-10-27Fix integer conversion warningsDavid Robillard1-2/+2
2018-09-30Fix calloc argument orderDavid Robillard1-1/+1
2018-06-15Remove redundant SERD_API declarationsDavid Robillard1-10/+0
2018-06-10Remove syntax assumptions from SerdEnv implementationDavid Robillard1-24/+1
2018-05-27Clarify errors returned by serd_env_expand()David Robillard1-3/+3
2017-06-30Fix various clang-tidy issuesDavid Robillard1-16/+16
2016-09-18Fix memory errorDavid Robillard1-2/+3
2016-07-09Fix construction of URIs with UTF-8 charactersDavid Robillard1-3/+3
2014-08-08Use Markdown in doc comments for better source readability.David Robillard1-1/+1
2014-08-08Update copyright dates.David Robillard1-1/+1
2014-08-05Remove unnecessary include.David Robillard1-1/+0
2014-04-11Minor hardening.David Robillard1-6/+6
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard1-4/+3
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard1-1/+1
2012-03-18Tolerate NULL URI parameter in serd_env_get_base_uri().David Robillard1-1/+3
2012-02-21Print command name in serdi error messages.David Robillard1-6/+2
2012-01-16Fix compilation on sane platforms.David Robillard1-1/+1
2012-01-16Support compilation as C++ under MSVC++David Robillard1-7/+7
2012-01-16Update copyright dates.David Robillard1-1/+1
2012-01-14Lint.David Robillard1-1/+1
2011-12-25Near 100% branch coverage.David Robillard1-26/+17
2011-12-25100% test coverage.David Robillard1-5/+3
2011-12-24Allow digit as first character of prefixed name suffix (match latest Turtle s...David Robillard1-20/+14
2011-12-11Move all #ifdef gunk to serd_internal.h.David Robillard1-2/+2
2011-09-29Tidy.David Robillard1-1/+2
2011-09-27Add serd_env_set_prefix_from_strings for convenience.David Robillard1-0/+14
2011-08-20Avoid writing illegal Turtle names as a result of URI qualifying (fix #734).David Robillard1-0/+38
2011-05-24Add string measuring sanity check.David Robillard1-0/+1
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-1/+4
2011-05-12Fix URI resolution off-by-one.David Robillard1-1/+1
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-10/+10
2011-05-11Fix crash when setting an identical namespace prefix.David Robillard1-1/+2
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-0/+1