aboutsummaryrefslogtreecommitdiffstats
path: root/src/byte_source.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-25Add SerdCursor to public APIDavid Robillard1-8/+15
2018-11-25Fix UTF-8 round trippingDavid Robillard1-2/+2
2018-11-25Clean up includes and improve source file separationDavid Robillard1-1/+5
2018-11-25Move system utilities to separate source filesDavid Robillard1-1/+2
2018-11-25Hide fopen wrapper and use reader interface consistentlyDavid Robillard1-4/+11
2018-11-25Bring read/write interface closer to C standardDavid Robillard1-1/+1
2018-11-25Clean up and separate internal headersDavid Robillard1-0/+2
2018-11-25Use char* for strings in public APIDavid Robillard1-4/+4
2018-07-22Inline serd_byte_source_advanceDavid Robillard1-34/+1
2018-06-10Fix byte source to never read past end of stringsDavid Robillard1-10/+17
2017-11-05Move cursor from reader to byte sourceDavid Robillard1-0/+14
2017-11-05Move EOF flag from reader to byte sourceDavid Robillard1-0/+2
2017-06-30Fix spurious error message when parsing empty filesDavid Robillard1-1/+1
2017-04-24Fix reading with non-standard page sizesDavid Robillard1-2/+2
2017-04-24Allow arbitrary page size to be passed for custom sourcesDavid Robillard1-10/+11
2017-04-14Factor out file reading from readerDavid Robillard1-0/+107