Use dcp::file_to_string().
[dcpomatic.git] / src / lib / internet.cc
2021-04-30 Carl HetheringtonC++11 tidying.
2020-05-14 Carl HetheringtonDon't say 'certificate downloaded' if it failed during...
2019-05-10 Carl HetheringtonSupport download of certificates from Qube (#1460).
2019-04-29 Carl HetheringtonIgnore the (unrouteable) FTP passive-mode IP address... v2.13.157
2018-12-23 Carl HetheringtonBe a bit more careful with fwrite.
2018-10-16 Carl HetheringtonUnnecessary using.
2018-10-14 Carl HetheringtonMore detailed ZIP decode errors; fix failure to downloa...
2018-10-14 Carl HetheringtonTypo in previous.
2018-10-14 Carl HetheringtonMore detailed ZIP errors.
2018-10-14 Carl HetheringtonTry to fix crash when zip_open_from_source returns...
2018-09-26 Carl HetheringtonSupport download of KDMs from a web service in swaroop... v2.13.56
2018-08-15 Carl HetheringtonMerge branch 'master' of ssh://git.carlh.net/home/carl...
2018-08-15 Carl HetheringtonMore rearrangement and add Barco Alchemy.
2018-02-27 Carl HetheringtonRemove some unused code.
2018-01-05 Carl HetheringtonTry to fix build on older Ubuntus etc.
2018-01-02 Carl HetheringtonFix opening of ZIP files of certificates on Windows...
2016-08-12 Carl HetheringtonRemove all use of stringstream in an attempt to fix
2016-07-22 Carl HetheringtonRename SafeStringStream -> locked_stringstream. Bump...
2016-05-25 Carl HetheringtonNo-op; fix GPL address and use the explicit-program...
2015-12-02 Carl HetheringtonSpecify no EPRT on FTP downloads. Fix request to CURL...
2015-11-03 Carl HetheringtonVarious improvements in robustness / neatness of certif...
2015-06-21 Carl HetheringtonNo-op: remove all trailing whitespace.
2015-01-16 Carl HetheringtonMerge branch '2.0' of ssh://main.carlh.net/home/carl...
2015-01-12 Carl HetheringtonForward-port FTP fix from 1.x.
2014-12-22 Carl HetheringtonRemove POSIX backtraces; move ScopedTemporary into...
2014-10-16 Carl HetheringtonMerge branch 'master' into 12bit
2014-09-03 Carl HetheringtonMerge master.
2014-09-02 Carl HetheringtonAdd a reasonably low timeout to curl fetches.
2014-08-23 Carl HetheringtonMerge master.
2014-08-19 Carl HetheringtonUse SafeStringStream instead of std::stringstream to...
2014-07-01 Carl HetheringtonMerge master.
2014-07-01 Carl Hetheringtonwhile (1) -> while (true)
2014-04-01 Carl HetheringtonMerge master.
2014-03-31 Carl HetheringtonMerge branch 'master' of ssh://carlh.dyndns.org/home...
2014-03-31 Carl HetheringtonA few KDM dialog fixes.
2014-03-26 Carl HetheringtonSome more certificate download improvements.