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.
Jordi Boggiano 87a0fc5506
Execute operations in batches to make sure plugins install in the expected order
4 years ago
..
ArchiveDownloader.php Execute operations in batches to make sure plugins install in the expected order 4 years ago
ChangeReportInterface.php CS fixes 11 years ago
DownloadManager.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
DownloaderInterface.php Update changelog, add upgrade guide 4 years ago
DvcsDownloaderInterface.php Fix CS 8 years ago
FileDownloader.php Add a way for FileDownloader subclasses to add paths to the cleanup stage 4 years ago
FilesystemException.php Fix type errors 9 years ago
FossilDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
GitDownloader.php Merge pull request #8980 from stucki/discard-using-git-clean 4 years ago
GzipDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 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
PathDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
PerforceDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
PharDownloader.php Add parallel download capability to FileDownloader and derivatives 6 years ago
RarDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 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 7 years ago
VcsDownloader.php Make sure we avoid cleanup running more than once per package on VcsDownloader 4 years ago
XzDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
ZipDownloader.php Parallelize zip extraction using async unzip processes 4 years ago