| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-10 | Remove compose.hpp includes. | Carl Hetherington | |
| sed -i "/include.*compose.hpp/d;" src/lib/*.cc src/wx/*.cc src/wx/*.h src/tools/*.cc src/lib/*.h test/*.cc | |||
| 2025-07-10 | Replace String::compose with fmt. | Carl Hetherington | |
| sed -i "/Plural-Forms/n;/%100/n;/scanf/n;s/%[123456789]/{}/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc src/lib/po/*.po src/wx/po/*.po src/tools/po/*.po test/*.cc sed -i "s/String::compose */fmt::format/g" src/lib/*.cc src/lib/*.h src/wx/*.cc src/tools/*.cc test/*.cc | |||
| 2025-01-05 | Remove some unused includes. | Carl Hetherington | |
| 2023-02-05 | Recover better errors from ext4. | Carl Hetherington | |
| 2023-01-29 | Use DiskWriterBackEndResponse, and add some more information to the unmount ↵ | Carl Hetherington | |
| error. | |||
| 2022-07-20 | Allow multiple DCPs to be written to a disk (#1756). | Carl Hetherington | |
| 2021-05-09 | Add more logging to disk writer. | Carl Hetherington | |
| 2021-03-12 | Get progress during formatting. | Carl Hetherington | |
| 2021-01-07 | std::shared_ptr | Carl Hetherington | |
| 2020-08-07 | Reduce width of information text in the copy-to-drive job. | Carl Hetherington | |
| 2020-05-03 | Do all writes then do all verification and report progress | Carl Hetherington | |
| for each separately (#1743) | |||
| 2020-04-30 | Revert mac rdisk vs disk stuff as I'm not convinced it makes much difference. | Carl Hetherington | |
| 2020-04-28 | Add a log message and actually use device_for_write(). | Carl Hetherington | |
| 2020-04-13 | Tidy up Drive and unmounting a little. | Carl Hetherington | |
| 2020-04-13 | Tidy up nanomsg class API; add unmounting for Linux. | Carl Hetherington | |
| 2020-04-09 | Improve disk_writer_messages.h commenting and add DISK_WRITER_QUIT and ↵ | Carl Hetherington | |
| DISK_WRITER_WRITE #defines. | |||
| 2020-04-06 | Add disk writer tool. | Carl Hetherington | |
