summaryrefslogtreecommitdiff
path: root/src/lib/disk_writer_messages.h
AgeCommit message (Collapse)Author
2023-02-05Recover better errors from ext4.Carl Hetherington
2023-01-29Add DiskWriterBackendResponse::write_to_nanomsg() and use itCarl Hetherington
everywhere. In the process, use raw_convert() on both ends to avoid any locale-based problems with floating point number separators.
2023-01-29Add DiskWriterBackEndResponse.Carl Hetherington
2021-03-12Get progress during formatting.Carl Hetherington
2020-08-07Check that we have a connection to the disk writer before starting to use it ↵Carl Hetherington
in earnest.
2020-08-07Fix typo in comment.Carl Hetherington
2020-05-03Do all writes then do all verification and report progressCarl Hetherington
for each separately (#1743)
2020-04-13Tidy up Drive and unmounting a little.Carl Hetherington
2020-04-09Improve disk_writer_messages.h commenting and add DISK_WRITER_QUIT and ↵Carl Hetherington
DISK_WRITER_WRITE #defines.
2020-04-06Add disk writer tool.Carl Hetherington