aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_reader_writer.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-08WIP: Make Writer always write to a ByteSinkDavid Robillard1-9/+16
2021-03-08Fix crash when attempting to read before startingDavid Robillard1-0/+3
2021-03-08Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-14/+14
2021-03-08Report writer errors and add strict write modeDavid Robillard1-0/+37
2021-03-08WIP: Write invalid characters in URIs with percent encodingDavid Robillard1-0/+2
2021-03-08Fix socket-like stream reading testDavid Robillard1-3/+5
2021-03-08Separate ByteSink from WriterDavid Robillard1-3/+7
2021-03-08Replace multiple stream callbacks with SerdEventDavid Robillard1-26/+19
2021-03-08Add SerdStatementDavid Robillard1-10/+6
2021-03-08Add SerdCursorDavid Robillard1-1/+2
2021-03-08Remove serd_reader_set_default_graph()David Robillard1-36/+23
2021-03-08Add serd_world_get_blank()David Robillard1-0/+18
2021-03-08Add SerdWorld for shared library stateDavid Robillard1-5/+15
2021-03-08Clean up nodes in reader/writer testsDavid Robillard1-12/+20
2021-03-08Simplify literal construction APIDavid Robillard1-3/+2
2021-03-08Use a fixed-size reader stackDavid Robillard1-3/+3
2021-03-07Simplify reader interfaceDavid Robillard1-20/+20
2021-03-07Add SerdSink interface and hide implementationsDavid Robillard1-27/+36
2021-03-07Bring read/write interface closer to C standardDavid Robillard1-5/+10
2021-03-07Simplify reader interfaceDavid Robillard1-9/+10
2021-03-07Simplify node construction APIDavid Robillard1-21/+30
2021-03-07Merge datatype/language into nodeDavid Robillard1-43/+15
2021-03-07Remove SERD_NOTHING node typeDavid Robillard1-15/+1
2021-03-07Make nodes opaqueDavid Robillard1-42/+51
2021-03-07Remove "get" from accessor namesDavid Robillard1-4/+4
2021-03-07Rename SerdStyle to SerdWriterFlagsDavid Robillard1-5/+4
2021-03-07Use char* for strings in public APIDavid Robillard1-29/+27
2021-03-07Add SerdBuffer type for mutable buffersDavid Robillard1-5/+5
2021-01-02Use email address instead of website for attributionDavid Robillard1-1/+1
2020-12-31Format all code with clang-formatDavid Robillard1-261/+268
2020-11-13Remove tests that pass null to nonnull parametersDavid Robillard1-6/+2
2020-11-11Add nonnull and nullable attributes to APIDavid Robillard1-0/+8
2020-11-09Add a test for reading strings with no trailing newlineDavid Robillard1-0/+23
2020-11-09Split out reader and writer testsDavid Robillard1-0/+329