183 Commits (4ea9b33a6c986aea4e360262ef68c773e0e20c51)

Author SHA1 Message Date
Jordi Boggiano 71cecd8e93 Fix CS 12 years ago
Jordi Boggiano edba29be45 Merge remote-tracking branch 'till/download-fun' 12 years ago
Martin Hasoň c8d110aa72 Imporoved exception message for GitDownloader (various protocols for github) 12 years ago
till a8121bc0a6 * fluent interface for set methods
* strtolower() type so setting is a little more relaxed
12 years ago
Jordi Boggiano c2933028e8 Make sure github driver is used for all github urls 12 years ago
Nils Adermann 655588a5e0 Merge pull request #659 from Seldaek/github_https_fallback
Github https fallback
12 years ago
Jordi Boggiano 2ca488f030 Fix message when updating a package installed from source 12 years ago
Jordi Boggiano d74eec9bd5 Clarify output 12 years ago
Jordi Boggiano b84bcd84d6 Let the user know a package is being removed 12 years ago
Jordi Boggiano a9fe883827 Use https fallback for github private repos if ssh protocol fails and we can ask the user's password 12 years ago
Jordi Boggiano f7440076fa Revert "Merge remote-tracking branch 'naderman/remove-packages-by-default'"
This reverts commit 2988152602, reversing
changes made to adb4188e12.
12 years ago
Jordi Boggiano d5e35fbe19 Clarify output 12 years ago
Jordi Boggiano b99f9bae60 Let the user know a package is being removed 12 years ago
Jordi Boggiano ed8aa8322a Do not prevent updates if untracked files are present 12 years ago
Jordi Boggiano 0e9f88a3da Fix DownloadManagerTest creating directories on disk 12 years ago
Jordi Boggiano e364494286 Add BC for the composer remote 12 years ago
Jordi Boggiano 047fa0b553 Add a composer remote that is used by composer so it does not take over the origin one anymore 12 years ago
Jordi Boggiano 98380f3aad Improve unzip failure message 12 years ago
Joseph Bielawski 9631d7c3fd [ZipDownloader] If `unzip` command failed, give cleaner error. 12 years ago
Jordi Boggiano 14c3222478 Simplify code 12 years ago
Jordi Boggiano 858d967a42 Merge pull request #558 from stloyd/patch-1
[PharDownloader] Force overwrite if previous extract failed and was not ...
12 years ago
Joseph Bielawski 2e2f7ea199 [TarDownloader] Force overwrite if previous extract failed and was not removed. 12 years ago
Joseph Bielawski eab3cde48c [PharDownloader] Force overwrite if previous extract failed and was not removed. 12 years ago
Jordi Boggiano 983de81b1d Force a redownload to source when updating from dist to dev package 12 years ago
Jordi Boggiano 17370e3812 Remove unnecessary @ operator, refs #543 12 years ago
Jordi Boggiano bfd48b06bd Capture zip downloader output, fixes #533 12 years ago
Jordi Boggiano 6f8031ac90 Fix error reporting for missing git process 12 years ago
Jordi Boggiano 720b00b561 Merge remote-tracking branch 'Nami-Doc/patch-1' 12 years ago
Jordi Boggiano 9371253e38 Fail hard if a package can not be properly removed 12 years ago
Nami-Doc 66efa343a9 and again. 12 years ago
Nami-Doc 66cd1aad8a Update src/Composer/Downloader/GitDownloader.php 12 years ago
Nami-Doc d245acff83 github online editor is a nice idea, but... 12 years ago
Nami-Doc bd116aec22 try to guess the error 12 years ago
Nami-Doc f57e272ce7 Add a little more explaining message when failing to download. 12 years ago
Jordi Boggiano a3fa19a716 Avoid escaping too early to prevent issues 12 years ago
Jordi Boggiano 13a2bc6ff0 Revert "Fix push url hack"
This reverts commit 269537e466.
12 years ago
Jordi Boggiano 269537e466 Fix push url hack 12 years ago
Jordi Boggiano b5d235abb6 More verbose output for archive and git downloader 12 years ago
Jordi Boggiano 9ed06f8853 Output svn output to user in verbose mode 12 years ago
Jordi Boggiano 1cdae66f8f Fix up git downloader and git driver commands 12 years ago
Jordi Boggiano afa14124f3 Make sure we fetch origin with tags before checking out a new version 12 years ago
Jordi Boggiano 66be50ce71 Always set the push url after git updates 12 years ago
Jordi Boggiano 1cd07e1a2c Fix up merged code 12 years ago
till 9922301841 for debugging 12 years ago
till eb8ad8b74f * docblock 12 years ago
till aef502aa86 * handle errors with ZipArchive error constants to get meaningful error messages 12 years ago
Jordi Boggiano 5be7f4cf09 Fail hard when failing to download using hg 12 years ago
Jordi Boggiano 7cb79bb1c9 Fix typo & tests 12 years ago
Jordi Boggiano 605e1cb925 Clean up in case of download/extraction failure, fixes #356 12 years ago
Jordi Boggiano 5a7abfd84f Remove code duplication in Svn classes 12 years ago