aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-08Make serd_node_from_string tolerate NULL.David Robillard1-0/+4
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard1-3/+3
2012-03-08Add serd_writer_get_env().David Robillard5-96/+313
2012-03-03Add serd_chunk_sink for easy writing to a string.David Robillard1-0/+19
2012-03-03Fix reading of empty files (e.g. /dev/null) test case.David Robillard2-8/+8
2012-03-01Tolerate NULL endptr in serd_strtod.David Robillard1-1/+4
2012-02-29Handle files and strings that start with a UTF-8 Byte Order Mark (fix #814).David Robillard1-1/+15
2012-02-28Fix serialisation of decimals like 10.0, 20.0, etc.David Robillard1-1/+1
2012-02-21Add prefix to generated node IDs as well, to avoid clashing when reading mult...David Robillard1-8/+13
2012-02-21Trim code.David Robillard1-4/+2
2012-02-21Report read error if both "genid" and "docid" IDs are found in the same docum...David Robillard1-7/+13
2012-02-21Make -p actually work as advertised.David Robillard1-17/+13
2012-02-21Remove dead code.David Robillard1-8/+3
2012-02-21Trim code.David Robillard1-16/+9
2012-02-21Further isolate collection writing stuff.David Robillard1-34/+24
2012-02-21Avoid comparing against NS_XSD several times per node.David Robillard1-6/+6
2012-02-21Tidy.David Robillard1-7/+5
2012-02-21Print command name in serdi error messages.David Robillard3-51/+33
2012-02-20Remove odd assertion.David Robillard1-2/+1
2012-02-20Trim some fat by taking advantage of ReadContext for statement emission.David Robillard1-16/+9
2012-02-20Fix collection parsing code to not leak stack space.David Robillard4-183/+151
2012-02-20Fix collection writing memory leaks.David Robillard1-2/+2
2012-02-20Break collection writing out into a simple separate case to avoid confusing t...David Robillard1-22/+24
2012-02-20Use iterative algorithm for collection parsing.David Robillard1-59/+52
2012-02-20Implement pretty-printing for collections.David Robillard2-94/+203
2012-02-05Update to r65/autowaf and waf-1.6.10.David Robillard1-2/+4
2012-02-01Fix jumps past variable initialization.David Robillard1-4/+6
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2012-01-18Make serd_node_new_integer take int64_t instead of long.David Robillard2-6/+6
2012-01-16Avoid non-portable %zu (offset is of dubious value in this case anyway).David Robillard1-1/+1
2012-01-16Fix compilation on sane platforms.David Robillard3-5/+7
2012-01-16Support compilation as C++ under MSVC++David Robillard8-46/+60
2012-01-16Update copyright dates.David Robillard8-9/+9
2012-01-14Lint.David Robillard4-10/+10
2012-01-08Update man page.David Robillard1-4/+4
2012-01-06Remove unused parameter.David Robillard1-7/+7
2011-12-30Add serd_node_new_blob and serd_base64_decode for handling arbitrary binaryDavid Robillard3-0/+94
2011-12-27Warn on invalid unicode character and replace (fix #796).David Robillard1-7/+13
2011-12-26Escape non-printable ASCII characters in ASCII output (fix #795).David Robillard1-1/+2
2011-12-25Near 100% branch coverage.David Robillard7-104/+77
2011-12-25100% test coverage.David Robillard5-85/+62
2011-12-24Remove pointless check.David Robillard2-6/+1
2011-12-24Allow digit as first character of prefixed name suffix (match latest Turtle s...David Robillard1-20/+14
2011-12-24Move serd_test.c to tests/ so it doesn't show up in test coverage output.David Robillard1-181/+0
2011-12-24Support file://localhost/foo URIs in serd_uri_to_path().David Robillard2-15/+37
2011-12-24Clean up path writing logic in serd_uri_serialise.David Robillard1-30/+26
2011-12-24Separate remove_dot_segments from serd_uri_resolve.David Robillard1-62/+73
2011-12-24Improve URI resolution to cover most of the abnormal cases from RFC3986.David Robillard1-9/+32
2011-12-24Test serd_strlen and serd_strerror.David Robillard2-0/+28
2011-12-23Escape ASCII control characters in output (e.g. fix problems with stringDavid Robillard1-8/+9