aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_overflow.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-2/+4
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-1/+1
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future.
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