Historial de Commits

Autor SHA1 Mensaje Fecha
  Jordi Boggiano 33badac0a8 Include full error message in debug mode hace 10 años
  Jordi Boggiano 6a64041055 CS fixes hace 10 años
  Wim Vandersmissen 1ff2a02517 fix to download correct Bitbucket archive reference when using --prefer-dist hace 10 años
  Rob Bast cb336a5416 Implement writeError throughout Composer hace 10 años
  Jordi Boggiano 94926218e8 CS fixes hace 11 años
  Jordi Boggiano 0ce0cf42e8 Merge remote-tracking branch 'francoispluchino/fix-phpdoc' hace 11 años
  Jordi Boggiano 1110074d5f Clean up properly after creating the vendor dir hace 11 años
  François Pluchino 8b5c00bff0 Fix phpdoc hace 11 años
  Jordi Boggiano 745dcbce33 Fix file deletions to always use a delayed retry on windows, fixes #3074 hace 11 años
  Jordi Boggiano e890d1bc59 Remove use of glob, fixes #3042 hace 11 años
  Jordi Boggiano 170f395004 Merge pull request #2949 from jakoch/patch-3 hace 11 años
  Jordi Boggiano 56c5af8dc4 realpathGlob tweaks, refs #2932 hace 11 años
  Richard Quadling 443858dae7 Force all glob results to be realpath'd. hace 11 años
  jakoch 01968efa6f renamed listFiles() to getFolderContent(). fixed comment: the method doesn't return a "list of files in a directory, including dotfiles", it returns a "list of files and folders, excluding dotfiles". switched from !is_file() to is_dir() check. hace 11 años
  Jakub Onderka afc9069771 Check exception code only if class ZipArchive exists hace 12 años
  Jordi Boggiano 3f6227a996 Add workaround for php bug 53460 glob() can return false, fixes #2278 hace 12 años
  Jordi Boggiano 30f94365f0 Return path of the downloaded file hace 12 años
  Jordi Boggiano 78a8a5ca0b Fix output of invalid zip files when download is retried hace 12 años
  Jordi Boggiano 7912253df6 Retry downloading when a corrupt zip is found, fixes #2133, fixes #2128, fixes #2125 hace 12 años
  Jordi Boggiano a6e3b23ca5 Stop trying to bypass https since github does not and will not support non-https transports hace 12 años
  Jordi Boggiano 27d958a1de Extract archives into vendor dir to avoid permission errors, fixes #1765, fixes #1714 hace 12 años
  Jordi Boggiano 10a7008fdf Trim query string from extension when downloading archives hace 12 años
  Jordi Boggiano e3f06582e4 Clean up archive downloader, fixes #1630 hace 12 años
  Jordi Boggiano 9f961dca92 Guard against arrays being passed to is_file, fixes #1627 hace 12 años
  Jordi Boggiano 88ae6c023b Extract archives into temp dir to shorten paths and avoid issues on windows, fixes #1591 hace 12 años
  Filippo Tessarotto 470adc47df Switched rand() to mt_rand() hace 12 años
  Jordi Boggiano 224934831d Change all github archive URLs to API URLs and handle fallback for those to nodeload hace 13 años
  Jordi Boggiano 07f7487c60 Clear cached files when they fail to extract or validate, refs #941 hace 13 años
  Jordi Boggiano 1682532b80 Update code to use new github archive URLs hace 13 años
  Jordi Boggiano 0878c6deab Fix nodeload fallback URLs hace 13 años