コミット履歴

作者 SHA1 メッセージ 日付
  Jordi Boggiano 39ccb929b1 Merge pull request #4801 from balbuf/balbuf/find-provider-break-early 9 年 前
  Jordi Boggiano 25e089eee9 Allow force-lazy-providers for any repo, still an experimental flag that should not be used though 9 年 前
  Jordi Boggiano 1818b95149 CS fixes 9 年 前
  Stephen Beemsterboer c1b9b082a4 Break early when a provider name is matched 9 年 前
  Jordi Boggiano a13b06725e Add support for if-modified-since on lazy repos and turning packagist into a lazy provider repo 9 年 前
  Jordi Boggiano 1d08f83976 Only clone if needed 9 年 前
  Jordi Boggiano 33c123e8c2 Fix passing of options to remotefilesystem in composer repo 9 年 前
  Jordi Boggiano 876f143418 Forward repo options correctly to the RemoteFilesystem even if we get one injected, fixes #4786 9 年 前
  Jordi Boggiano c1cc6bfecf Avoid doing too many loads of the remotefilesystem 9 年 前
  Jordi Boggiano 5d015defb8 Merge remote-tracking branch 'origin/master' into tls-config 9 年 前
  Jordi Boggiano feefd51565 Fix custom installer example, fixes #4648 9 年 前
  Lukáš Homza 5b748eda6c Allows repositories to implement ConfigurableRepositoryInterface and thus provide getRepoConfigmethod 10 年 前
  Jordi Boggiano ce08582671 Fix CS 10 年 前
  Jordi Boggiano c41079192f Merge pull request #4454 from alcohol/urlencode-urls-only 10 年 前
  Rob Bast b219abe8f6 @seldaek damn your assignment in expression 10 年 前
  Rob Bast e491b72a8c only urlencode $ if filename is not local 10 年 前
  Rob Bast a1427d7fd6 replace all occurences in code and comments 10 年 前
  Jordi Boggiano ed95448523 URL-encode dollar signs to work around bad proxy failures 10 年 前
  Andreas Möller eac5fbdee4 Fix: Remove unused imports 10 年 前
  Jordi Boggiano 801a7fcd0a Add support for constraints and not just exact versions in RepositoryInterface::findPackage/s 10 年 前
  Nils Adermann 75c501251d Revert "Merge remote-tracking branch 'naderman/load-no-providers'" 10 年 前
  Jordi Boggiano 3e85f82373 Merge remote-tracking branch 'naderman/load-no-providers' 10 年 前
  Jordi Boggiano c471edc488 Also downgrade provider access and others 10 年 前
  Nils Adermann 8b28d4bc82 Optimisation: Composer repo version listings are index by package name 10 年 前
  Nils Adermann 65243ca392 Move methods for PR readability and fix phpdoc 10 年 前
  Nils Adermann 63e96a41f8 Add proper docblocks in composer repo 10 年 前
  Nils Adermann aa7d145dd0 PHP 5.3 compatible function invokation 10 年 前
  Nils Adermann ec5416f03c loadDev parameter is nonsense, properly load packages in create command 10 年 前
  Nils Adermann b99c03ea04 Entirely remove whatProvides from Composer repository 10 年 前
  Nils Adermann 090711b21c Completely move loading of packages from composer repo to pool 10 年 前