| 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-07-10 | Convert some paths to string. | Carl Hetherington | |
| 2025-04-28 | Whitespace: {curl_,scp_,}uploader.{cc,h} | Carl Hetherington | |
| 2022-11-02 | Enable some debug logging for TMS upload. | Carl Hetherington | |
| 2022-11-02 | Add passive mode option to TMS upload. | Carl Hetherington | |
| Disabling this fixes TMS upload with some FTP servers (reported on a Synology NAS). | |||
| 2022-05-05 | Use dcp::File in DCP-o-matic (#2231). | Carl Hetherington | |
| 2021-05-03 | C++11 tidying. | Carl Hetherington | |
| 2021-05-01 | C++11 tidying. | Carl Hetherington | |
| 2016-05-25 | No-op; fix GPL address and use the explicit-program-name version. | Carl Hetherington | |
| 2016-04-18 | Use generic_string() in a couple of places to avoid unwanted backslashes in ↵ | Carl Hetherington | |
| filenames. | |||
| 2015-12-03 | Fix double-free in curl uploader. | Carl Hetherington | |
| 2015-09-14 | Lots of #include <iostream>s for Arch. | Carl Hetherington | |
| 2015-07-17 | Remove debug code. | Carl Hetherington | |
| 2015-07-17 | Add FTP uploader using curl. | Carl Hetherington | |
