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

958 Commits

Author SHA1 Message Date
Johannes M. Schmitt
05d2520479 fixes a regression introduced in recent versions 2013-11-20 14:52:13 +01:00
Michael Dowling
ef23605ec8 Merge pull request #452 from loonytoons/command-validation
Adding method to abstract command to return validation errors
2013-11-14 12:22:16 -08:00
Michael Dowling
a6bb34646a Adding an abstraction over curl context and providing the context in after_send and error events from the curl adapter. 2013-11-03 14:42:47 -08:00
Michael Dowling
a280594ffb Cleaning up phar, test bootstrap, and loading build.properties.dist by default. 2013-11-02 14:40:25 -07:00
Michael Dowling
4e9e345e32 Making the debug option show verbose cURL output 2013-11-01 15:43:11 -07:00
Michael Dowling
f89b39db77 Stripping fragment when using cURL adapter 2013-10-30 19:47:45 -07:00
Michael Dowling
dce714875e Merge pull request #457 from Thinkscape/curl-error-url-with-fragment
Fix #453 - curl error when url contains #fragment.
2013-10-30 13:42:33 -07:00
Artur Bodera
7959472c23 Fix curl error when url contains #fragment. 2013-10-30 11:17:06 +01:00
Michael Dowling
59c61b8db3 Cleaning up after rebase 2013-10-29 22:08:42 -07:00
Michael Dowling
34b9858d83 Ensuring empty or malformed headers are parsed correctly 2013-10-29 21:38:36 -07:00
Michael Dowling
809ada31ba Adding more cookie options 2013-10-29 21:38:35 -07:00
Michael Dowling
ce8f6e7a92 Adding pool tests and ensuring that curl handles are removed from a multi when errored 2013-10-29 21:38:34 -07:00
Michael Dowling
00bb8b9a89 Renaming some built-in plugins to subscribers and moving into the core HTTP. Adding cookie tests, mock tests, history tests, cookie jar tests, etc. 2013-10-29 21:38:34 -07:00
Michael Dowling
09406834ed Cleaning up CurlAdapter and adding tests 2013-10-29 21:38:33 -07:00
Michael Dowling
b17813ad12 Adding CurlFactory tests 2013-10-29 21:38:33 -07:00
Michael Dowling
4337247024 Adding transfer stats test 2013-10-29 21:38:33 -07:00
Michael Dowling
16a1467442 Adding some curl factory tests 2013-10-29 21:38:32 -07:00
Michael Dowling
fd8871acc3 Fixing size value calculation from stream, trimming headers as they are added, and adding tests for RequestMediator 2013-10-29 21:38:32 -07:00
Michael Dowling
47caa20fc4 Adding functions tests 2013-10-29 21:38:32 -07:00
Michael Dowling
4a6a74f9d1 Removing unused use 2013-10-29 21:38:32 -07:00
Michael Dowling
8e2333c385 Adding test to ensure that event is emitted correctly 2013-10-29 21:38:31 -07:00
Michael Dowling
6beef38a53 Adding StreamAdapterTest. Fixing stream factory. 2013-10-29 21:38:31 -07:00
Michael Dowling
83445a0839 Adding test server to adapter test 2013-10-29 21:38:31 -07:00
Michael Dowling
7c53b60b48 Updating StreamAdapter and adding test skeleton 2013-10-29 21:38:30 -07:00
Michael Dowling
45716f1919 Starting adapter tests 2013-10-29 21:38:30 -07:00
Michael Dowling
6c3aa85bfa Cleaning up sending and mock adapter 2013-10-29 21:38:30 -07:00
Michael Dowling
4d5fbd86e6 Post tests and fixes 2013-10-29 21:38:29 -07:00
Michael Dowling
75863e0d10 Fixing some post implementation 2013-10-29 21:38:29 -07:00
Michael Dowling
b213413920 Adding PostBody tests 2013-10-29 21:38:29 -07:00
Michael Dowling
52a7c28797 Testing and cleaning up PostFile 2013-10-29 21:38:28 -07:00
Michael Dowling
bfe0917d89 More tests and cleanup 2013-10-29 21:38:28 -07:00
Michael Dowling
428b45cc57 Removing unneeded functions from Events to intercept with exceptions. Moving exception handling from events for before send to the client. 2013-10-29 21:38:28 -07:00
Michael Dowling
a18fd6f9ea Adding test for HttpError. Moving subscribers to Subscriber dir. 2013-10-29 21:38:27 -07:00
Michael Dowling
463ff2a91f Adding stream option 2013-10-29 21:38:27 -07:00
Michael Dowling
d72d340609 Adding the ability to specify max_redirects 2013-10-29 21:38:26 -07:00
Michael Dowling
b65e1a70c6 Adding tests for MessageFactory and cleaning up along the way 2013-10-29 21:38:26 -07:00
Michael Dowling
26f038a1ec More coverage for expanding URI template in client with relative path 2013-10-29 21:38:26 -07:00
Michael Dowling
f47fde591e Removing plugin tests that will not be part of Guzzle core 2013-10-29 21:38:26 -07:00
Michael Dowling
08255fc915 Adding future response tests 2013-10-29 21:37:41 -07:00
Michael Dowling
becbe35d55 Adding MessageFactory test 2013-10-29 21:37:40 -07:00
Michael Dowling
e98360cc6e Adding response tests 2013-10-29 21:37:40 -07:00
Michael Dowling
8da3b93d2e Adding request tests 2013-10-29 21:37:39 -07:00
Michael Dowling
a09c78b47a Adding MessageTrait tests 2013-10-29 21:37:38 -07:00
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