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

1100 Commits

Author SHA1 Message Date
Adrian Macneil
47f4942f39 Allow calling setAuth() with a blank password. Closes #239
This supports APIs such as Stripe which only require a username to authenticate.
2013-02-16 10:38:38 +07:00
Michael Dowling
f367b6cca2 Updating branch alias for dev-master 2013-02-14 18:10:51 -08:00
Michael Dowling
3a3fa1c5af Updating changelog date v3.2.0 2013-02-14 17:33:10 -08:00
Michael Dowling
69ad0affa2 The encoding scheme used by Guzzle\Http\QueryString can now be
customized
Guzzle\Http\QueryString no longer accepts a callback function for
aggregation but rather uses QueryAggregatorInterface objects.
Addresses #238.
2013-02-13 23:28:44 -08:00
Michael Dowling
549cabddbe Updating changelog 2013-02-13 18:37:29 -08:00
Michael Dowling
206d02eadc Merge pull request #237 from athieriot/fix-double-maxage
Make a choice when max-age is present twice
2013-02-13 11:15:13 -08:00
Aurélien Thieriot
500b63986c Make a choice when max-age is present twice 2013-02-13 10:04:45 +00:00
Michael Dowling
b6bc3a3db1 Adding upgrade notes for the pending 3.2.0 release 2013-02-12 22:55:52 -08:00
Michael Dowling
c9cada3d92 Only using CURLOPT_PROTOCOLS if cURL version >= 7.19.4
Closes #236
2013-02-12 16:31:20 -08:00
Michael Dowling
e612fe1ff7 Preparing for 3.2.0 2013-02-10 20:28:35 -08:00
Michael Dowling
17af797f0f Adding a way to explode all headers on glue using the normalize method 2013-02-10 19:30:29 -08:00
Michael Dowling
a8dc1189aa Headers are no longer split on a default glue of "," when adding
Rolls back 2f8565b46ac721259497a39e7f458a720acf9d64
This is necessary to work well with headers with commas (e.g. Date)
2013-02-10 15:16:48 -08:00
Michael Dowling
d5eec8ee4a Allowing only HTTP and HTTPS protocols 2013-02-09 22:58:25 -08:00
Michael Dowling
c57b28e111 Adding setData() to service descriptions 2013-02-09 18:03:39 -08:00
Michael Dowling
894ef55422 Merge pull request #235 from gimler/patch-2
correct php docs
2013-02-08 10:54:08 -08:00
Gordon Franke
4af928f8fd Update src/Guzzle/Service/Builder/ServiceBuilder.php
correct php docs
2013-02-08 19:52:40 +01:00
Michael Dowling
49b7477d9b Merge pull request #234 from angelk/readmeFix
README add mssing "."
2013-02-08 10:08:33 -08:00
angelk
1b35dffcb2 README add mssing "." 2013-02-08 15:34:36 +02:00
Michael Dowling
88745129f1 Can now customize XML encoding. Closes #232 2013-02-07 21:01:23 -08:00
Michael Dowling
7fcf34bb34 Merge pull request #233 from frosas/do-not-reuse-curlmulti
Don't reuse CurlMulti
2013-02-07 15:29:31 -08:00
Francesc Rosàs
228b147d4d Don't reuse CurlMulti 2013-02-08 00:04:54 +01:00
Michael Dowling
e290a773bc Fixing infinite loop when using default exponential backoff plugin for 500 responses 2013-02-05 13:38:20 -08:00
Michael Dowling
5c2f8a176f Adding ToArrayInterface to Event 2013-02-02 20:14:53 -08:00
Michael Dowling
2bc1c4872f Merge pull request #231 from lanthaler/fix-svc-desc-factory-doc
Fix ServiceDescriptionFactory::setServiceDescription() docBlock
2013-02-01 09:57:31 -08:00
Markus Lanthaler
3a5c24e8d4 Fix ServiceDescriptionFactory::setServiceDescription() docBlock 2013-02-01 11:24:22 +01:00
Michael Dowling
dfe3497f31 Fixing parsing of Set-Cookie and Set-Cookie2 based on RFC 6265. 2013-01-31 22:52:20 -08:00
Michael Dowling
2f8565b46a Updating headers to split using glue when added 2013-01-31 22:28:06 -08:00
Michael Dowling
d21c5886a3 Removing overly verbose covers annotations from UrlTest 2013-01-31 22:09:55 -08:00
Michael Dowling
f4f154c06f Merge remote-tracking branch 'mpv/master' 2013-01-31 22:06:22 -08:00
Michael Dowling
e749ffe6f8 Merge pull request #227 from hobodave/refactor-url
Refactor URL implementation per RFC-3986
2013-01-31 22:00:46 -08:00
Michael Dowling
08812f77ba Fixing some formatting 2013-01-31 17:18:35 -08:00
Michael Dowling
9726778e64 Merge pull request #230 from bedokuroff/master
Fixing the bug when filters are not invoked for 'array' operation parameter type, adding unit test for this case as well
2013-01-31 17:10:50 -08:00
David Abdemoulaie
db5b96d08d Fixes edge-cases in Url, QueryString, and Request
Falsy values (the string "0") are now handled properly

e.g. http://foo.com?0, http://foo.com#0
2013-01-31 14:35:20 -06:00
Michael Dowling
da7a2c16ad Merge pull request #229 from lanthaler/use-service-description-interface
Use ServiceDescriptionInterface instead of hard-wiring it to ServiceDescription
2013-01-31 11:53:44 -08:00
Michael Dowling
9cd905eeb9 Adding getResponseBody() to the RequestInterface and uses a targeted response body with redirects. Closes #228. 2013-01-31 11:56:32 -08:00
Vitaliy Kalachikhin
623c4156a2 Fixing the bug when filters are not invoked for 'array' operation parameter type, adding unit test for this as well 2013-01-31 22:21:27 +04:00
Markus Lanthaler
90eec7f84b Use ServiceDescriptionInterface instead of hard-wiring it to ServiceDescription 2013-01-31 15:53:11 +01:00
Michael Dowling
cde72ff57a Path for requests must always be absolute. Optimizing Url::__toString(). 2013-01-30 20:51:56 -08:00
David Abdemoulaie
0d71baf35b Request resource must always be an absolute path 2013-01-30 18:48:28 -06:00
David Abdemoulaie
8aabcebef1 QueryString::$prefix is now completely unnecessary - removed 2013-01-30 17:32:43 -06:00
David Abdemoulaie
74b55d0c85 Remove query_prefix from Url parts 2013-01-30 17:29:35 -06:00
David Abdemoulaie
3942ab7eff Merge remote-tracking branch 'origin/master' into refactor-url 2013-01-30 17:17:57 -06:00
David Abdemoulaie
d0f2aff142 Massive refactoring of Url, QueryString, and Request for RFC3986
TODO: ArrayCookieJar & tests are failing
2013-01-30 17:16:42 -06:00
Michael Dowling
a0578a270a Merge pull request #225 from Berdir/simplify-bad-request-exeption
Remove request and response object from message string
2013-01-29 20:52:26 -08:00
Sascha Grossenbacher
30a33083e7 Remove request and response object from message string 2013-01-28 21:12:58 +01:00
Michael Dowling
7901ea7d27 Tagging 3.1.2 release v3.1.2 2013-01-27 16:07:40 -08:00
Michael Dowling
6233395918 Fixing redirect response chaining. Closes #223 2013-01-26 00:20:43 -08:00
Michael Dowling
b5a047c842 Merge pull request #224 from parkji/verifyHostFix
Changes value of CURLOPT_SSL_VERIFYHOST set in Http Client
2013-01-25 14:57:39 -08:00
Ben Parker
5e0ff2ef20 Changes value of CURLOPT_SSL_VERIFYHOST set in Http Client
1 as a value for CURLOPT_SSL_VERIFYHOST is deprecated
in libcurl 7.28.1, recommended value is now 2
2013-01-25 22:40:55 +00:00
Victor Sollerhed
fee166a5cc Fixing indentation in UrlParserProvider.php 2013-01-25 11:49:12 +01:00