Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-09 | Rename test directory | David Robillard | 1 | -431/+0 | |
2020-08-16 | Fix handling of bad syntax that ends a collection | David Robillard | 1 | -0/+6 | |
2020-08-16 | Fix EOF and null byte handling | David Robillard | 1 | -0/+6 | |
This is a bit questionable, but the null byte support is needed for streaming over a socket where some delimiter is required. This caused a bug where serdi would hang forever on corrupt files that contain a null byte. Fix this by consuming the byte, but otherwise behaving as before. | |||||
2020-08-15 | Harden prefixed name parsing | David Robillard | 1 | -0/+6 | |
2020-08-14 | Add test for bad blank graph labels | David Robillard | 1 | -0/+6 | |
2019-10-27 | Fix EOF handling while reading in bulk or from strings | David Robillard | 1 | -0/+24 | |
2018-11-11 | Add tests for misspelled prefix and base directives | David Robillard | 1 | -0/+12 | |
2017-09-24 | Make internal tests standard manifest-driven test suites | David Robillard | 1 | -0/+371 | |