summaryrefslogtreecommitdiff
path: root/src/lib/upload_job.cc
AgeCommit message (Collapse)Author
2025-12-05Cleanup: can now remove the _NC log variants.Carl Hetherington
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-01White space: player_video.{cc,h} reel_writer.{cc,h} maths_util.{cc,h} ↵Carl Hetherington
upmixer_{a,b}.{cc,h} upload_job.{cc,h}
2021-07-04C++11 tidying.Carl Hetherington
2021-01-31More enum class additions.Carl Hetherington
2021-01-07std::shared_ptrCarl Hetherington
2020-09-01Build fixes for Boost >= 1.73Carl Hetherington
Forward-ported-from: d1e9749ca290673639a49d693a8fe5c6557cc2de
2020-03-06Stop threads at the start of their object's destruction in all Job cases.Carl Hetherington
2019-03-28Allow explicit specification of email protocol (plain/STARTTLS/SSL).v2.13.138Carl Hetherington
2018-11-21Tidy and fix logging.Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-10-09Logging improvements to allow prettier displays in the server GUI.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
2015-07-17Rename SCPDCPJob -> UploadJob.Carl Hetherington