1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

2241 Commits

Author SHA1 Message Date
Kristopher Wilson
2b3df4216a Fixing CookieJar cookie-string per RFC 6265 2014-09-11 19:42:18 -04: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
Michael Dowling
90bd509464 Adding support for the decode_content request option
- MessageFactory and adapters now handle decode_content
- server.js now requires base64 encoded data in the "body" JSON parameter.
- Closes #764
2014-08-17 14:33:46 -07:00
Michael Dowling
d088d32801 Updating to guzzlehttp/streams 2.0 2014-08-16 20:29:57 -07:00
Michael Dowling
7521b6529d No longer using namespace functions from stream package 2014-08-16 18:13:59 -07:00
Michael Dowling
99bf91399c Removing bad docs. Addresses #760 2014-08-16 17:08:23 -07:00
Michael Dowling
ef1b0c3075 Merging in default headers case-insensitively. Closes #767 2014-08-14 23:03:39 -07:00
Michael Dowling
e196b8f44f 4.1.8 release 4.1.8 2014-08-14 13:29:51 -07:00
Michael Dowling
22f7e2decf Using the content-type to control whether multipart/form-data POSTs are made. Closes #768 2014-08-14 13:29:02 -07:00
Michael Dowling
2fe5073f9d Fixing an issue where setting stream=false raised an exception. Closes #769 2014-08-14 13:28:17 -07:00
Michael Dowling
50a80ef0d5 Merge pull request #765 from jeremeamia/master
Updated TransactionIterator::rewind()
2014-08-08 15:10:18 -07:00
Jeremy Lindblom
59dc09db3c Updated TransactionIterator::rewind() to call the rewind() of the inner iterator. 2014-08-08 14:50:15 -07:00
Michael Dowling
448f2c2076 4.1.7 release 4.1.7 2014-08-07 18:30:43 -07:00
Michael Dowling
668d4a7471 Merge pull request #762 from GrahamCampbell/patch-1
Updated the alias format
2014-08-07 15:49:04 -07:00
Graham Campbell
b31901e447 Updated the alias format 2014-08-07 23:48:23 +01:00
Michael Dowling
064b57bbbf Merge pull request #761 from GrahamCampbell/patch-1
Improved composer travis install
2014-08-07 15:26:26 -07:00
Graham Campbell
1665616ee9 Improved composer travis install 2014-08-07 23:20:07 +01:00
Michael Dowling
a09915c831 Only calling curl_multi_select when there are active handles
Calling this function on some versions of PHP can cause the select
to select until the specified timeout value (default of 1 second).
Closes #759.
2014-08-06 13:48:45 -07:00
Michael Dowling
af5107487e Properly encoding multipart/form-data fields that contain special characters. Closes #758 2014-08-06 13:33:33 -07:00