aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/archives.dox (unfollow)
AgeCommit message (Collapse)Author
2024-08-05Added rm command to myriadfs tool.Mike Buland
2024-08-05Added loads and loads of debugging output to myriad.Mike Buland
There's an issue somewhere sometimes and streams are being truncated. My guess is a multi-threaded issue.
2024-08-05Added getLocation() support to Bu::File.Mike Buland
It returns "file:<requested path>" which could be made better eventually, but it's nice, I like the format, it'll be good for memory buffers to be able to report in a similar way.
2024-08-05Fixed buffer issue reading headers.Mike Buland
We were only reading 1k of data in before, but if a header was more than 1k then we just would give up. Now we read as much as we can that has loaded into the buffer and if we run out we can try again, but if it's just a very long header we'll deal with it properly still.