1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-12 03:24:26 +01:00

2258 Commits

Author SHA1 Message Date
Michael Dowling
91df3a306b Updating for new streams changes 2014-09-10 17:13:42 -07:00
Michael Dowling
40855d7d4f Adding future test to perf script 2014-09-08 21:35:13 -07:00
Michael Dowling
db4e68d64f Fixing typo 2014-09-08 21:35:12 -07:00
Graham Campbell
ccd959d01f Use the tilde opperator 2014-09-08 21:35:12 -07:00
Michael Dowling
239ae64607 Using batch_future when using sendAll() 2014-09-08 21:35:12 -07:00
Michael Dowling
97e4fe8260 Returning an array rather than SplObjectStorage 2014-09-08 21:35:12 -07:00
Michael Dowling
79c63e60e4 Unsetting the deref parameter to remove references 2014-09-08 21:35:11 -07:00
Michael Dowling
ef0c3c1d56 Updating to use guzzle streams 3.0 2014-09-08 21:35:11 -07:00
Michael Dowling
18e2a5d4e5 Adding a future proxy any time curl multi is used 2014-09-08 21:35:11 -07:00
Michael Dowling
d4cf293ffb Adding debug output again 2014-09-08 21:35:11 -07:00
Michael Dowling
2995739935 Adding debug output 2014-09-08 21:35:11 -07:00
Michael Dowling
15defe7bec Rounding out test coverage 2014-09-08 21:35:11 -07:00
Michael Dowling
e4b1486fd9 Adding more test coverage 2014-09-08 21:35:11 -07:00
Michael Dowling
668209c895 Getting tests working again. Removing more fluent interfaces.
Removing more fluent interfaces to make it easier to decorate
classes.
2014-09-08 21:35:11 -07:00
Michael Dowling
f19cc3a40d Some minor breaking changes and adding async future responses. 2014-09-08 21:35:10 -07:00
Michael Dowling
5834885597 Fixing typo 2014-09-08 21:33:32 -07:00
Michael Dowling
7998fbdbcb Removing the bundled CA bundle completely
I've now removed the bundled CA bundle and will scan for a
CA bundle when using the PHP stream wrapper on PHP < 5.6.
This change will still work out of the box for most users,
but may require users on Mac or Windows to manually configure
a CA bundle using the `verify` request option or the
openssl.cafile ini setting.
2014-09-08 21:33:32 -07:00
Michael Dowling
e9c74c257e Using the system CA bundle by default when possible
This commit updates Guzzle to use the CA bundle packaged on the
system by default when possible. cURL will use the system CA
bundle without issue, however, PHP 5.5 and lower will still
default to the bundled CA cert. You can now pass "bundled" to
use the cacert file bundled with Guzzle.
2014-09-08 21:33:32 -07:00
Michael Dowling
9c4fbbf645 4.2.2 release 4.2.2 2014-09-08 15:11:58 -07:00
Michael Dowling
64fcc4b37c Changing content-disposition order to match curl. Closes #799 2014-09-08 13:58:31 -07:00
Michael Dowling
d1f7bea451 Documenting measure. Closes #812 2014-09-08 13:55:13 -07:00
Michael Dowling
7eff942469 Fixing CurlAdapter memory leak. Closes #813 2014-09-08 13:53:10 -07:00
Michael Dowling
e693284ff1 Merge pull request #816 from GrahamCampbell/revert-801-patch-1
Revert "Bumped the minor version"
2014-09-08 13:06:16 -07:00
Graham Campbell
e6d5e3bb52 Revert "Bumped the minor version" 2014-09-08 19:13:23 +01:00
Michael Dowling
3951e6f7ef Merge pull request #806 from ifdattic/fix-typos
Fix typos
2014-09-04 20:23:05 -07:00
Michael Dowling
a21d13f646 Merge pull request #805 from overtrue/patch-1
Fix typo
2014-09-04 20:22:43 -07:00
Andrew M
fe0b39d793 Fix typos 2014-09-04 17:48:58 +03:00
安正超
82db819a9a Fix typo 2014-09-04 18:25:47 +08:00
Michael Dowling
f9f2335fcc Merge pull request #801 from GrahamCampbell/patch-1
Bumped the minor version
2014-09-02 14:34:22 -07:00
Graham Campbell
7e62837add Bumped the minor version 2014-09-02 22:07:49 +01:00
Michael Dowling
f36ab448d0 Not using request_fulluri in stream adapter. Closes #791 2014-08-30 13:56:40 -07:00
Christer Gustavsson
0ab39c958e Use previous req when creating a redirect req 2014-08-27 16:44:24 +02:00
Christer Gustavsson
89c13efceb Adding test for redirects with relative paths
Ensure that the relative path is added to url of the
previous request instead of always using the original
2014-08-27 16:39:09 +02:00
Michael Dowling
10fc6b7ed4 Merge pull request #780 from MelvinLoos/patch-1
Update events.rst
2014-08-26 12:29:13 -07:00
Michael Dowling
9403dbfddc Merge pull request #790 from gajus/patch-1
getStatusCode returns string, not integer.
2014-08-26 10:20:59 -07:00
Gajus Kuizinas
30ac0ba914 getStatusCode returns string, not integer. 2014-08-26 19:53:06 +03:00
Melvin Loos
120c12468f Update events.rst
Event Subscribers example was missing an apostroph.
2014-08-20 17:50:16 +02:00
Michael Dowling
47ca212e98 4.2.1 release 4.2.1 2014-08-19 22:30:12 -07:00
Michael Dowling
83ad35d31c Adding automatic github releases 2014-08-19 22:02:13 -07:00
Michael Dowling
fa5e604019 Ensuring the stream adapter does not add a default content-type 2014-08-19 21:34:33 -07:00
Michael Dowling
8e43631d95 Clarifying how the test server works. Closes #775 2014-08-19 20:20:27 -07:00
Michael Dowling
ef4e18545d Using Burgomaster 2014-08-17 22:38:05 -07:00
Michael Dowling
cc79aa7605 Merge branch 'master' of github.com:guzzle/guzzle 4.2.0 2014-08-17 17:48:35 -07:00
Michael Dowling
8e4706e22d 4.2.0 release 2014-08-17 17:47:21 -07:00
Michael Dowling
8d6b9249c9 Adding an easy way to package a zip and phar 2014-08-17 17:46:18 -07:00
Michael Dowling
9351502275 Merge pull request #772 from guzzle/version-4-2
Version 4.2
2014-08-17 17:45:19 -07:00
Michael Dowling
0bc3bc62e1 Clarifying error handling behavior 2014-08-17 16:33:04 -07:00
Michael Dowling
97b72d5d63 Fixing typo 2014-08-17 16:30:54 -07:00
Michael Dowling
f8fa2180c8 Adding more information on parallel adapter error handling 2014-08-17 16:24:44 -07:00
Michael Dowling
e5f0b6b84d Added the ability to throw exceptions immediately.
Closes #760
2014-08-17 16:21:32 -07:00