David Barratt
71e236b74a
Remove forced protocol version.
2014-01-28 09:17:41 -05:00
Michael Dowling
028195b32b
Escaping the regex delimiter when matching Cookie domains. Closes #526 .
2014-01-23 10:29:07 -08:00
Michael Dowling
28c2c5ee5f
Removing executable from RedirectPlugin.php. Closes #530
2014-01-23 10:23:29 -08:00
Michael Dowling
aa5e60b65a
Fixing doc error
2014-01-23 10:22:11 -08:00
Michael Dowling
cd97afb9dd
Setting empty query string values that contain no "=" to the special blank string so that it is represented correctly as a string. Closes 529.
2014-01-15 15:31:19 -08:00
Michael Dowling
6ef45a4097
Merge pull request #525 from gimler/patch-3
...
fix typo
2014-01-10 10:51:00 -08:00
Gordon Franke
4219df4fb3
fix typo
2014-01-10 10:17:11 +01:00
Michael Dowling
da029747d8
Merge pull request #524 from christeredvartsen/set-mock-response-fix
...
Allow a single instance of a Response object to be set as the next mocked response
2014-01-09 13:31:09 -08:00
Christer Edvartsen
aef2879c45
Allow a single instance of a Response object to be set as the next mocked response
2014-01-09 22:22:48 +01:00
Michael Dowling
a2b9204c90
Merge pull request #521 from GrahamCampbell/use-statement-fix
...
Added missing RuntimeException use statement
2014-01-08 15:43:14 -08:00
Michael Dowling
aa70f6a4d1
Merge pull request #523 from GrahamCampbell/minor-fixes
...
Minor fixes
2014-01-08 15:42:48 -08:00
Michael Dowling
fb86146ee6
Merge pull request #522 from GrahamCampbell/clean-uses
...
Removed unneeded use statements
2014-01-08 15:41:12 -08:00
Graham Campbell
75b1baf9c1
Removed unneeded use statements
2014-01-08 21:45:39 +00:00
Graham Campbell
de163ad2f2
Removed some more unused variables
2014-01-08 21:34:59 +00:00
Graham Campbell
d28d894e7d
Removed unused output variable from the split task
2014-01-08 21:30:40 +00:00
Graham Campbell
48ee93d796
Removed unused variables from the phar task
2014-01-08 21:29:58 +00:00
Graham Campbell
ffc05cb60a
Added missing RuntimeException use statement
2014-01-08 21:24:51 +00:00
Michael Dowling
8a06b92c1d
Merge pull request #518 from GrahamCampbell/space-fixes
...
Whitespace Fixes
2014-01-07 17:24:49 -08:00
Graham Campbell
d5401f2eca
Whitespace fixes
2014-01-08 00:02:38 +00:00
Michael Dowling
7e66156fb3
Merge pull request #517 from guzzle/silence_failing_xml_test
...
Skip and log the failing XML entity test until I can figure out why Trav...
2014-01-03 14:54:57 -08:00
Michael Dowling
4fb10faa3c
Skip and log the failing XML entity test until I can figure out why Travis does not fail but my dev environment does.
2014-01-03 14:47:01 -08:00
Michael Dowling
870b87d419
Merge pull request #514 from guzzle/merging_query_overwrites_aggregator
...
Merging one URL onto another when not using strict RFC 3986 compliance
2014-01-03 14:15:39 -08:00
Michael Dowling
f4b56d4fbe
Merge pull request #512 from guzzle/stack-trace-multi
...
Adding more information to ExceptionCollection exceptions
2014-01-03 14:14:48 -08:00
Michael Dowling
70904028b0
Merge pull request #513 from guzzle/ref_with_merge_fix
...
Updating the resolving of "$ref" attributes in schemas to merge over existing values
2014-01-03 14:13:45 -08:00
Michael Dowling
a372cac9ed
Merging one URL onto another when not using strict RFC 3986 compliance
...
will now replace the current query string of the URL with the merged in
query string, causing query aggregators to be replaced.
Closes #489 . Closes #511 .
2014-01-02 20:43:45 -08:00
Michael Dowling
697c0b676d
Updating the resolving of "$ref" attributes in schemas to merge in any
...
existing properties underneath the "$ref" schema. Closes #501 .
2014-01-02 20:05:46 -08:00
Michael Dowling
9b42e065dc
Fixing the link to the available phars. Closes #497
2014-01-02 19:29:44 -08:00
Michael Dowling
685a7fda08
Adding more information to ExceptionCollection exceptions so that users have more context, including a stack trace of each sub-exception
2014-01-02 15:55:19 -08:00
Michael Dowling
678100e507
Allowing the body of a request to be "0". Closes #504
2014-01-02 13:17:53 -08:00
Michael Dowling
0a6631502c
Allowing ZF 2.2 to work in require-dev
2014-01-02 13:13:28 -08:00
Michael Dowling
95fa195c5c
Merge pull request #509 from pkruithof/redirect-plugin-rfc3986
...
Set RedirectPlugin to use strict RFC 3986 compliance
2013-12-31 11:47:37 -08:00
Michael Dowling
ad411fa20b
Merge pull request #508 from yccheok/patch-1
...
Typo
2013-12-31 11:47:13 -08:00
Peter Kruithof
ec23112723
Set RedirectPlugin to use strict RFC 3986 compliance
2013-12-31 10:53:38 +01:00
Yan Cheng CHEOK
9ad1eaef0e
Typo
2013-12-31 11:27:45 +08:00
Michael Dowling
cc72f9beab
Merge pull request #507 from checat/elseif
...
Avoid extra string test
2013-12-30 11:11:53 -08:00
Konstantin Pelepelin
f0380395c0
Avoid extra string test
2013-12-30 21:30:06 +04:00
Michael Dowling
e0df12243e
Disabling network access when loading XML responses
2013-12-22 14:25:34 -08:00
Michael Dowling
025f7306d8
Merge pull request #498 from kenden/patch-1
...
Setting CURLOPT_SSL_VERIFYHOST to 0 when certificateAuthority is false t...
2013-12-22 13:27:36 -08:00
kenden
83d982ba77
Setting CURLOPT_SSL_VERIFYHOST to 0 when certificateAuthority is false to match documentation
...
When $certificateAuthority is False,
the documentation for setSslVerification() in the Interface, at:
https://github.com/guzzle/guzzle/blob/master/src/Guzzle/Http/ClientInterface.php
says:
"Setting $certificateAuthority to FALSE will turn off peer verification, unset the bundled cacert.pem, and disable host verification."
Also fixing test unit
2013-12-18 16:41:02 +01:00
Michael Dowling
50c5393062
Merge pull request #491 from danadesrosiers/303Redirects
...
Fix for 303 Redirects
2013-12-08 20:01:52 -08:00
Dana Desrosiers
a80e256958
Added tests to verify that 303 redirects use GET.
2013-12-08 18:43:27 -08:00
Dana Desrosiers
e5d88ae089
Updated RedirectPlugin to redirect using GET as required by RFC. Always use GET regardless of "strict redirects" setting.
2013-12-08 18:32:47 -08:00
Michael Dowling
0305bcc947
Merge pull request #486 from RafaelKa/patch-1
...
Makes Guzzle compatible with TYPO3 Flow Framework out of the box
2013-12-07 14:55:19 -08:00
Michael Dowling
3b1047b5e5
Merge pull request #488 from checat/consistent-xml-writer
...
Fix inconsistent use of `$this->writer` vs local variable
2013-12-07 14:50:46 -08:00
Michael Dowling
7bbd784453
Merge pull request #490 from twogood/rfc-variable-fix
...
Use correct RFC number in variable name
2013-12-07 14:49:48 -08:00
David Eriksson
ceeaefa668
Use correct RFC number in variable name
2013-12-07 21:24:55 +01:00
Michael Dowling
9d7f54a6ec
Automating the PEAR channel deployment using the AWS CLI
2013-12-06 14:21:18 -08:00
Konstantin Pelepelin
026c26845f
Fix inconsistent use of $this->writer
vs local variable
2013-12-06 16:44:36 +04:00
Michael Dowling
b4a3ce8c05
Prepping the 3.8.0 release
v3.8.0
2013-12-05 15:39:20 -08:00
Michael Dowling
d8f91a7fb9
Merge pull request #487 from guzzle/register_shutdown_server
...
Using a shutdown function rather than a destructor to terminate the test...
2013-12-05 10:30:05 -08:00