summaryrefslogtreecommitdiff
path: root/src/lib/internet.cc
AgeCommit message (Expand)Author
2026-01-03Compress an if.Carl Hetherington
2026-01-03Make a function static.Carl Hetherington
2026-01-03White space: internet.{cc,h}Carl Hetherington
2025-07-10Remove compose.hpp includes.Carl Hetherington
2025-07-10Replace String::compose with fmt.Carl Hetherington
2024-07-13Download Barco certificates using SFTP instead of plain FTP (#2842).Carl Hetherington
2023-11-27Fix stray \r characters in output of ls_url on Windows (#2669).Carl Hetherington
2022-05-05Use dcp::File in DCP-o-matic (#2231).Carl Hetherington
2022-04-03C++11 and whitespace cleanups.Carl Hetherington
2022-03-09Display the filename / URL that a screen certificate was obtained from (#1894).Carl Hetherington
2022-03-09C++11 and general tidying.Carl Hetherington
2021-05-01C++11 tidying.Carl Hetherington
2020-05-14Don't say 'certificate downloaded' if it failed during the read part.Carl Hetherington
2019-05-10Support download of certificates from Qube (#1460).Carl Hetherington
2019-04-29Ignore the (unrouteable) FTP passive-mode IP address given byv2.13.157Carl Hetherington
2018-12-23Be a bit more careful with fwrite.Carl Hetherington
2018-10-16Unnecessary using.Carl Hetherington
2018-10-14More detailed ZIP decode errors; fix failure to download some certificates (#...Carl Hetherington
2018-10-14Typo in previous.Carl Hetherington
2018-10-14More detailed ZIP errors.Carl Hetherington
2018-10-14Try to fix crash when zip_open_from_source returns an error.Carl Hetherington
2018-09-26Support download of KDMs from a web service in swaroop profile.v2.13.56Carl Hetherington
2018-08-15More rearrangement and add Barco Alchemy.Carl Hetherington
2018-02-27Remove some unused code.Carl Hetherington
2018-01-05Try to fix build on older Ubuntus etc.Carl Hetherington
2018-01-02Fix opening of ZIP files of certificates on Windows (#1124).Carl Hetherington
2016-08-12Remove all use of stringstream in an attempt to fixCarl Hetherington
2016-07-22Rename SafeStringStream -> locked_stringstream. Bump deps for removal of str...Carl Hetherington
2016-05-25No-op; fix GPL address and use the explicit-program-name version.Carl Hetherington
2015-12-02Specify no EPRT on FTP downloads. Fix request to CURL when notCarl Hetherington
2015-11-03Various improvements in robustness / neatness of certificate download stuff.Carl Hetherington
2015-06-21No-op: remove all trailing whitespace.Carl Hetherington
2015-01-12Forward-port FTP fix from 1.x.Carl Hetherington
2014-12-22Remove POSIX backtraces; move ScopedTemporary into its own file.Carl Hetherington
2014-09-02Add a reasonably low timeout to curl fetches.Carl Hetherington
2014-08-19Use SafeStringStream instead of std::stringstream to try to fix random crashe...Carl Hetherington
2014-07-01while (1) -> while (true)Carl Hetherington
2014-03-31A few KDM dialog fixes.Carl Hetherington
2014-03-26Some more certificate download improvements.Carl Hetherington