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

1386 Commits

Author SHA1 Message Date
Michael Dowling
f55958209a Adding the option to combine URLs using strict RFC 3986 compliance while maintaining backwards compatibility with the erroneous way that Guzzle had previously implemented 2013-10-23 18:10:21 -07:00
Michael Dowling
525576eb86 Adding perf improvement to URI template expansion 2013-10-23 17:04:09 -07:00
Michael Dowling
19bdf899c9 Merge remote-tracking branch 'natmchugh/master' 2013-10-23 16:53:08 -07:00
Michael Dowling
67a7c34c68 CS 2013-10-23 16:15:33 -07:00
Max-Julian Pogner
ae66ea0153 in visit_debug: check $value for true-ish value. 2013-10-23 16:46:40 +02:00
Michael Dowling
e62f205c83 Merge pull request #439 from adlawson/curl-progress
Fix cURL progress callback in PHP 5.5
2013-10-15 17:14:18 -07:00
Michael Dowling
992c752791 Merge pull request #438 from Thinkscape/patch-1
Fix #437
2013-10-15 17:09:47 -07:00
Artur Bodera
4ceb7fe888 Add tests. 2013-10-16 00:46:54 +02:00
adlawson
69fcc1eb6c Add progress compatibility for PHP 5.5
Long story short, there was a backwards incompatible change to the
CURLOPT_PROGRESSFUNCTION callback arguments.
2013-10-15 23:19:13 +01:00
Artur Bodera
235a30add0 Fix #437 2013-10-16 00:18:13 +02:00
Michael Dowling
d5bf6d7056 Adding curl error code 18 to retry behavior 2013-10-14 13:05:06 -07:00
Nathaniel McHugh
37357d3a74 add setRegex method as described in the docs 2013-10-04 23:08:03 +01:00
Michael Dowling
b170b028c6 Guzzle 3.7.4 release prep v3.7.4 2013-10-02 13:47:00 -07:00
Michael Dowling
1f773af551 Cleaning up Parameter::getValue() 2013-10-02 13:33:40 -07:00
Michael Dowling
dd22735666 Merge branch 'allow-0-value-in-command-arguments' 2013-10-02 13:32:40 -07:00
Michael Dowling
99c22f4c0b Removing custom exception. Fixing tests for PHP 5.3 2013-10-02 12:55:17 -07:00
Michael Dowling
e5615dafcd Merge remote-tracking branch 'brucew/master' 2013-10-02 12:18:02 -07:00
Adrian Slade
362749b0d3 Allow 0 as a value in command arguments. 2013-10-02 17:50:22 +01:00
Michael Dowling
e024996037 Merge pull request #429 from adrienbrault/patch-3
Fix docblock class typo
2013-10-01 10:27:14 -07:00
Adrien Brault
39f3da7661 Fix docblock class typo 2013-09-30 23:18:47 -07:00
BruceWouaigne
ca32380394 Refactor and add InvalidMethodException 2013-09-30 10:48:29 +02:00
BruceWouaigne
40650bfd11 Oauth plugin: Add query string method (in addition to Authorization header) to request the Service Provider 2013-09-27 15:15:23 +02:00
Michael Dowling
a40249a84e Minimum PHP version is 5.3.3. Closes #420. 2013-09-22 12:55:57 -07:00
Michael Dowling
650dc29567 Fixing url dot segment removal 2013-09-20 15:05:53 -07:00
Michael Dowling
f0027895f8 Updating the bundled cacert.pem based on https://github.com/bagder/curl/commit/51f0b798fa 2013-09-16 12:03:34 -07:00
Michael Dowling
13734d449f Expliclty disabling loading of external XML entities when using the xml() method a response. Closes #418. 2013-09-13 13:31:58 -07:00
Michael Dowling
03ebadab3c Fixing SchemaFormatter to output an integer when formatting for a unix timestamp 2013-09-12 16:56:01 -07:00
Michael Dowling
0f16aad385 3.7.3 release v3.7.3 2013-09-08 14:09:18 -07:00
Michael Dowling
1442ad1112 Merge pull request #417 from hakre/patch-2
ChunkedIterator for Traversable
2013-09-08 11:35:07 -07:00
Michael Dowling
0be702d382 Merge pull request #415 from hakre/patch-1
FilterIterator expects Iterator not Traversable
2013-09-08 11:32:00 -07:00
hakre
c28cf3ee50 FilterIterator expects Iterator not Traversable - Fixed
SPL's FilterIterator does take an Iterator in it's constructor,
not a Traversable. This minor change corrects the type-hint used.
2013-09-08 12:55:09 +02:00
hakre
67ecbefa49 ChunkedIterator missing value check
Minor change to implement a size equal or greate zero. Also
enforce integer type to make the behavior more distinct.
2013-09-08 12:43:09 +02:00
hakre
756d5aaa51 ChunkedIterator tests for boundary cases and and below zero. 2013-09-08 12:24:38 +02:00
hakre
62136d9545 ChunkedIterator valid is a bool of chunk
Just some minor code cleanup. The negation of empty is just not necessary and rather clumsy.
2013-09-08 11:23:51 +02:00
hakre
1f55162736 ChunkedIterator for Traversable - Fixed 2013-09-08 11:04:12 +02:00
hakre
875452a58b ChunkedIterator for Traversable - Regression Test 2013-09-08 10:48:24 +02:00
Michael Dowling
ea73e03d82 Merge pull request #416 from konradpodgorski/patch-1
Fixed typo in request options description for auth
2013-09-07 12:53:53 -07:00
Konrad Podgórski
ef0fadfd09 Fixed typo in request options description for auth 2013-09-07 21:31:15 +02:00
Michael Dowling
589e8ae9b0 Merge pull request #414 from checat/adds-json-header-fail
Json and XML visitors do not set correct Content-type when path has known extension
2013-09-07 12:25:54 -07:00
Konstantin Pelepelin
6c23278598 Removed guessing of request body content type by request path. Reverts part of 863998bb. 2013-09-06 15:34:26 +04:00
Konstantin Pelepelin
da5e8bd256 Fix JSON and XML request visitors to set Content-type before body 2013-09-06 15:34:22 +04:00
Konstantin Pelepelin
ac6f395cc9 Changed test to show XMLVisitorTest::testSerializesXml fail 2013-09-06 15:34:15 +04:00
Konstantin Pelepelin
ae64de0adb Changed test to show JsonVisitorTest::testAddsJsonHeader fail 2013-09-06 15:33:33 +04:00
Michael Dowling
40602780fc Adding a new line after debug model output 2013-08-29 13:54:09 -07:00
Michael Dowling
a909b0b464 Only injecting schema in models when specified in OperationResponseParser constructor. Models still always return a Parameter object when calling getStructure(), but this cleans up var_dump and var_export for most use cases. Closes #402 2013-08-29 13:27:53 -07:00
Michael Dowling
647cd469ce Making mimetype guessing case-insensitive 2013-08-27 21:14:17 -07:00
Michael Dowling
efef3c2906 Only exploding on header glue when not inside of a comma. Closes #411 2013-08-24 19:15:08 -07:00
Michael Dowling
c0f9f9ee8f Tweak 2013-08-24 14:41:42 -07:00
Michael Dowling
ee53b036d2 Merge remote-tracking branch 'natmchugh/check-childen-have-attribues' 2013-08-24 14:39:18 -07:00
Michael Dowling
898c7c7831 Minor tweak 2013-08-23 10:19:06 -07:00