summaryrefslogtreecommitdiff
path: root/src/lib/internet.cc
AgeCommit message (Collapse)Author
2015-12-02Specify no EPRT on FTP downloads. Fix request to CURL when notCarl Hetherington
using PASV. Fix incorrect return value from ftp_ls_data. Tidy Dolby fetching code a bit. Fix sensitivity of Dolby download button (#769).
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 ↵Carl Hetherington
crashes on OS X.
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