Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-03-08 | Add serd_new_real_file_uri() | David Robillard | 1 | -1/+25 | |
2021-03-08 | Clean up file URI tests | David Robillard | 1 | -9/+7 | |
2021-03-08 | Remove double allocations in serd_env_expand() | David Robillard | 1 | -1/+1 | |
2021-03-07 | Simplify node construction API | David Robillard | 1 | -4/+9 | |
2021-03-07 | Simplify URI API and implementation | David Robillard | 1 | -41/+130 | |
2021-03-07 | Make nodes opaque | David Robillard | 1 | -38/+39 | |
2021-03-07 | Shorten node constructor names | David Robillard | 1 | -12/+10 | |
2021-03-07 | Rename SerdURI to SerdURIView | David Robillard | 1 | -9/+9 | |
2021-03-07 | Use char* for strings in public API | David Robillard | 1 | -26/+20 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2021-03-07 | Remove escape parameter from serd_node_new_file_uri | David Robillard | 1 | -10/+5 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2021-03-07 | Remove serd_uri_to_path() | David Robillard | 1 | -41/+0 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -107/+109 | |
2020-12-17 | Add test for attempting to convert a non-file URI to a path | David Robillard | 1 | -0/+3 | |
2020-11-14 | Deprecate serd_uri_to_path() | David Robillard | 1 | -0/+9 | |
2020-11-09 | Split out URI tests | David Robillard | 1 | -0/+171 | |