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 bc9336946e
Trim trailing slash in path downloader to avoid symlink issues, and in FileDownloader::getLocalChanges as we append a string without slash, refs #9422
4 years ago
..
ArchiveDownloader.php Avoid cleaning up $path in downloaders if it is the CWD (create-project use case), refs #9396 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 4 years ago
DvcsDownloaderInterface.php Fix CS 8 years ago
FileDownloader.php Trim trailing slash in path downloader to avoid symlink issues, and in FileDownloader::getLocalChanges as we append a string without slash, refs #9422 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 Trim trailing slash in path downloader to avoid symlink issues, and in FileDownloader::getLocalChanges as we append a string without slash, refs #9422 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 7 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 Minor tweaks 4 years ago