aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_uri.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08Add serd_new_real_file_uri()David Robillard1-1/+25
2021-03-08Clean up file URI testsDavid Robillard1-9/+7
2021-03-08Remove double allocations in serd_env_expand()David Robillard1-1/+1
2021-03-07Simplify node construction APIDavid Robillard1-4/+9
2021-03-07Simplify URI API and implementationDavid Robillard1-41/+130
2021-03-07Make nodes opaqueDavid Robillard1-38/+39
2021-03-07Shorten node constructor namesDavid Robillard1-12/+10
2021-03-07Rename SerdURI to SerdURIViewDavid Robillard1-9/+9
2021-03-07Use char* for strings in public APIDavid Robillard1-26/+20
2021-03-07Remove escape parameter from serd_node_new_file_uriDavid Robillard1-10/+5
2021-03-07Remove serd_uri_to_path()David Robillard1-41/+0
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-107/+109
2020-12-17Add test for attempting to convert a non-file URI to a pathDavid Robillard1-0/+3
2020-11-14Deprecate serd_uri_to_path()David Robillard1-0/+9
2020-11-09Split out URI testsDavid Robillard1-0/+171