Commit History

Author SHA1 Message Date
  Jordi Boggiano 67e170eaa8 Merge branch '1.9' 5 years ago
  Jordi Boggiano 89f6b2c54c Merge pull request #8418 from glaubinix/f/github-authentication-behaviour 5 years ago
  Cyril VERLOOP 0bd3f27693 Do not show commit signature for git log. 5 years ago
  Jordi Boggiano 0f7a64839e Merge pull request #8438 from MichaelThessel/master 5 years ago
  Jordi Boggiano 44cdc37c0c Invalidate map cache when addPackage/removePackage is called 5 years ago
  Stephan Vock b847115617 Git: fix authentication handling for private GitHub repositories 5 years ago
  Jordi Boggiano f288acb1ca Execute alias operations still 5 years ago
  Jordi Boggiano 5725a2db57 Allow all prepare/cleanup/install/update/uninstall operations to return promises to be executed in parallel as well 5 years ago
  Jordi Boggiano 919f6ce81e Merge pull request #8441 from dereuromark/patch-1 5 years ago
  Mark Sch a9fec9b972 Fix language. 5 years ago
  Jordi Boggiano 539cebb846 Merge pull request #8419 from johnstevenson/fix-14925 5 years ago
  Michael Thessel 96af983700 Fixed map initialization 5 years ago
  Michael Thessel f8010d5220 Improved hasPackage() performance 5 years ago
  Jordi Boggiano 6ffd3eb67c Merge pull request #8432 from kylekatarnls/patch-2 5 years ago
  KyleKatarn b09fef659b Update composer.lock 5 years ago
  Kyle 6c9e2d0b3f Allow Symfony 5 5 years ago
  Jordi Boggiano 438c45e991 Change UpdateOperation::show to match what the installers output, fixes the dry-run output to be more like real output 5 years ago
  Nils Adermann 4e7702598e Always treat changes in dist and source references as updates 5 years ago
  Jordi Boggiano 99eb86c506 Avoid outputting "Loading ... from cache" in non-verbose installs 5 years ago
  Jordi Boggiano 006985a0ea Execute all operations at once which lets us download all packages in parallel then install only once all downloads succeeded, fixes #2847 5 years ago
  Jordi Boggiano 3b6d517ce0 Return 404s in ComposerRepository when network is disabled instead of failing hard 5 years ago
  Jordi Boggiano eb3e3063b8 Revert "When network is disabled all uncached requests result in 404" 5 years ago
  Nils Adermann 7fc0cb021e Merge pull request #8424 from naderman/multi-conflict-rule 5 years ago
  Nils Adermann 28afc4de32 MultiConflictRules cannot be disabled, so no need to check 5 years ago
  Nils Adermann 79066931e6 Update exception message for disabling multi conflict rules 5 years ago
  Nils Adermann dc0f2e7e46 Ensure multi conflict rules are only used for 3+ literals 5 years ago
  Nils Adermann ed300b9f22 New Multi Conflict Rule for transitive conflicts, to reduce memory 6 years ago
  Nils Adermann 6f9b1e76e3 Remove disableRules code from Solver, leftover from original C code 5 years ago
  Nils Adermann c325112670 When network is disabled all uncached requests result in 404 5 years ago
  Nils Adermann 7ef3a31de7 Make TransportException in network disabled case clearer 5 years ago