Beau Simensen
|
6efbc7d531
|
Enhanced GitHub API/Private Repository support
|
2012-03-09 23:49:21 -08:00 |
Jordi Boggiano
|
edf93f1fcc
|
Fix test & behavior
|
2012-03-10 02:14:40 +01:00 |
Jordi Boggiano
|
89f69256f8
|
Merge remote-tracking branch 'kostiklv/console-overwrite-fix'
|
2012-03-10 00:50:52 +01:00 |
Jordi Boggiano
|
a4f9e03d35
|
Add workaround for PHP bug #61336
|
2012-03-09 23:44:10 +01:00 |
Jordi Boggiano
|
3e22084ea4
|
Overhaul VcsDrivers, introduce TransportException for remote filesystem errors
|
2012-03-08 23:14:56 +01:00 |
Jordi Boggiano
|
8d087f2b2b
|
Fixes to Filesystem class, avoid removing non-existing dirs and clear stat cache for safety
|
2012-03-08 00:12:38 +01:00 |
Konstantin Tjuterev
|
0b7896cdad
|
Simplified & fixed ConsoleIO->overwrite, corrected output when downloading with progress
|
2012-03-06 23:01:51 +02:00 |
Jordi Boggiano
|
9bcea6f485
|
Merge remote-tracking branch 'hason/filedownloader'
|
2012-03-05 13:53:56 +01:00 |
Martin Hasoň
|
303dae7968
|
Fixed typos and bugs in the RemoteFilesystem class
|
2012-03-05 11:28:23 +01:00 |
Dave Marshall
|
cb3548c64c
|
Reset the errorOutput before attempting to run command
|
2012-02-29 13:32:08 +00:00 |
Dave Marshall
|
c2421db7d9
|
Add stderr to exceptions for GitDownloader
|
2012-02-29 11:05:25 +00:00 |
Jordi Boggiano
|
8ba76fe6d2
|
Boost default timeout to 5min
|
2012-02-27 11:35:26 +01:00 |
Martin Hasoň
|
56c0e511da
|
Added support for change the process timeout
|
2012-02-21 08:59:52 +01:00 |
Jordi Boggiano
|
4d7ecdcb69
|
Fix authentication behavior when re-entering get()
|
2012-02-17 12:35:42 +01:00 |
Jordi Boggiano
|
a8aef7e203
|
Text tweaks
|
2012-02-17 12:19:29 +01:00 |
Jordi Boggiano
|
60fddb2c09
|
Use parse_url instead of manual parsing
|
2012-02-17 12:13:56 +01:00 |
Jordi Boggiano
|
8b7a64ab28
|
Limit progress output, mitigates #283
|
2012-02-17 11:53:38 +01:00 |
Jordi Boggiano
|
844c43092f
|
Fix re-entrant behavior
|
2012-02-17 11:53:09 +01:00 |
Jordi Boggiano
|
db03b7bbbd
|
Fix line endings
|
2012-02-17 11:50:36 +01:00 |
François Pluchino
|
dbfbbab904
|
Add changes requested
|
2012-02-16 23:41:26 +01:00 |
François Pluchino
|
2e3eed081a
|
Merge remote branch 'composer/master'
Conflicts:
src/Composer/Downloader/FileDownloader.php
|
2012-02-16 18:11:01 +01:00 |
François Pluchino
|
bc232af018
|
Bug fix display downloading info
|
2012-02-15 14:16:42 +01:00 |
François Pluchino
|
953f0992f7
|
Merge callback method of FileDownloader and VcsDriver
Required corrections added
|
2012-02-15 13:11:29 +01:00 |
Jordi Boggiano
|
256bfedea1
|
Merge remote-tracking branch 'jalliot/proxy2'
Conflicts:
src/Composer/Downloader/FileDownloader.php
src/Composer/Repository/PearRepository.php
|
2012-02-14 17:01:15 +01:00 |
François Pluchino
|
9638247e44
|
Move to Util Class
|
2012-02-14 11:25:00 +01:00 |
Jordi Boggiano
|
5da021ffa7
|
Moved Filesystem to base Util namespace
|
2012-02-09 18:45:28 +01:00 |
Artem Lopata
|
7d994b5de4
|
Added ErrorHandler for handling E_NOTICE, E_WARNING, E_ERROR
|
2012-01-27 10:37:45 +02:00 |
Jordi Boggiano
|
702d415472
|
Fix usage of the ProcessExecutor
|
2012-01-22 20:08:57 +01:00 |
Jordan Alliot
|
b4d87af959
|
Changed array_merge to array_merge_recursive
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
468eb0ed8d
|
Merge default options after buildind proxy one
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
054faef5eb
|
New context at each call and possibility to add more options and params to the context
|
2012-01-21 20:58:36 +01:00 |
Jordan Alliot
|
9c27e38654
|
Moved proxy handling to a new class so that it can be reused in other parts of Composer
|
2012-01-21 20:58:36 +01:00 |
Jordi Boggiano
|
e218b811e0
|
Convert static Process into an executor that can be injected
|
2012-01-18 09:27:57 +01:00 |
digitalkaoz
|
897ff9126d
|
seperate class for Process, using this one all over the place
|
2012-01-05 11:12:54 +01:00 |