1
0
Fork 0
composer/src/Composer/Downloader
Jordi Boggiano d5286d0cb8
Add a way for FileDownloader subclasses to add paths to the cleanup stage
2020-06-16 14:00:18 +02:00
..
ArchiveDownloader.php Allow downgrades to go through even though the target dir for archive extraction exists 2020-06-03 15:37:36 +02:00
ChangeReportInterface.php CS fixes 2013-10-11 20:12:45 -03:00
DownloadManager.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
DownloaderInterface.php Update changelog, add upgrade guide 2020-04-08 16:44:32 +02:00
DvcsDownloaderInterface.php Fix CS 2016-02-29 15:05:11 +00:00
FileDownloader.php Add a way for FileDownloader subclasses to add paths to the cleanup stage 2020-06-16 14:00:18 +02:00
FilesystemException.php Fix type errors 2016-01-09 17:59:22 +00:00
FossilDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 2019-08-29 11:37:23 +02:00
GitDownloader.php Merge pull request #8980 from stucki/discard-using-git-clean 2020-06-16 11:08:44 +02:00
GzipDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
HgDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 2019-08-29 11:37:23 +02:00
PathDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
PerforceDownloader.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 2019-08-29 11:37:23 +02:00
PharDownloader.php Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
RarDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
SvnDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
TarDownloader.php Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
TransportException.php Add support for if-modified-since on lazy repos and turning packagist into a lazy provider repo 2016-01-18 14:03:10 +00:00
VcsCapableDownloaderInterface.php CS fixes 2017-03-08 15:16:44 +01:00
VcsDownloader.php Make sure we avoid cleanup running more than once per package on VcsDownloader 2020-04-09 10:32:59 +02:00
XzDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00
ZipDownloader.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 2020-06-04 16:08:23 +02:00