Christoph Hochstrasser
|
560d6daccf
|
Using separate variable for URL parts
|
2012-08-29 15:12:08 +02:00 |
Christoph Hochstrasser
|
841efc98a6
|
Appending 'packages.json' only if not present in URL
|
2012-08-29 15:08:04 +02:00 |
Jordi Boggiano
|
c14bc368b0
|
Fix memory usage of the update command
|
2012-08-24 02:29:37 +02:00 |
Jordi Boggiano
|
e3b6bd781c
|
Add RepositoryInterface::filterPackages to stream ops on lists
This cuts down on memory usage and also speeds up the search command to a third of its previous time
|
2012-08-24 02:29:33 +02:00 |
Jordi Boggiano
|
d6de4a0036
|
Rename Package interfaces to reduce BC issues
|
2012-08-24 02:29:31 +02:00 |
Jordi Boggiano
|
e46d26cb9b
|
Add loadAliasPackage to the StreamableRepositoryInterface and clear up responsibilities between Pool and Repositories
|
2012-08-24 02:29:29 +02:00 |
Jordi Boggiano
|
26e8217db7
|
Remove duplication of branch alias parsing code
|
2012-08-24 02:29:26 +02:00 |
Jordi Boggiano
|
2d4076e9b2
|
Add support for aliases in streamed repos
|
2012-08-24 02:29:24 +02:00 |
Jordi Boggiano
|
c8a685be6b
|
Reduce memory usage by only loading packages that are actually needed, fixes #456
|
2012-08-24 02:29:23 +02:00 |
Jordi Boggiano
|
a54bf6269e
|
Improve error messages when network failures occur
|
2012-08-17 16:51:58 +02:00 |
Jordi Boggiano
|
2d41774bcc
|
Add warning when loading an https repo if openssl is disabled, refs #930
|
2012-07-20 10:27:18 +02:00 |
Jordi Boggiano
|
d80180c2b9
|
Allow notifyUrl to be a complete URL
|
2012-07-18 14:57:17 +02:00 |
Jordi Boggiano
|
a06ebdd8ef
|
Add caching to svn metadata
|
2012-06-18 15:38:47 +02:00 |
Jordi Boggiano
|
1bd4ccbd54
|
php-cs-fixer magic
|
2012-05-22 12:07:08 +02:00 |
Jordi Boggiano
|
8ff497ac6f
|
Skip filter_var on 5.3.2 since it is buggy
|
2012-04-27 14:04:39 +02:00 |
Jordi Boggiano
|
70ad8274cd
|
Work around poorly configured php
|
2012-04-26 15:47:22 +02:00 |
Jordi Boggiano
|
b094ef7155
|
Add repository notification API support
|
2012-04-13 02:59:23 +02:00 |
Jordi Boggiano
|
fc29487a2a
|
Add home config key and use it to create the cache instance
|
2012-04-09 16:36:06 +02:00 |
Jordi Boggiano
|
0d97ec4783
|
Add cache to the composer repositories
|
2012-04-06 22:39:43 +02:00 |
Jordi Boggiano
|
a476d1f97d
|
Add support for the new composer repository format
|
2012-04-06 20:40:31 +02:00 |
Jordi Boggiano
|
a67f62990c
|
Prepare for upcoming format break
|
2012-04-06 19:56:34 +02:00 |
Jordi Boggiano
|
7f65dd7409
|
Use RemoteFilesystem everywhere we do http requests
|
2012-03-18 21:26:04 +01:00 |
Jordi Boggiano
|
774e9d0da6
|
Remove dependency on filter_var
|
2012-03-05 15:13:07 +01:00 |
Jordi Boggiano
|
f6b9488bf0
|
Move root package handling to a dedicated loader and make ArrayLoader more strict
|
2011-12-13 01:05:29 +01:00 |
Matthias Pigulla
|
ebbc807de0
|
Fix whitespaces and add strict return code checking
|
2011-12-12 10:57:57 +01:00 |
Matthias Pigulla
|
4e1cb32f8c
|
Allow for file://-URLs here as well
|
2011-12-09 23:37:52 +01:00 |
Jordi Boggiano
|
2e8762744f
|
Fix ComposerRepository ctor
|
2011-12-03 12:43:38 +01:00 |
Fabien Potencier
|
527c711149
|
Move loader creation to avoid creating it more than once, unified the way packages are loading across repository classes
|
2011-10-29 07:43:26 +02:00 |
Jordi Boggiano
|
9b24734c9d
|
Add parsing and on-the-fly loading of repositories defined in packages
|
2011-10-23 19:40:34 +02:00 |
everzet
|
1cca62dc97
|
move json parsing instructions into single class object
|
2011-10-01 16:01:33 +03:00 |
everzet
|
9deb10361f
|
second batch of refactoring
|
2011-09-21 00:43:53 +03:00 |
everzet
|
5f4d46f7ae
|
repository factoring refactoring
|
2011-09-21 00:39:15 +03:00 |
Jordi Boggiano
|
ba9f12a517
|
Add extra and type info to packages
|
2011-08-21 13:33:37 +02:00 |
Jordi Boggiano
|
49c3446ac1
|
Make use of new dist properties, refactored ZipDownloader
|
2011-07-06 21:06:52 +02:00 |
Jordi Boggiano
|
d185194d1a
|
Create links/constraints between packages
|
2011-04-23 20:52:37 +02:00 |
Jordi Boggiano
|
b53a3086b6
|
Minor refactorings and changes
|
2011-04-21 21:13:14 +02:00 |
Nils Adermann
|
f0af6b7d57
|
It's called a repository, not a registry
|
2011-04-18 22:48:51 +02:00 |
Jordi Boggiano
|
e03983697a
|
Add base installer/downloader and ComposerRepository
|
2011-04-18 00:15:05 +02:00 |