C++11 tidying.
[dcpomatic.git] / src / lib / upload_job.cc
2021-07-03 Carl HetheringtonC++11 tidying.
2021-01-31 Carl HetheringtonMore enum class additions.
2021-01-07 Carl Hetheringtonstd::shared_ptr
2020-09-01 Carl HetheringtonBuild fixes for Boost >= 1.73
2020-03-06 Carl HetheringtonStop threads at the start of their object's destruction...
2019-03-28 Carl HetheringtonAllow explicit specification of email protocol (plain... v2.13.138
2018-11-21 Carl HetheringtonTidy and fix logging.
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-10-09 Carl HetheringtonLogging improvements to allow prettier displays in...
2015-07-17 Carl HetheringtonAdd FTP uploader using curl.
2015-07-17 Carl HetheringtonMake a generic base for uploaders and move the SCP...
2015-07-17 Carl HetheringtonRename SCPDCPJob -> UploadJob.