aboutsummaryrefslogtreecommitdiffstats
path: root/src/env.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-02Add serd_env_unset_prefix()David Robillard1-0/+37
2023-12-02Use ZixAllocator directlyDavid Robillard1-17/+15
2023-12-02Use ZixStringView directlyDavid Robillard1-25/+26
2023-12-02Use SerdNodes instead of manual memory management in testsDavid Robillard1-0/+42
2023-12-02Use SerdNodes in Env implementationDavid Robillard1-75/+80
2023-12-02[WIP] Generalize node construction APIDavid Robillard1-13/+24
2023-12-02Add support for custom allocatorsDavid Robillard1-42/+92
2023-12-02[WIP] Remove serd_new_resolved_uri()David Robillard1-21/+12
2023-12-02[WIP] Remove SERD_CURIE node datatype entirelyDavid Robillard1-59/+40
2023-12-02[WIP] Expand URIs in readerDavid Robillard1-0/+15
2023-12-02[WIP] Add support for reading and writing variablesDavid Robillard1-0/+1
2023-12-02Use Zix attributes directlyDavid Robillard1-1/+2
2023-12-02Add assertions for all non-null pointers in the public APIDavid Robillard1-0/+7
2023-12-02Make serd_env_expand_in_place() take a string view instead of a nodeDavid Robillard1-6/+8
2023-12-02Add serd_env_copy() and serd_env_equals()David Robillard1-0/+47
2023-12-02Split up serd_env_expand() implementationDavid Robillard1-17/+35
2023-12-02Simplify SerdEnv APIDavid Robillard1-18/+33
2023-12-02Replace multiple stream callbacks with SerdEventDavid Robillard1-6/+10
2023-12-02Simplify node construction APIDavid Robillard1-63/+34
2023-12-02Simplify URI API and implementationDavid Robillard1-19/+25
2023-12-02Make nodes opaqueDavid Robillard1-57/+68
2023-12-02Shorten node constructor namesDavid Robillard1-3/+3
2023-12-02Rename string view fieldsDavid Robillard1-9/+9
2023-12-02Use more human-readable status codesDavid Robillard1-5/+5
2023-12-02Split up public API headerDavid Robillard1-1/+1
2023-12-02Remove "get" from accessor namesDavid Robillard1-1/+1
2023-12-02Rename function types for consistencyDavid Robillard1-1/+1
2023-12-02Rename SerdURI to SerdURIViewDavid Robillard1-7/+7
2023-12-02Rename SerdChunk to SerdStringViewDavid Robillard1-5/+5
2023-12-02Use char* for strings in public APIDavid Robillard1-12/+9
2023-12-02Remove useless character countingDavid Robillard1-7/+2
2023-09-22Fix potential realloc leaksDavid Robillard1-3/+6
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