Christoph
|
0524d28b03
|
fixed escaping the path (it's no cmdline argument anymore)
|
2013-06-10 15:09:40 +02:00 |
Jordi Boggiano
|
c479a26d71
|
Add workaround for msysgit failing to handle symlinks on windows, fixes #1048, fixes #1418
|
2013-06-08 17:51:30 +02:00 |
Jordi Boggiano
|
4cac2caf70
|
Make sure cd call allows switching drives on windows, fixes #1971
|
2013-06-08 16:41:34 +02:00 |
Jordi Boggiano
|
8b8dc1fd70
|
Remove all possible cd calls, refs #1971
|
2013-06-08 16:40:42 +02:00 |
Jordi Boggiano
|
b38db73611
|
Clean up rogue git env vars in case this is running in a git hook, refs #1832
|
2013-05-27 19:54:46 +02:00 |
Phansys
|
d574e5fcab
|
Added FilesystemException to handle errors on local filesystem.
|
2013-05-10 22:37:30 -03:00 |
Jordi Boggiano
|
8a06e461e5
|
Fix a few bugs, fixes #1867
|
2013-05-06 11:31:22 +02:00 |
Jordi Boggiano
|
4b26c627ff
|
Retry file downloads 3 times before giving up in case of basic network failure
|
2013-05-03 12:29:54 +02:00 |
Jordi Boggiano
|
343d4effaa
|
Fix usage of GitDownloader with relative paths, fixes #1843
|
2013-04-29 17:27:02 +02:00 |
Jordi Boggiano
|
5cdf40d165
|
Output VcsDownloader process commands in -vvv mode
|
2013-04-28 11:12:42 +02:00 |
Jordi Boggiano
|
3fd883a489
|
Set cwd instead of using cd in GitDownloader, refs #1832
|
2013-04-28 11:12:09 +02:00 |
Jordi Boggiano
|
2ec75f298d
|
Remove useless output in verbose mode
|
2013-04-27 11:00:37 +02:00 |
Jordi Boggiano
|
10a7008fdf
|
Trim query string from extension when downloading archives
|
2013-03-21 15:30:00 +01:00 |
Jordi Boggiano
|
d81740ab7d
|
Fix authorization/authentication merge, fixes #1684
|
2013-03-11 10:04:45 +01:00 |
Jordi Boggiano
|
c9f0e458a2
|
Merge remote-tracking branch 'machee/gitUserPassNonGithub'
Conflicts:
src/Composer/Downloader/GitDownloader.php
|
2013-03-10 14:47:36 +01:00 |
Jordi Boggiano
|
f06c0cb580
|
Code reorgs and make bool values real booleans, refs #1637
|
2013-03-01 23:47:24 +01:00 |
Ricard Clau
|
2a2bb6aad6
|
remove unnecessary else
|
2013-03-01 10:22:12 +01:00 |
Ricard Clau
|
56f4625ec8
|
check first if there are changes
|
2013-02-28 19:44:29 +01:00 |
Ricard Clau
|
48ac383599
|
initial steps with new config value, implementation of discard changes for git and svn
|
2013-02-28 19:02:19 +01:00 |
Jordi Boggiano
|
e3f06582e4
|
Clean up archive downloader, fixes #1630
|
2013-02-27 19:15:40 +01:00 |
Jordi Boggiano
|
9f961dca92
|
Guard against arrays being passed to is_file, fixes #1627
|
2013-02-27 15:45:04 +01:00 |
Jordi Boggiano
|
88ae6c023b
|
Extract archives into temp dir to shorten paths and avoid issues on windows, fixes #1591
|
2013-02-27 13:31:55 +01:00 |
Jordi Boggiano
|
f98f093f7b
|
Minor code reformatting and error message clarification
|
2013-02-11 22:55:14 +01:00 |
Jordi Boggiano
|
8bcb442d2b
|
Merge remote-tracking branch 'romainneutron/zip-downloader'
|
2013-02-11 22:53:26 +01:00 |
Jordi Boggiano
|
2d40e14985
|
Try twice to remove a directory on windows because sometimes it fails due to temporary locks
|
2013-02-11 22:51:24 +01:00 |
Romain Neutron
|
72d4bea89e
|
Change strategy for ZipDownloader
Try to use unzip command-line before ZipArchive as this one does not correctly handle file permissions whereas unzip does.
|
2013-01-31 10:57:59 +01:00 |
Filippo Tessarotto
|
470adc47df
|
Switched rand() to mt_rand()
|
2013-01-30 10:44:07 +01:00 |
Jordi Boggiano
|
a18db058d5
|
Fix typo
|
2013-01-11 16:36:03 +01:00 |
Jordi Boggiano
|
ee1691f799
|
Also try authenticating on github for 403 responses
|
2013-01-11 16:27:33 +01:00 |
Jordi Boggiano
|
514a3cde77
|
CS fixes
|
2013-01-05 20:01:58 +01:00 |
Galymzhan
|
219b489d01
|
add size-based limit for files cache, fixes #1321
|
2012-12-17 01:19:16 +06:00 |
Jordi Boggiano
|
b34e8554d2
|
Output info about downloads even with --no-progress and show when reading from cache, refs #1410
|
2012-12-13 16:54:05 +01:00 |
Galymzhan
|
f59181d7d5
|
add support for --no-progress, fixes #621
|
2012-12-11 20:30:09 +06:00 |
Jordi Boggiano
|
04c6670f0c
|
Detect invalid ssh URLs, fixes #1124
|
2012-12-05 23:23:01 +01:00 |
Jordi Boggiano
|
6ed65c9e91
|
Reuse hostname var
|
2012-12-05 21:39:28 +01:00 |
Jordi Boggiano
|
224934831d
|
Change all github archive URLs to API URLs and handle fallback for those to nodeload
|
2012-12-05 19:20:52 +01:00 |
Wes Mason
|
1ce7c28f11
|
Allow OAuth2 authentication to downloads on api.github.com not just github.com
|
2012-12-05 18:54:46 +01:00 |
Jordi Boggiano
|
9c3201f6d7
|
Fix commit logs display with svn
|
2012-12-05 16:55:48 +01:00 |
Jordi Boggiano
|
07f7487c60
|
Clear cached files when they fail to extract or validate, refs #941
|
2012-12-05 10:10:54 +01:00 |
Mikołaj Kopras
|
534fe36149
|
Added php.ini path to error message #1052
|
2012-11-28 21:26:58 +01:00 |
Jordi Boggiano
|
18973ed0b9
|
Do not check for changes if there is no vcs dir
In case the package is in a broken state we do not want to show diffs from the main project
|
2012-11-20 14:34:01 +01:00 |
Jordi Boggiano
|
5a9d986e67
|
Implement cache GC and fix keys
|
2012-11-10 23:17:36 +01:00 |
Jordi Boggiano
|
fb3a43b2f0
|
Add local cache to dist downloads
|
2012-11-10 22:11:34 +01:00 |
Igor Wiedler
|
4959c2bdc6
|
Replace references of a11n with a12n where appropriate
Authorization => Authentication.
|
2012-11-07 13:34:31 +01:00 |
Jordi Boggiano
|
1682532b80
|
Update code to use new github archive URLs
|
2012-11-04 14:01:22 +01:00 |
Jordi Boggiano
|
0878c6deab
|
Fix nodeload fallback URLs
|
2012-11-04 11:19:28 +01:00 |
Jordi Boggiano
|
06a588c197
|
Show 7 chars of the git hashes everywhere
|
2012-11-02 18:25:55 +01:00 |
Pascal Borreli
|
83fd3967f0
|
Fixed PHPDoc
|
2012-10-24 23:44:40 +00:00 |
Pascal Borreli
|
5eead93250
|
Fixed typos
|
2012-10-24 23:14:04 +00:00 |
Jordi Boggiano
|
a7cc5f187f
|
Always reset stash change, refs #1254
|
2012-10-24 12:30:11 +02:00 |