aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_overflow.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Factor out NTriples readerDavid Robillard1-0/+3
2022-01-14Remove SERD_CURIE node datatype entirelyDavid Robillard1-0/+4
2022-01-14Expand URIs in readerDavid Robillard1-6/+38
2022-01-14Move SerdEnv mutation from writer to readerDavid Robillard1-1/+3
2022-01-13Add support for parsing variablesDavid Robillard1-12/+15
2022-01-13Make Reader always read from a ByteSourceDavid Robillard1-2/+4
2022-01-13Align nodes on the reader stackDavid Robillard1-1/+3
2022-01-13Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-2/+4
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-1/+1
2022-01-13Add SerdCaretDavid Robillard1-1/+1
2022-01-13Add SerdWorld for shared library stateDavid Robillard1-7/+18
2022-01-13Improve reader error handlingDavid Robillard1-0/+163