aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/file_downloader.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15570] Allow file downloader to use TLS greater than 1.0kasimi2018-02-251-1/+1
| | | | PHPBB3-15570
* [ticket/12618] Change ssl:// to tls://Kilian2016-01-101-1/+1
| | | | PHPBB3-12618
* [ticket/12618] Allow extension author to use SSL for version-checkKilian2015-09-251-1/+1
| | | | | | | | | For version-check a new parameter 'ssl' is introduced. If set to true, it will use 443 as port for the file_downloader. In file_downloader, the host parameter of fsockopen is appended with 'ssl://' in case the port is 443 in order to use SSL. PHPBB3-12618
* [ticket/13588] Fixes wrong message in info fsockopen() disabledCrizzo2015-02-071-1/+1
| | | | PHPBB3-13588
* [ticket/13556] Fix exception translation with filedownloaderJoas Schilling2015-01-301-3/+3
| | | | PHPBB3-13556
* [ticket/13358] Use protected and public keywords where applicableMarc Alexander2014-11-211-3/+3
| | | | PHPBB3-13358
* [ticket/13358] Do not pass variables by referenceMarc Alexander2014-11-211-16/+12
| | | | PHPBB3-13358
* [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-211-19/+6
| | | | PHPBB3-13358
* [ticket/13358] Add file_downloader as replacement for get_remote_fileMarc Alexander2014-11-211-0/+137
PHPBB3-13358