6173 Commits (a0bff7af1d48977cc8d34b68d4617bd25ecdb42d)
 

Author SHA1 Message Date
Jordi Boggiano 604a65cc31 Fix indenting, refs #2788 11 years ago
Jordi Boggiano d90fec3d44 Merge remote-tracking branch 'sylvainfilteau/master' 11 years ago
Sylvain Filteau 92e283973f Skip test requiring mbstring when it's not installed 11 years ago
Pavel Puchkin 9fda8cdc84 Type in comment 11 years ago
Alessandro Biavati c5d1a3575c Added `path` flag to show install path for installed packages 11 years ago
Pádraic Brady 825b458593 Fix missing opts for diagnose command 11 years ago
Pádraic Brady 6c7dd39837 Merge branch 'master' of github.com:composer/composer into tls-config 11 years ago
Pádraic Brady 69bbe0918d Minimal documentation updates 11 years ago
Pádraic Brady 49414a9790 Remove InputInterface passing from previous commits
- no longer necessary with IOInterface update
11 years ago
Pádraic Brady 470fb58273 Add a bundled cacert.pem as a last resort option 11 years ago
Jordi Boggiano fff913d6de Update deps 11 years ago
Jordi Boggiano 5fb005631a Tweaking dispatchScript method to be in line with the rest, and add devMode to *_AUTOLOAD_DUMP events 11 years ago
Jordi Boggiano 790a25c348 Adjust dump command, add another test, update docs, refs #1344 11 years ago
Jordi Boggiano 023ff131aa Merge remote-tracking branch 'bamarni/autoload-dev' 11 years ago
Jordi Boggiano cea7c07cf2 Fix CS 11 years ago
Jordi Boggiano 1f2d8908f3 Merge remote-tracking branch 'olvlvl/fix_issue_2598' 11 years ago
Pádraic Brady 306ba77e93 Implement the RemoteFilesystem Factory everywhere...
- also fixes impacted test
11 years ago
Pádraic Brady 9881d76216 Adds Composer\Factory::createRemoteFilesystem():
- Implemented in self-update command
- Added to Composer\IO\BaseIO the getInputOption() and getInputArgument() getters to allow access to input
- Fixed some minor bugs
11 years ago
Pádraic Brady 6f0f17355f Small fix for validated NULL cafile in config 11 years ago
Pádraic Brady cb32c480be Validate disable-tls and cafile config file values 11 years ago
Pádraic Brady d8cbd9f057 Expand cli TLS options to other commands + misc fixes 11 years ago
Pádraic Brady bf01a55e53 Patch RFS test to set private fileUrl property and pass 11 years ago
Sandy Pleyte 3e161e8ea9 Updated the regexp and added an other test case for sub dirs 11 years ago
Sandy Pleyte 1d51e54a31 Updated the regexp and added more test cases. 11 years ago
Pavel Puchkin 7ccb91667f Fallback to gzip functions when on Windows 11 years ago
Bilal Amarni db91454a13 added an autoload-dev section 11 years ago
Pádraic Brady 81b86acc53 Merge branch 'master' of github.com:composer/composer into tls-config
Conflicts:
	src/Composer/Util/RemoteFilesystem.php
11 years ago
Pádraic Brady a23d87520c Remove duplicate 5.6 ref from PR 11 years ago
Sandy Pleyte 21109ada22 Fix for #2739 (and #1755), added support for directory excludes in the .gitignore file like /directory or directory/ 11 years ago
Pádraic Brady 8abff794cd Fix CN matching to use correct host (should almost eliminate TLS retries where wildcard CNs are used) 11 years ago
Jordi Boggiano 0d4c2bb7d7 Fix github test 11 years ago
Jordi Boggiano 5b0dc99fec Reuse github existing tokens instead of failing, fixes #2724 11 years ago
Jordi Boggiano 1851c29dd3 Update code to work with #2766 11 years ago
Jordi Boggiano 9db2a537e5 Merge remote-tracking branch 'cs278/github-otp-support' 11 years ago
Nils Adermann edbc22f6bb Merge pull request #2766 from Seldaek/rfs_errors
Capture response bodies in exceptions when http requests fail
11 years ago
Jordi Boggiano 5067d76dbc Adjust test suite 11 years ago
Jordi Boggiano 28bb781324 Capture response bodies in exceptions when http requests fail 11 years ago
Pavel Puchkin c598fdb0f5 Since there is no solution for non-unix (for now), remove the condition 11 years ago
Pavel Puchkin ba56ac362a Final fix. Preserve initial file name 11 years ago
Pavel Puchkin a287884619 There is no need in DIRECTORY_SEPARATOR since it Unix 11 years ago
Pavel Puchkin 3811fe7d8b Resolves #2521. First and simple attempt to make a gzip downloader 11 years ago
Jordi Boggiano e1e48b28f7 Update vendor dir modified time after every install/update, fixes #2764 11 years ago
Pádraic Brady 2972ec3d86 Show warning when we retry a TLS connection for downloads 11 years ago
Pádraic Brady c9c6849df0 Add Common Name (CN) matching checks and TLS connection retry (by default).
For example, the communicated host will be github.com, but the CN is *.github.com. Also not matching api.github.com.
The logic detects an initial TLS CN-mismatch error, and parses the correct CN from the error, then checks if the CN and URL have same host before retrying.
11 years ago
Pádraic Brady 30c6aa3183 Merge branch 'master' of github.com:composer/composer into tls-config 11 years ago
Nils Adermann b808ff5e28 Don't hardcode the URL to an https one either 11 years ago
Nils Adermann edfaf727e5 When using the github driver with no-api don't reset to an ssh url 11 years ago
Jordi Boggiano 665a2bd0c0 Tweak error message and make TransportException extend from RuntimeException, refs #2753 11 years ago
Jordi Boggiano a612b2affe Merge remote-tracking branch 'naderman/download-failover' 11 years ago
Jordi Boggiano c698c8655c Merge pull request #2754 from naderman/github-no-api
Make the github driver behave like git if "no-api" is specified.
11 years ago