Jordi Boggiano
|
67407801b8
|
Add debugging info for invalid zip files to try and get to the bottom of it, refs #2125
|
2013-07-29 22:00:35 +02:00 |
Albert Casademont
|
5234e64e97
|
Retry file download also on Internal Server Error 500 code as is mostly a temporary glitch (at least on GitHub)
|
2013-07-26 15:36:53 +02:00 |
Jordi Boggiano
|
771233a5a0
|
Make it clear what is going on when a vcs folder is missing, fixes #2108
|
2013-07-26 12:25:05 +02:00 |
Jordi Boggiano
|
a6e3b23ca5
|
Stop trying to bypass https since github does not and will not support non-https transports
|
2013-06-28 19:05:18 +02:00 |
Jordi Boggiano
|
81b2b84112
|
Clean up git env vars consistently
|
2013-06-19 11:44:16 +02:00 |
Jordi Boggiano
|
27d958a1de
|
Extract archives into vendor dir to avoid permission errors, fixes #1765, fixes #1714
|
2013-06-18 16:59:37 +02:00 |
Jordi Boggiano
|
f79c4e4309
|
Detect safe_mode and output correct error, closes #2006
|
2013-06-18 14:55:40 +02:00 |
Jordi Boggiano
|
7b6f0ab047
|
Code cleanups, enforce url for https, refs #2009
|
2013-06-18 14:13:46 +02:00 |
Stéphane Klein
|
42119dde6b
|
Use github protocols setting for push urls
|
2013-06-16 04:50:16 +02:00 |
Jordi Boggiano
|
8d0b7f278e
|
CS fixes
|
2013-06-13 13:28:24 +02:00 |
Pavel Savinov
|
831bd844bd
|
Almost PHPDoc problems fixed
|
2013-06-13 11:05:44 +11:00 |
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 |