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

2963 Commits

Author SHA1 Message Date
Jeremy Lindblom
f210294133 Fixes #1263. Makes the HandlerStack more reusable (without BC) by moving the "cached" logic from __invoke() to resolve(). 2015-10-04 22:53:12 -07:00
Michael Dowling
ecf4fc1ef4 Merge pull request #1270 from sulfo/patch-1
Fixed formating
2015-09-30 10:14:23 -07:00
Michael Sørensen
471d589f37 Fixed formating
Code block was not been displayed due to incorrect indentation.
2015-09-30 18:23:51 +02:00
Michael Dowling
c4c2ae9e2f Merge pull request #1266 from EdgarPE/master
Fixes incorrect synchrounous check in Proxy class.
2015-09-28 09:52:08 -07:00
EdgarPE
911bcbc8b4 Fix tests for RequestOptions::SYNCHRONOUS check in Proxy::wrapSync() 2015-09-28 10:59:51 +02:00
EdgarPE
e664da3e88 Fix RequestOptions::SYNCHRONOUS check in Proxy::wrapSync() 2015-09-26 01:33:23 +02:00
Michael Dowling
768b4c0e3e Merge pull request #1253 from dawehner/__class
Use ::class in tests where it was possible
2015-09-16 10:16:54 -07:00
Michael Dowling
146ea37604 Merge pull request #1258 from Brunty/httpbin-host
Fixed typo in quickstart docs for httpbin
2015-09-16 10:16:18 -07:00
Michael Dowling
b2a042063d Merge pull request #1259 from shadowhand/patch-1
Use correct interface names in middleware docs
2015-09-16 10:16:10 -07:00
Woody Gilk
7d91e2e87f Use correct interface names in middleware docs 2015-09-15 15:22:30 -05:00
Matt Brunt
914c2b5010 Fixed typo in quickstart for httpbin 2015-09-15 10:07:47 +01:00
Daniel Wehner
e464b0198d Use ::class in tests where it was possible 2015-09-09 11:17:23 +02:00
Michael Dowling
ef728b658f Merge pull request #1252 from jeskew/fix/travis-is-too-slow
Travis is too slow when running on its legacy infrastructure
2015-09-08 13:05:33 -07:00
Jonathan Eskew
615d291a57 Travis is too slow when running on its legacy infrastructure 2015-09-08 12:32:54 -07:00
Michael Dowling
66fd14b4d0 6.1.0 release 6.1.0 2015-09-08 10:36:26 -07:00
Michael Dowling
8f623664ed Merge pull request #1202 from guzzle/on_stats
on_stats request option
2015-09-08 10:13:47 -07:00
Michael Dowling
4771e34b9e Merge pull request #1247 from GrahamCampbell/patch-1
Updated branch alias
2015-09-06 14:10:21 -07:00
Michael Dowling
19cc17ffaf Merge pull request #1246 from dshafik/fix-options-merge
Fix options merge, ensure latter options override
2015-09-06 13:59:07 -07:00
Graham Campbell
62cd40c2bb Updated branch alias 2015-09-06 21:56:33 +01:00
Michael Dowling
38d25519c6 Adding on_stats docs 2015-09-06 13:01:07 -07:00
Michael Dowling
16ccd73eee Adding tests 2015-09-06 12:51:06 -07:00
Michael Dowling
e881b5ab5b Adding transfer tests 2015-09-06 12:24:01 -07:00
Michael Dowling
2e3532155d Making the function name consistent 2015-09-06 12:22:10 -07:00
Michael Dowling
ec1f1a8b56 WIP work on on_stats 2015-09-06 12:11:56 -07:00
Michael Dowling
2e92238902 Finishing the redirect tracking PR 2015-09-06 12:05:56 -07:00
Michael Dowling
134fb899d2 CS fixes 2015-09-06 11:44:21 -07:00
Michael Dowling
362dd6864c Merge remote-tracking branch 'dawehner/redirect-history' into redirect-history
Conflicts:
	tests/RedirectMiddlewareTest.php
2015-09-06 11:43:02 -07:00
Michael Dowling
b484b107db Some cleanup of CookieJar 2015-09-06 11:27:22 -07:00
Michael Dowling
9e1f9ca92b Merge remote-tracking branch 'stefanruijsenaars/cookies' into cookie-empty-fix 2015-09-06 11:23:58 -07:00
Michael Dowling
5f741e5584 Adding mention of xml and json being removed. Closes #1238 2015-09-06 11:21:02 -07:00
Michael Dowling
196b301670 Cleaning up docs. Closes #1231, closes #1241 2015-09-06 11:18:04 -07:00
stefan.r
aef23611dd If the name string is empty but not 0, ignore the set-cookie-string entirely 2015-09-06 18:03:37 +02:00
Davey Shafik
f0ea478dce Fix options merge, ensure latter options override 2015-09-06 12:42:35 +10:00
Michael Dowling
33af93ab4b Merge pull request #1232 from spyric/bad_cookie
Fix incorrect equal sign in cookie value
2015-09-01 16:14:13 -07:00
Michael Dowling
f6a37314b7 Merge pull request #1237 from Naktibalda/allow-square-brackets-in-cookie-name
Allow square brackets in cookie name
2015-09-01 15:53:57 -07:00
Gintautas Miselis
594e39fd8c Added test for cookie name with square brackets 2015-09-01 21:59:56 +01:00
Gintautas Miselis
72e1d73c68 Allow square brackets in cookie name #1205 2015-09-01 21:56:34 +01:00
Егор Таланцев
fe012ca157 + Fix incorrect equal char while get cookie (fix fails test) 2015-08-28 14:36:25 +05:00
Егор Таланцев
9a161432e4 + fails test 2015-08-28 14:36:24 +05:00
Michael Dowling
36e021d6f2 Merge pull request #1221 from BostjanOb/master
Fix changing curl options
2015-08-24 10:09:43 -07:00
Michael Dowling
f2e88b76c0 Merge pull request #1219 from grokify/master
Fix minor typos in psr7.rst
2015-08-24 10:08:37 -07:00
Michael Dowling
29baaa1412 Merge pull request #1230 from Tobion/patch-2
Fix phpdoc for configureDefaults() that does not have a return value
2015-08-24 10:07:59 -07:00
Michael Dowling
c1edc2e333 Merge pull request #1228 from Tobion/patch-1
Fix UriTemplate does not have constructor args
2015-08-24 10:06:45 -07:00
Tobias Schultze
22a403251e Fix phpdoc for configureDefaults() that does not have a return value 2015-08-24 14:56:42 +02:00
Tobias Schultze
49eb7526d6 Fix UriTemplate does not have constructor args 2015-08-24 04:21:13 +02:00
Bostjan Oblak
12fe5b4a9e Fix changing curl options 2015-08-18 12:24:44 +02:00
John Wang
f8dc8000f8 fix minor typo in psr7.rst 2015-08-15 23:44:09 -07:00
John Wang
01d19a016e fix httpbin.org hostname in psr7.rst 2015-08-15 23:41:56 -07:00
John Wang
b72736a83b fix typos in psr7.rst 2015-08-15 23:39:32 -07:00
Michael Dowling
d687700d60 Cleaning up no_proxy support 2015-08-15 13:48:15 -07:00