Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Use char* for strings in public API | David Robillard | 1 | -4/+4 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+8 | |
2019-10-27 | Fix EOF handling while reading in bulk or from strings | David Robillard | 1 | -0/+2 | |
2018-07-22 | Inline serd_byte_source_advance | David Robillard | 1 | -34/+1 | |
2018-06-10 | Fix byte source to never read past end of strings | David Robillard | 1 | -10/+17 | |
2017-11-05 | Move cursor from reader to byte source | David Robillard | 1 | -0/+14 | |
2017-11-05 | Move EOF flag from reader to byte source | David Robillard | 1 | -0/+2 | |
2017-06-30 | Fix spurious error message when parsing empty files | David Robillard | 1 | -1/+1 | |
2017-04-24 | Fix reading with non-standard page sizes | David Robillard | 1 | -2/+2 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 1 | -10/+11 | |
2017-04-14 | Factor out file reading from reader | David Robillard | 1 | -0/+107 | |