Michael Dowling
b5edb69526
Removing synchronous calls in curl multi handler.
...
Removing the ability to set delay to "true" in order to work around the
fact that adding a request to a curl multi handler can cause synchronous
promise resolution if ticked, and can be very slow if you are sending
multiple requests concurrently.
2015-04-16 01:13:50 -07:00
Michael Dowling
20d9df1df9
Do not call tick() when sending a request
2015-04-16 00:57:41 -07:00
Michael Dowling
d2f7bea38d
Using schedule instead of enqueue
2015-04-15 11:49:36 -07:00
Michael Dowling
35582ae1cc
Using isEmpty instead
2015-04-15 10:25:49 -07:00
Michael Dowling
1a5798eadb
Using run and not step
2015-04-15 01:30:59 -07:00
Michael Dowling
1052cb23c8
Using async promise resolution.
2015-04-15 00:05:09 -07:00
Michael Dowling
98814d310a
Updating requirements.txt
2015-04-03 15:26:03 -07:00
Michael Dowling
fb4a896fd9
Merge branch 'v6' of github.com:guzzle/guzzle into v6
2015-04-03 15:16:06 -07:00
Michael Dowling
4f2eb829e2
Using docs from pypi
2015-04-03 15:15:15 -07:00
Michael Dowling
caa0a37503
Switching back to guzzle theme
2015-04-03 13:31:05 -07:00
Michael Dowling
3b62b924f2
Merge pull request #1016 from GrahamCampbell/patch-1
...
Fixed a typo
2015-04-01 15:43:23 -07:00
Michael Dowling
1332c4bf69
Simplifying applying default client middleware so that it is applied in the ctor of the client
2015-03-31 21:33:31 -07:00
Michael Dowling
ec1999d57d
Using delay as true
2015-03-31 17:16:19 -07:00
Michael Dowling
ea77048c62
Allowing delay to be true
2015-03-31 14:06:45 -07:00
Michael Dowling
34d8ea790b
Add default delay to pool
2015-03-30 12:59:57 -07:00
Michael Dowling
fe23ae2fee
Adding the ability to tick the curl loop
2015-03-30 12:49:31 -07:00
Michael Dowling
6c906cd438
Try not passing by reference
2015-03-29 18:29:33 -07:00
Michael Dowling
b716585cc3
Attempting to fix http_response_header
2015-03-29 18:24:27 -07:00
Michael Dowling
4fbb21a5c2
Setting headers to a default array
2015-03-29 18:14:25 -07:00
Michael Dowling
363b8b44af
Test fixes
2015-03-29 18:11:09 -07:00
Michael Dowling
82a9f30b1d
PHP 5.4 compat
2015-03-29 16:51:18 -07:00
Michael Dowling
b51929dfdd
Fixing for PHP 7
2015-03-29 16:41:46 -07:00
Michael Dowling
c85f3f6414
Merge pull request #1017 from GrahamCampbell/patch-2
...
Improved version constraints
2015-03-29 16:39:18 -07:00
Graham Campbell
07b4895990
Improved version constraints
2015-03-30 00:15:09 +01:00
Graham Campbell
2e5762269c
Fixed a typo
2015-03-30 00:12:28 +01:00
Michael Dowling
66be56c746
Updating docs
2015-03-29 15:55:21 -07:00
Michael Dowling
de9b687285
Updating PSR-7 specific docs
2015-03-29 14:15:40 -07:00
Michael Dowling
c1dc3e62ab
Updating docs for request options
2015-03-29 13:08:41 -07:00
Michael Dowling
2660fef712
Doc updates
2015-03-29 12:41:58 -07:00
Michael Dowling
1e892c547c
Updating docs and readme
2015-03-29 12:34:54 -07:00
Michael Dowling
94d5e19ae7
Client cleanup
2015-03-29 11:31:16 -07:00
Michael Dowling
fa0db8a009
Marking as a beta
2015-03-29 11:22:53 -07:00
Michael Dowling
4293277530
Moving coverage to build/artifacts
2015-03-29 11:17:00 -07:00
Michael Dowling
194ff101f4
Updating readme
2015-03-29 11:10:33 -07:00
Michael Dowling
fc8456d5fb
Removing extra call from readme
2015-03-28 15:36:35 -07:00
Michael Dowling
4864dc27e4
Updating readme
2015-03-28 15:36:00 -07:00
Michael Dowling
0949947ee2
Updating docs
2015-03-28 15:33:35 -07:00
Michael Dowling
900b1a53d4
Using curl instead of curlopts
2015-03-28 15:33:30 -07:00
Michael Dowling
d730858643
Fixing request option application
2015-03-28 15:03:51 -07:00
Michael Dowling
b0a33d8923
Updating docs
2015-03-28 15:03:22 -07:00
Michael Dowling
712c917843
Removing extra line
2015-03-28 14:32:54 -07:00
Michael Dowling
5c9cde3921
Throws OutOfBoundsException when no more in queue
2015-03-28 14:32:30 -07:00
Michael Dowling
1a60d826f9
Updating changelog
2015-03-28 14:28:57 -07:00
Michael Dowling
f5c3c1e0e7
Adding php 7
2015-03-28 14:00:03 -07:00
Michael Dowling
89d8bc83c4
Fixing packaging
2015-03-28 13:56:28 -07:00
Michael Dowling
0123fa5420
Adding some simple middleware helpers
2015-03-28 13:52:39 -07:00
Michael Dowling
aab03d40c5
Unrolling switch
2015-03-26 10:34:02 -07:00
Michael Dowling
0a3065ea46
CurlFactory tests
2015-03-26 00:30:14 -07:00
Michael Dowling
453a53767e
Adding CurlMultiHandler test
2015-03-23 22:41:58 -07:00
Michael Dowling
531cf16905
Adding CurlHandler tests
2015-03-23 21:13:28 -07:00