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

764 Commits

Author SHA1 Message Date
Michael Dowling
69623bd3ee Adding HeaderValues test 2013-10-29 21:37:37 -07:00
Michael Dowling
dee88f9676 Fixing HTTP errors, redirects, mock plugin, and history plugin 2013-10-29 21:37:37 -07:00
Michael Dowling
3313bbec79 Removing GuzzleTestCase. Fixing headers to work with ints 2013-10-29 21:37:36 -07:00
Michael Dowling
54003a2ae9 Removing some old tests. Adding tests for HasHeadersTrait 2013-10-29 21:37:36 -07:00
Michael Dowling
b674cd01bf Adding Client tests 2013-10-29 21:36:01 -07:00
Michael Dowling
4c0061eead Skeleton of Client tests 2013-10-29 21:36:01 -07:00
Michael Dowling
9dca05a65e Removing outdated tests 2013-10-29 21:36:01 -07:00
Michael Dowling
fd46d1f5e7 Fixing stream decorators and adding tests 2013-10-29 21:31:59 -07:00
Michael Dowling
3404e8b19a Adding rewind option to stream factory and adding more stream tests 2013-10-29 21:31:59 -07:00
Michael Dowling
f1e87889b0 Cleaning up stream and adding tests 2013-10-29 21:31:59 -07:00
Michael Dowling
095ffd2629 Renaming HasMetadataStreamInterface to MetadataStreamInterface 2013-10-29 21:14:06 -07:00
Michael Dowling
3d52c56503 Fixing Common tests 2013-10-29 21:14:06 -07:00
Michael Dowling
498a02d560 Renaming normalizeUrl() to removeDotSegments() 2013-10-29 21:14:06 -07:00
Michael Dowling
9e4bb115b4 Adding more dot segment removal tests 2013-10-29 21:14:06 -07:00
Michael Dowling
02b910d0f2 Adding tests for Url namespace and starting to sort tests 2013-10-29 21:14:06 -07:00
Michael Dowling
637a2fa1c1 Batch will be a separate package. Removing unused tests.
Removing MapIterator because Generators make this obsolete
Moving Pool to Http namespace
Iterators will become a separate package
Service will be its own package
Removing some tests that are no longer used or need to be replaced
Moving Version
Fixing event implementation because we are not hiding the fact that we
rely on the Symfony EventDispatcher, so it makes no sense to duplicate
its methods on things that have a dispatcher.
2013-10-29 21:03:28 -07:00
Michael Dowling
774ac3d9db Merge remote-tracking branch 'thinkscape/hotfix/malformed-header-notice' 2013-10-29 19:49:06 -07:00
Michael Dowling
128857eed9 Fixing test for PHP 5.4 2013-10-29 14:36:33 -07:00
Artur Bodera
d78b10c96a Fix E_NOTICE on Header::parseParams() with empty text. 2013-10-29 14:47:50 +01:00
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
19bdf899c9 Merge remote-tracking branch 'natmchugh/master' 2013-10-23 16:53:08 -07:00
Artur Bodera
4ceb7fe888 Add tests. 2013-10-16 00:46:54 +02:00
Nathaniel McHugh
37357d3a74 add setRegex method as described in the docs 2013-10-04 23:08:03 +01: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
Adrian Slade
362749b0d3 Allow 0 as a value in command arguments. 2013-10-02 17:50:22 +01: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
650dc29567 Fixing url dot segment removal 2013-09-20 15:05:53 -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
1442ad1112 Merge pull request #417 from hakre/patch-2
ChunkedIterator for Traversable
2013-09-08 11:35:07 -07:00
hakre
756d5aaa51 ChunkedIterator tests for boundary cases and and below zero. 2013-09-08 12:24:38 +02:00
hakre
875452a58b ChunkedIterator for Traversable - Regression Test 2013-09-08 10:48:24 +02: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
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
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
Nathaniel McHugh
d7ff10c97d Visit children who have xmlAttribue first when building up xml 2013-08-23 11:06:12 +01:00
Artur Bodera
1c023cabd7 Fix #399 2013-08-14 20:41:36 +02:00
Michael Dowling
45fbe6ef8d Merge pull request #391 from bronze1man/pr-file-mode
fix some files mode bug 755->644 on master branch
2013-08-06 20:07:47 -07:00
Michael Dowling
4c6ba3ba6b Tidying up the exception updates 2013-08-06 12:41:02 -07:00
Michael Dowling
81e9b6f1d7 Fixing file open mode in stream test 2013-08-06 09:55:57 -07:00
bronze1man
1ca1c196be fix some files mode bug 755->644 2013-08-06 19:03:44 +08:00
Michael Dowling
edb9816c59 CS cleanup 2013-07-24 14:43:10 -07:00
Michael Dowling
195f8458b7 Merge remote-tracking branch 'danack/OauthOptionalVariables' 2013-07-24 14:36:10 -07:00
Michael Dowling
a9e33bf5b3 Cleaning some of the curl_multi implementation and related tests 2013-07-24 14:34:37 -07:00
Danack
97802d7c63 Spelling typo. 2013-07-24 15:39:27 +01:00