You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Berger a6475a7118 Removed unused variables, properties and parameters of private functions 4 years ago
..
ArchiveDownloader.php Fix exception when using create-project in current directory, fixes #9073 4 years ago
ChangeReportInterface.php CS fixes 11 years ago
DownloadManager.php Removed passing of parameters with default value 4 years ago
DownloaderInterface.php Update changelog, add upgrade guide 5 years ago
DvcsDownloaderInterface.php Fix CS 9 years ago
FileDownloader.php Add a readonly mode to the cache, fixes #9150 4 years ago
FilesystemException.php Fix type errors 9 years ago
FossilDownloader.php Removed unused variables, properties and parameters of private functions 4 years ago
GitDownloader.php Removed unused variables, properties and parameters of private functions 4 years ago
GzipDownloader.php Fix FileDownloader::update impl to handle promises 4 years ago
HgDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
MaxFileSizeExceededException.php Downloader: add a max_file_size to prevent too big files to be downloaded 4 years ago
PathDownloader.php Update PathDownloader.php 4 years ago
PerforceDownloader.php Removed passing of parameters with default value 4 years ago
PharDownloader.php Add parallel download capability to FileDownloader and derivatives 6 years ago
RarDownloader.php Fix FileDownloader::update impl to handle promises 4 years ago
SvnDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
TarDownloader.php Add parallel download capability to FileDownloader and derivatives 6 years ago
TransportException.php Add support for if-modified-since on lazy repos and turning packagist into a lazy provider repo 9 years ago
VcsCapableDownloaderInterface.php CS fixes 8 years ago
VcsDownloader.php Reuse operation formatting logic in downloaders 4 years ago
XzDownloader.php Fix FileDownloader::update impl to handle promises 4 years ago
ZipDownloader.php Improve error reporting when unzip fails due to race condition in unhandled Promise, refs #8988 4 years ago