Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-11-09 | Rename test directory | David Robillard | 1 | -0/+0 | |
2020-08-16 | Fix EOF and null byte handling | David Robillard | 1 | -0/+0 | |
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. |