summaryrefslogtreecommitdiff
path: root/src/lib/scp_uploader.cc
AgeCommit message (Collapse)Author
2025-07-10Remove 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-10Replace 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-10Convert some paths to string.Carl Hetherington
2025-05-09Attempt to fix windows-32 build.Carl Hetherington
2025-04-28Cleanup: use std::vector<char> rather than a "variable" length array.Carl Hetherington
2025-04-28Whitespace: {curl_,scp_,}uploader.{cc,h}Carl Hetherington
2023-10-09Use dcp::filesystem to wrap filesystem calls and fix_long_pathCarl Hetherington
anything that is passed to read_file() from libcxml. This should fix #2623 and other similar problems.
2022-10-13Ignore deprecation of SCP API in libssh; we still want to support it (for ↵Carl Hetherington
now at least).
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2022-04-22Use libdcp's warnings.hCarl Hetherington
2021-04-29C++11 tidying.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-07-26Ignore libssh warnings in a nicer way.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2016-04-18Use generic_string() in a couple of places to avoid unwanted backslashes in ↵Carl Hetherington
filenames.
2015-07-17Try to fix Win32 build.Carl Hetherington
2015-07-17Add FTP uploader using curl.Carl Hetherington
2015-07-17Make a generic base for uploaders and move the SCP code into a subclass of that.Carl Hetherington