aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-25Hide fopen wrapper and use reader interface consistentlyDavid Robillard7-118/+98
2018-11-25Add blank node APIDavid Robillard1-0/+14
2018-11-25Make serd_node_new_literal take datatype as a nodeDavid Robillard1-6/+8
2018-11-25Move error handling to worldDavid Robillard5-33/+37
2018-11-25Add SerdWorld for shared library stateDavid Robillard7-32/+90
2018-11-25Add SerdSink interface and hide individual function implementationsDavid Robillard5-71/+62
2018-11-25Bring read/write interface closer to C standardDavid Robillard8-61/+58
2018-11-25Clean up and separate internal headersDavid Robillard17-592/+747
2018-11-25Merge datatype and/or language into nodeDavid Robillard4-42/+149
2018-11-25Simplify reader interfaceDavid Robillard4-98/+80
2018-11-25Remove serd_uri_to_path()David Robillard2-25/+7
2018-11-25Make nodes opaqueDavid Robillard6-199/+246
2018-11-25Use opaque node APIDavid Robillard5-58/+83
2018-11-25Add node accessor APIDavid Robillard1-0/+24
2018-11-25Make serd_strtod API const-correctDavid Robillard4-6/+6
2018-11-25Rename SerdChunk to SerdSliceDavid Robillard4-12/+12
2018-11-25Use char* for strings in public APIDavid Robillard11-172/+173
2018-11-25Remove useless character countingDavid Robillard7-63/+36
2018-11-25Use SerdBuffer for mutable buffersDavid Robillard3-20/+21
2018-11-11Shrink serd_byte_source_advance() code slightlyDavid Robillard1-4/+2
2018-11-11Fix missing parse error messagesDavid Robillard1-1/+4
2018-10-28Avoid use of sscanf for parsing escapes in URIsDavid Robillard1-4/+2
2018-10-03Fix colliding blank nodes when parsing TriGDavid Robillard1-1/+1
2018-09-30Fix calloc argument orderDavid Robillard4-4/+4
2018-09-16Fix const castsDavid Robillard1-1/+1
2018-09-16Use strtoul instead of sscanf for converting hexDavid Robillard1-2/+3
2018-09-04Fix fallthrough warnings with GCC8David Robillard3-4/+13
2018-07-30Fix resolving some URIs against base URIs with no trailing slashDavid Robillard1-0/+14
2018-07-22Inline serd_byte_source_advanceDavid Robillard2-36/+35
2018-07-22Add serd_free for freeing memory allocated by serdDavid Robillard2-1/+7
2018-07-14Fix length of base64 encoded nodesDavid Robillard1-1/+1
2018-07-12Fix making relative URIs that are shorter than, but under, the rootDavid Robillard1-14/+30
2018-06-15Remove redundant SERD_API declarationsDavid Robillard6-63/+0
2018-06-11Zero-initialize stack memoryDavid Robillard1-1/+1
2018-06-10Fix byte source to never read past end of stringsDavid Robillard2-18/+21
2018-06-10Fix relative URI serialisationDavid Robillard2-6/+17
2018-06-10Remove syntax assumptions from SerdEnv implementationDavid Robillard2-25/+16
2018-05-27Clarify errors returned by serd_env_expand()David Robillard2-8/+8
2018-05-25Fix reported error when reading statements with only a blank nodeDavid Robillard1-1/+1
2018-04-19Fix growing stack when parsing TriG files with many graphsDavid Robillard1-0/+3
2018-04-18Fix potential memory errors when the reader stack growsDavid Robillard1-2/+3
2018-03-08Fix parsing local names that end with escaped dotsDavid Robillard1-3/+5
2018-03-08Fix comment typoDavid Robillard1-1/+1
2018-02-04Factor out syntax-specific reader implementationDavid Robillard5-1609/+1702
2018-02-04Factor out is_xdigitDavid Robillard2-6/+12
2018-01-04Open files in binary mode to preserve line endings on WindowsDavid Robillard2-2/+2
2017-12-29Don't force ASCII for NQuadsDavid Robillard1-2/+1
2017-12-29Add serdi option to write ASCII outputDavid Robillard1-1/+6
2017-12-26Print file open error in standard formatDavid Robillard1-1/+2
2017-11-05Move cursor from reader to byte sourceDavid Robillard3-25/+25