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

1654 Commits

Author SHA1 Message Date
Michael Dowling
24d1aac0ed Cleaning up client privates and configuration checks 2014-02-05 01:25:40 -08:00
Michael Dowling
19a2823517 Removing HasDispatcherTrait from several classes 2014-02-05 00:17:15 -08:00
Michael Dowling
ced33c6739 Renaming plugins to subscribers 2014-02-04 23:30:03 -08:00
Michael Dowling
8c35bb6ac6 Removing a request event that was only used for testing 2014-02-04 23:10:33 -08:00
Michael Dowling
a4e766133b Adding missing docstrings 2014-01-07 20:25:49 -08:00
Michael Dowling
805181d331 Adding a before callable to the sendAll method 2014-01-01 17:56:37 -08:00
Michael Dowling
0f502b598d Cleaning up and fixing tests 2013-12-16 21:10:04 -08:00
Michael Dowling
7ac21f603e Drying up 2013-12-16 19:50:31 -08:00
Michael Dowling
e2a710295f Rewriting how batching works 2013-12-15 22:40:52 -08:00
Michael Dowling
f11f9380e5 Changing batching 2013-12-15 19:01:26 -08:00
Michael Dowling
eadead49e9 Updating batching 2013-12-14 23:43:48 -08:00
Michael Dowling
80ebb9d81e Couple tweaks to fix curl multi 2013-12-12 23:00:31 -08:00
Michael Dowling
5d3e218db3 Starting the service client rehaul 2013-11-17 22:46:18 -08:00
Michael Dowling
873e3b9335 Starting to shape things out 2013-11-07 17:21:02 -08:00
Michael Dowling
6a658b77b0 Starting to update the service interface to allow a separation of clients from service clients and the ability to swap out service description formats 2013-11-03 21:11:50 -08:00
Michael Dowling
5cdff97a54 Removing unused property 2013-11-03 15:36:20 -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
b8712cbed2 Cleaned up BackoffPlugin. Adding curl result to transfer stats 2013-11-02 23:10:26 -07:00
Michael Dowling
3a421c9c64 Cleaning up the message integrity plugin 2013-11-02 18:18:30 -07:00
Michael Dowling
7228451b67 Cleaning up OAuth plugin 2013-11-02 17:21:52 -07:00
Michael Dowling
fb1640b52c Fixing log plugin to not log twice on errors 2013-11-02 15:48:23 -07:00
Michael Dowling
612ab33d1a Merge branch 'master' into muzzle 2013-11-01 14:15:29 -07:00
Michael Dowling
46b9bb8ef7 Updating to latest version of the docs theme 2013-11-01 11:49:42 -07:00
Michael Dowling
5be9b46020 Merge branch 'master' into muzzle
Conflicts:
	src/Guzzle/Http/Curl/CurlHandle.php
	tests/Guzzle/Tests/Http/Curl/CurlHandleTest.php
2013-10-31 17:30:11 -07:00
Michael Dowling
3f9a8e7339 Updating to work with readthedocs and the latest version of the Sphinx theme 2013-10-31 17:02:04 -07:00
Michael Dowling
46a43355ab Cleaning up plugin links, trimming conf.py, and trying to fix the links on readthedocs 2013-10-31 16:41:15 -07:00
Michael Dowling
01fba4b73a Merge branch 'add-docs' 2013-10-31 16:26:09 -07:00
Michael Dowling
952389821a Moving docs to main repo 2013-10-31 15:25:29 -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
051bba049e Change preg_replace to substr+strpos. 2013-10-30 21:23:18 +01: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
ece5342209 Cleaning up build stuff for a leaner release process 2013-10-29 21:38:35 -07:00
Michael Dowling
265e29cf90 Removing some composer.json files and fixing typo 2013-10-29 21:38:35 -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
126217471d Removing ErrorResponsePlugin 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
f17ae05e95 Optimizing 2013-10-29 21:38:34 -07:00
Michael Dowling
4447a8dba8 Renaming pool 2013-10-29 21:38:34 -07:00
Michael Dowling
66cbf87032 Adding adapter information 2013-10-29 21:38:33 -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
ef85e4d6c7 Adding transfer statistics to after send and error events 2013-10-29 21:38:32 -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