Jordi Boggiano
|
11a0d16ccc
CS fixes
|
12 年 前 |
Nils Adermann
|
786ea2929b
Merge remote-tracking branch 'github-composer/master' into plugins
|
12 年 前 |
Nils Adermann
|
a080ae3a51
Make sure directories we are downloading to are empty
|
12 年 前 |
Nils Adermann
|
3b519e44c4
Rename PrepareRemoteFilesystem event to PreFileDownload
|
12 年 前 |
Nils Adermann
|
3960edd64e
Turn EventDispatcher into generic solution handling plugins as well
|
12 年 前 |
Luís Otávio Cobucci Oblonczyk
|
d4043b6b9a
Package options must be passed as argument to downloader
|
12 年 前 |
Jordi Boggiano
|
30f94365f0
Return path of the downloaded file
|
12 年 前 |
Albert Casademont
|
5234e64e97
Retry file download also on Internal Server Error 500 code as is mostly a temporary glitch (at least on GitHub)
|
12 年 前 |
Jordi Boggiano
|
4b26c627ff
Retry file downloads 3 times before giving up in case of basic network failure
|
12 年 前 |
Jordi Boggiano
|
2d40e14985
Try twice to remove a directory on windows because sometimes it fails due to temporary locks
|
12 年 前 |
Filippo Tessarotto
|
470adc47df
Switched rand() to mt_rand()
|
13 年 前 |
Jordi Boggiano
|
a18db058d5
Fix typo
|
13 年 前 |
Jordi Boggiano
|
ee1691f799
Also try authenticating on github for 403 responses
|
13 年 前 |
Galymzhan
|
219b489d01
add size-based limit for files cache, fixes #1321
|
13 年 前 |
Jordi Boggiano
|
b34e8554d2
Output info about downloads even with --no-progress and show when reading from cache, refs #1410
|
13 年 前 |
Galymzhan
|
f59181d7d5
add support for --no-progress, fixes #621
|
13 年 前 |
Jordi Boggiano
|
6ed65c9e91
Reuse hostname var
|
13 年 前 |
Jordi Boggiano
|
224934831d
Change all github archive URLs to API URLs and handle fallback for those to nodeload
|
13 年 前 |
Wes Mason
|
1ce7c28f11
Allow OAuth2 authentication to downloads on api.github.com not just github.com
|
13 年 前 |
Jordi Boggiano
|
07f7487c60
Clear cached files when they fail to extract or validate, refs #941
|
13 年 前 |
Jordi Boggiano
|
5a9d986e67
Implement cache GC and fix keys
|
13 年 前 |
Jordi Boggiano
|
fb3a43b2f0
Add local cache to dist downloads
|
13 年 前 |
Pascal Borreli
|
83fd3967f0
Fixed PHPDoc
|
13 年 前 |
Jordi Boggiano
|
bebd1ce9c7
Always check for OAuth token in git config, fixes #1243
|
13 年 前 |
Jordi Boggiano
|
39e69a3b12
Refactor OAuth acquisition code to generalize it
|
13 年 前 |
Jordi Boggiano
|
fa3d6c7ce2
Fix originUrl in FileDownloader, refs #423
|
13 年 前 |
Jordi Boggiano
|
ee0cd07468
CS fixes
|
13 年 前 |
Jordi Boggiano
|
027037bb9f
Fix dist urls for lock files and hardcoded references
|
13 年 前 |
Jordi Boggiano
|
d3d35f24a1
Trim query strings from dist filenames, fixes #1087
|
13 年 前 |
Jordi Boggiano
|
4d84f62cd9
Improve consistency and formatting of verbose output for update/install
|
13 年 前 |