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

2664 Commits

Author SHA1 Message Date
Michael Dowling
8844ca4d34 Vendoring burgomaster 2015-05-25 16:13:30 -07:00
Michael Dowling
b158770ee6 Fixing cookies docs. Closes #1072 2015-05-25 16:10:05 -07:00
Michael Dowling
1d085bb50a Merge pull request #1070 from kamilsk/issue-1063
[WIP] safe check uri_template extension
2015-05-25 15:32:32 -07:00
Kamil Samigullin
59ed113efd safe check uri_template extension, fix issue #1063 2015-05-23 20:51:10 +03:00
Michael Dowling
1daf7690c3 Documenting default handlers and ensuring cookies are extracted before redirects are followed 2015-05-20 17:51:45 -07:00
Michael Dowling
1cb0535933 Renaming getDefaultOption to getConfig. No longer removing the handler from the config. Allowing the handler to be overridden in request options 2015-05-20 17:34:14 -07:00
Michael Dowling
27823e9f41 Fixing version and PSR references in the docs 2015-05-20 16:05:54 -07:00
Michael Dowling
b21dad59e6 Removing deprecated methods 2015-05-20 15:49:42 -07:00
Michael Dowling
1740bf408b Merge remote-tracking branch 'origin/v6' into master
Conflicts:
	docs/clients.rst
	docs/events.rst
	src/Event/AbstractRequestEvent.php
	src/Event/Emitter.php
	src/Message/MessageFactoryInterface.php
	src/Message/Request.php
	src/Subscriber/Mock.php
	src/Url.php
	src/Utils.php
	tests/CollectionTest.php
	tests/Event/ListenerAttacherTraitTest.php
	tests/Message/MessageFactoryTest.php
	tests/Message/RequestTest.php
	tests/Subscriber/MockTest.php
	tests/Subscriber/RedirectTest.php
	tests/UrlTest.php
	tests/UtilsTest.php
2015-05-19 23:22:50 -07:00
Michael Dowling
e9ffcf7a00 Updating upgrading guide 2015-05-19 22:34:52 -07:00
Michael Dowling
1c1722aca2 Updating changelog 2015-05-19 22:08:38 -07:00
Michael Dowling
c53c4a617c Renaming the sync option to synchronous to avoid confusion with sink 2015-05-19 21:55:21 -07:00
Michael Dowling
f3c8c22471 5.3.0 release 5.3.0 2015-05-19 20:47:55 -07:00
Michael Dowling
15202dd401 Fixing multiple header issue. Closes #1058 2015-05-19 20:14:24 -07:00
Michael Dowling
9b720234f3 Updating dependencies 2015-05-19 10:49:28 -07:00
Michael Dowling
594e5e06a5 Merge pull request #1055 from javigomez/patch-1
Fix typo in docblock
2015-05-19 10:27:28 -07:00
Michael Dowling
c0442a3819 Fixing composer.json 2015-05-18 15:30:41 -07:00
Michael Dowling
060ee309af Using the Psr7\MultipartStream instad 2015-05-14 14:34:43 -07:00
Michael Dowling
a77cec85a3 Linking to PSR-7 docs 2015-05-14 14:25:25 -07:00
Michael Dowling
6f2696ea24 Renaming MultipartPostBody to MultipartBody 2015-05-13 10:13:10 -07:00
Michael Dowling
8fd930513a Refactoring POST support to multipart and form_params
Updating documentation
2015-05-12 21:47:00 -07:00
javier gomez
526779b83a Fix typo in docblock
This is just a small fix, because a `t` was missing in the Docblock
2015-05-12 17:12:22 +02:00
Michael Dowling
ad7979d86c Moving retry middleware to class. Updating based on recent promise
changes.
2015-05-12 00:28:14 -07:00
Michael Dowling
70d9581622 Bumping promise dep 2015-05-09 19:30:47 -07:00
Michael Dowling
9604fa359d Adding "expect" support. Closes #1042 2015-04-30 22:25:15 -07:00
Michael Dowling
9c83d4e3b8 Moving response creation to the handle 2015-04-30 11:24:24 -07:00
Michael Dowling
f924ea6011 Cleanup and adding test 2015-04-30 01:03:35 -07:00
Michael Dowling
15557b1523 Refactoring to support the "on_headers" option 2015-04-30 00:59:01 -07:00
Michael Dowling
3df1696764 Fixing default header resolution on messages 2015-04-28 14:54:01 -07:00
Michael Dowling
a121e36d76 Fixing content-length issue 2015-04-28 10:10:13 -07:00
Michael Dowling
ffd309b17c Delay of true is no longer necessary 2015-04-27 15:57:47 -07:00
Michael Dowling
8f3219abd0 Test fix 2015-04-26 22:31:07 -07:00
Michael Dowling
82d3ada117 Removing content-length guessing from curl 2015-04-26 21:49:35 -07:00
Michael Dowling
5aa4e44308 Merge pull request #1037 from JeroenDeDauw/pool
Stop using deprecated method alias in Pool
2015-04-26 20:08:35 -07:00
Michael Dowling
1b49db14a4 Merge pull request #1039 from JeroenDeDauw/unusedvars
Removed unused local vars in tests
2015-04-26 20:07:38 -07:00
Michael Dowling
f5df0bcdfa Reusing handles to improve perf (even for curl multi) 2015-04-26 20:05:23 -07:00
jeroendedauw
98580322e2 Removed unused local vars in tests 2015-04-27 02:40:13 +02:00
jeroendedauw
955957d789 Stop using deprecated method alias in Pool 2015-04-27 02:32:43 +02:00
Michael Dowling
abd33b9034 Removing maxHandles from CurlMulti. May add queueing in the future 2015-04-26 13:08:10 -07:00
Michael Dowling
a043a2414a Cleaning up curl integration 2015-04-26 12:40:53 -07:00
Michael Dowling
0a214eb6d1 An array is faster in this case 2015-04-26 10:41:32 -07:00
Michael Dowling
4edcf0ff9d Fixing typo 2015-04-25 19:49:36 -07:00
Michael Dowling
0c747f1cab Cleaning up handle reuse 2015-04-25 19:48:28 -07:00
Michael Dowling
7d701db9be Bumping PHP requirement to 5.5 2015-04-25 19:29:57 -07:00
Michael Dowling
af9a195d9b Adding request option constants. Closes #1019 2015-04-25 15:35:33 -07:00
Michael Dowling
251954e092 Adding handler context to request exceptions 2015-04-25 15:03:28 -07:00
Michael Dowling
bc1a2a881b Adding base_uri resolution examples 2015-04-25 13:32:16 -07:00
Michael Dowling
64f11b1219 Ensuring the file can be created before giving to curl 2015-04-25 13:25:30 -07:00
Michael Dowling
223a171cc5 Do not allow self signed cert in stream handler to match the curl handler 2015-04-25 13:10:00 -07:00
Michael Dowling
c024ff7c1d Removing emitter discrepancy. Closes #981 2015-04-25 11:55:50 -07:00