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

2435 Commits

Author SHA1 Message Date
Jordan de Laune
f1c46e5127 Does not pass in emitter 2014-11-01 15:13:12 +00:00
Michael Dowling
90b5b961db 5.0.2 release 5.0.2 2014-10-30 20:26:57 -07:00
Michael Dowling
2c7b9271de Prepping for release. And fixing chag command 2014-10-30 20:26:30 -07:00
Michael Dowling
241611c4cd Improving URL encoding of path and query.
This commit updates path and query string encoding to better handle
strings that are already percent encoded, and now allows for all of the
characters valid for paths and queries specified in RFC 3986 to be
present in a URL without being encoded.
2014-10-30 16:52:02 -07:00
Michael Dowling
55d00ea7ae Merge pull request #884 from jklein/patch-1
Fixing typos in the FAQ
2014-10-30 14:38:37 -07:00
Michael Dowling
ace8fa75a4 Merge pull request #886 from Zlender/status_code_integer
Switch status code set/get to integer fixes #881
2014-10-30 14:38:12 -07:00
Rok Zlender
8777b972a3 Switch status code set/get to integer fixes #881 2014-10-30 17:17:19 -04:00
Michael Dowling
0b02466494 Query strings allow "/" characters 2014-10-29 21:38:20 -07:00
Jonathan Klein
3f1c17c4a6 Fixing typos in the FAQ
The extra trailing quote marks are unnecessary/invalid, and break the syntax highlighting in the example (and would cause a syntax error in actual code).
2014-10-29 11:11:35 -04:00
Michael Dowling
bd29143523 Do not overwrite existing header with POST
Existing 'application/x-www-form-urlencoded' content-type headers are no
longer overwritten when applying POST headers to a request before
sending. This allows developers to set custom attributes on each request
(e.g., charset).

Closes #877
Closes #879
2014-10-28 19:45:53 -07:00
Michael Dowling
3e5a4bba47 Using the format from keepachangelog.com 2014-10-26 22:56:17 -07:00
Michael Dowling
eeb136826e Adding a Pool::send convenience method. Closes #874 2014-10-24 16:39:53 -07:00
Michael Dowling
2421aca0cf Merge pull request #878 from GrahamCampbell/patch-1
Fixed the branch alias
2014-10-24 10:25:49 -07:00
Graham Campbell
7d9539da5d Fixed the branch alias 2014-10-24 18:24:14 +01:00
Michael Dowling
9cde649d34 Merge pull request #871 from alekseykuleshov/bugfix/issue-with-NET-MVC-4-multipart-uploads
Fixed issue with NET MVC 4 multipart uploads
2014-10-21 10:23:57 -07:00
Aleksey Kuleshov
22ec457a20 moved \r\n to trailing boundary addition 2014-10-21 10:14:10 +04:00
Aleksey Kuleshov
3e88ff7b43 fixed issue with NET MVC 4 multipart uploads 2014-10-20 17:02:23 +04:00
Michael Dowling
9e806208d9 Prepping bugfix release 5.0.1 2014-10-16 11:00:41 -07:00
Michael Dowling
bcdc7f3c6b Fixing transfer_info vs transfer_stats.
Closes #866
2014-10-16 10:54:28 -07:00
Michael Dowling
9fc544db12 Fixing error and end events for network errors.
When a networking error occurs, the future response that is created
for the transaction does not receive an exception until after the
future is waited on. When calling getResponse() in an event that
is emitted after a networking error, the response returned will
be a future with no actual data to use and throws when accessed.
This commit updated these events to return null if the response
of the transaction is a future. In these cases, it means that the
response did not complete successfully. I've also added a new method
to make this more explicit: hasResponse().

Closes #867.
2014-10-16 10:42:50 -07:00
Michael Dowling
dbf5c0ca51 Merge pull request #862 from pgodel/patch-1
Updated Composer installation instructions
2014-10-15 11:45:07 -07:00
Michael Dowling
b180e1b611 Merge pull request #864 from WyriHaximus/patch-1
Correct RingPHP documentation link
2014-10-15 11:43:58 -07:00
Cees-Jan Kiewiet
57b1d3d362 Correct RingPHP documentation link 2014-10-14 10:12:53 +02:00
Pablo Godel
3057497df1 Updated Composer installation instructions 2014-10-13 15:57:22 -04:00
Michael Dowling
28b51e1123 Merge branch 'master' of github.com:guzzle/guzzle
Conflicts:
	docs/overview.rst
5.0.0
2014-10-12 20:05:51 -07:00
Michael Dowling
2a8a75ee4c Adding missing coverage and accepting adapter as constructor arg 2014-10-12 20:02:40 -07:00
Michael Dowling
7e5bb39230 Unused use 2014-10-12 19:56:35 -07:00
Michael Dowling
8f7b953695 Merge conflict fixes 2014-10-12 19:50:12 -07:00
Michael Dowling
fa8f06609a Merge branch 'ring' into 5-0
Conflicts:
	src/Adapter/Curl/CurlAdapter.php
	src/Adapter/Curl/CurlFactory.php
	src/Adapter/Curl/MultiAdapter.php
	src/Adapter/MockAdapter.php
	src/Adapter/StreamAdapter.php
	src/Event/HeadersEvent.php
	tests/Adapter/Curl/CurlAdapterTest.php
	tests/Adapter/Curl/CurlFactoryTest.php
	tests/Adapter/Curl/MultiAdapterTest.php
	tests/Adapter/Curl/RequestMediatorTest.php
	tests/Adapter/FakeParallelAdapterTest.php
	tests/Adapter/MockAdapterTest.php
	tests/Adapter/StreamAdapterTest.php
	tests/Adapter/StreamingProxyAdapterTest.php
	tests/Adapter/TransactionIteratorTest.php
2014-10-12 19:47:31 -07:00
Michael Dowling
53069ad061 Prepping for release 2014-10-12 19:30:59 -07:00
Michael Dowling
b17b0f94db Updating packager 2014-10-12 18:39:23 -07:00
Michael Dowling
2c2f1d7c47 Updating to use RingPHP and s/adapter/handle/g 2014-10-12 18:27:08 -07:00
Michael Dowling
eb78bc1af1 Merge pull request #860 from GrahamCampbell/patch-1
Update composer.json
2014-10-12 17:30:53 -07:00
Graham Campbell
afa6b096d9 Update composer.json 2014-10-12 22:22:37 +01:00
Michael Dowling
22f9627674 Merge pull request #859 from GrahamCampbell/patch-1
Updated the version constraints
2014-10-12 13:52:36 -07:00
Graham Campbell
8ebec93683 Updated the version constraints 2014-10-12 20:48:44 +01:00
Michael Dowling
cfa65c51e1 Updating changelog 2014-10-11 23:04:34 -07:00
Michael Dowling
858041896a Tweak 2014-10-11 22:59:10 -07:00
Michael Dowling
22389c611c Simplifying the Request FSM
FSM is now passed to a client as a callable.
FSM now requires an adapter and message factory rather than a function.
FSM now is merged with RequestFsm to simplify the API (at least for now)
Removed unnecessary circular reference from client/FSM.
2014-10-11 16:01:20 -07:00
Michael Dowling
cfdb1169e4 Merge pull request #855 from GrahamCampbell/patch-1
Updated install instructions
2014-10-11 10:32:43 -07:00
Michael Dowling
286525b387 Adding a ConnectException 2014-10-10 00:35:58 -07:00
Michael Dowling
b1640b080b Updating tag line 2014-10-09 23:04:32 -07:00
Michael Dowling
aa43910382 Merge pull request #856 from GrahamCampbell/patch-2
Updated install instructions
2014-10-09 14:03:52 -07:00
Graham Campbell
3e8743bfb6 Updated install instructions 2014-10-09 21:14:09 +01:00
Graham Campbell
431345f3b3 Updated install instructions 2014-10-09 21:13:00 +01:00
Michael Dowling
27c4cc3cc4 Updating for Guzzle streams and ring updatres 2014-10-09 12:46:36 -07:00
Michael Dowling
e7ab6becf9 Updating readme 2014-10-08 22:49:03 -07:00
Michael Dowling
4aff6781ed Adding more information to the quickstart 2014-10-08 22:37:38 -07:00
Michael Dowling
cb149b01de More doc updates 2014-10-08 19:18:45 -07:00
Michael Dowling
ad3ab69ccb Fixing tests 2014-10-08 18:56:23 -07:00