Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-07-22 | Fix memory leak in test suite | David Robillard | 1 | -0/+1 | |
2018-07-22 | Add serd_free for freeing memory allocated by serd | David Robillard | 1 | -5/+5 | |
2018-07-14 | Fix length of base64 encoded nodes | David Robillard | 1 | -0/+3 | |
2018-07-12 | Fix making relative URIs that are shorter than, but under, the root | David Robillard | 1 | -0/+9 | |
2018-06-10 | Test serd_strlen() with NULL flags | David Robillard | 1 | -0/+4 | |
2018-06-10 | Fix relative URI serialisation | David Robillard | 1 | -0/+12 | |
2018-01-04 | Open files in binary mode to preserve line endings on Windows | David Robillard | 1 | -1/+1 | |
2017-12-26 | Report source file and line on test failures | David Robillard | 1 | -98/+89 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 1 | -4/+11 | |
2017-07-10 | Reduce test code length | David Robillard | 1 | -17/+8 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -0/+21 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-07-08 | Improve URI escaping and parsing tests | David Robillard | 1 | -103/+53 | |
2017-01-03 | Test file URI escaping | David Robillard | 1 | -0/+17 | |
2016-07-11 | Fix memory leak | David Robillard | 1 | -0/+1 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -2/+14 | |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -4/+1 | |
Fixes #1135 | |||||
2015-10-08 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-05 | Fix warning on Windows | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@497 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-04 | Fix test program on BSD | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@496 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-02 | Full test coverage | David Robillard | 1 | -1/+13 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@492 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-11-22 | Fix warnings when building with ISO C++ compilers. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-05 | Fix memory leak in serd_test. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@463 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Improve branch coverage. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@445 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Improve branch coverage. | David Robillard | 1 | -1/+7 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@442 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Windows compatibility fixes. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@405 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Fix serd_node_new_decimal test code. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@402 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-21 | Fix crash when serd_node_new_decimal is called with infinity or NaN. | David Robillard | 1 | -2/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@401 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-08-08 | Fix lax prototype. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@375 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 1 | -1/+1 | |
Add -q option to serdi to suppress all non-data output, e.g. errors. Resolves #815. git-svn-id: http://svn.drobilla.net/serd/trunk@354 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@340 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-18 | Add serd_reader_set_default_graph() for reading a file as a named graph. | David Robillard | 1 | -17/+30 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@338 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-08 | Add escape parameter to serd_node_new_file_uri(). | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@333 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-08 | Make serd_node_from_string tolerate NULL. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@332 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-08 | serd_node_new_uri_from_path => serd_node_new_file_uri. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@331 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-08 | Add serd_writer_get_env(). | David Robillard | 1 | -2/+98 | |
Add serd_node_new_uri_from_path() and serd_file_uri_parse() and implement proper URI to/from path hex escaping, etc. Add serd_uri_serialise_relative() for making URIs relative to a base where possible (by chopping a common prefix and adding dot segments). Make URIs serialised by the writer properly escape characters. git-svn-id: http://svn.drobilla.net/serd/trunk@330 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-03-03 | Add serd_chunk_sink for easy writing to a string. | David Robillard | 1 | -0/+21 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@329 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-02-28 | Fix serialisation of decimals like 10.0, 20.0, etc. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@325 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-02-05 | Add Windows path test cases (100% coverage for uri.c). | David Robillard | 1 | -0/+8 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@303 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-02-01 | Use failure() function for all test failures. | David Robillard | 1 | -108/+70 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@300 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-01-16 | Support compilation as C++ under MSVC++ | David Robillard | 1 | -5/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@291 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-01-16 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@285 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2011-12-30 | Add serd_node_new_blob and serd_base64_decode for handling arbitrary binary | David Robillard | 1 | -1/+34 | |
data via base64 encoding. git-svn-id: http://svn.drobilla.net/serd/trunk@280 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2011-12-25 | Near 100% branch coverage. | David Robillard | 1 | -20/+140 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@277 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2011-12-25 | 100% test coverage. | David Robillard | 1 | -1/+172 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@276 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2011-12-24 | Cover serd_node_from_string. | David Robillard | 1 | -0/+11 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@275 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2011-12-24 | Move serd_test.c to tests/ so it doesn't show up in test coverage output. | David Robillard | 1 | -0/+181 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@270 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |