Michael Dowling
858041896a
Tweak
2014-10-11 22:59:10 -07:00
Michael Dowling
22389c611c
Simplifying the Request FSM
...
FSM is now passed to a client as a callable.
FSM now requires an adapter and message factory rather than a function.
FSM now is merged with RequestFsm to simplify the API (at least for now)
Removed unnecessary circular reference from client/FSM.
2014-10-11 16:01:20 -07:00
Michael Dowling
286525b387
Adding a ConnectException
2014-10-10 00:35:58 -07:00
Michael Dowling
b1640b080b
Updating tag line
2014-10-09 23:04:32 -07:00
Michael Dowling
aa43910382
Merge pull request #856 from GrahamCampbell/patch-2
...
Updated install instructions
2014-10-09 14:03:52 -07:00
Graham Campbell
3e8743bfb6
Updated install instructions
2014-10-09 21:14:09 +01:00
Michael Dowling
27c4cc3cc4
Updating for Guzzle streams and ring updatres
2014-10-09 12:46:36 -07:00
Michael Dowling
e7ab6becf9
Updating readme
2014-10-08 22:49:03 -07:00
Michael Dowling
4aff6781ed
Adding more information to the quickstart
2014-10-08 22:37:38 -07:00
Michael Dowling
cb149b01de
More doc updates
2014-10-08 19:18:45 -07:00
Michael Dowling
ad3ab69ccb
Fixing tests
2014-10-08 18:56:23 -07:00
Michael Dowling
c0214da718
More doc tweaks
2014-10-08 18:53:47 -07:00
Michael Dowling
bc26685386
Updating docs and readme
2014-10-08 18:35:23 -07:00
Michael Dowling
8a0305a47e
Fixing check in cookie jar. Closes #851
2014-10-08 14:28:29 -07:00
Michael Dowling
acc07b324b
Adding attach() to PostBody
2014-10-08 14:26:14 -07:00
Michael Dowling
46bead5c15
Updating for Guzzle-Ring changes
2014-10-06 22:25:04 -07:00
Michael Dowling
e2561faf8e
PSR-7 compliance
2014-10-06 21:07:58 -07:00
Michael Dowling
4af718686c
I think I'll remove functions.php
2014-10-06 20:48:40 -07:00
Michael Dowling
eaaf949638
removing request "cancellation"
2014-10-06 17:34:56 -07:00
Michael Dowling
84d2531f39
Trying to fix stuff
2014-10-06 17:13:24 -07:00
Michael Dowling
bc63e5f747
Adding end event to events and updating creating cancelled future responses
2014-10-06 00:03:47 -07:00
Michael Dowling
87470bf043
Ensuring exceptions are not thrown in pool
2014-10-05 23:49:15 -07:00
Michael Dowling
294f670ad3
Removed the "procedural API"
2014-10-05 20:28:10 -07:00
Michael Dowling
8fccc89eee
Merge branch 'promises' into ring
2014-10-05 20:23:40 -07:00
Michael Dowling
f024b1ed10
Using guzzle-ring master
2014-10-05 20:22:22 -07:00
Michael Dowling
17fe94cf01
Not relying on validated deferred
2014-10-05 18:59:19 -07:00
Michael Dowling
b1fb453098
Fixing Pool tests
2014-10-05 18:51:07 -07:00
Michael Dowling
0c9a757d38
Optimizing the emitter
2014-10-05 18:43:22 -07:00
Michael Dowling
0998cfccf9
Updating FSM to run and stop at until, not run through it.
...
Performance tuning.
2014-10-05 18:28:11 -07:00
Michael Dowling
6231be081d
Using then() in Pool
2014-10-05 17:55:36 -07:00
Michael Dowling
86600dec15
Starting to fix the pool object
2014-10-05 17:24:34 -07:00
Michael Dowling
6d1cf961a5
Getting most of the tests passing
2014-10-05 16:37:25 -07:00
Michael Dowling
4c62a79d16
Fixing max_handles and proxying
2014-10-05 16:33:10 -07:00
Michael Dowling
54673f40af
Unused use
2014-10-05 15:07:30 -07:00
Michael Dowling
f52625f59b
Fixing cancelling support
2014-10-05 14:48:36 -07:00
Michael Dowling
5bf891d321
Using getenv() rather than $_SERVER
2014-10-05 12:13:18 -07:00
Michael Dowling
5251f1067d
Performance and updating to latest changes
...
Removing double-dispatch from MessageFactory and using a switch.
2014-10-05 00:11:40 -07:00
Michael Dowling
cfc17f1419
Fixing use
2014-10-04 23:32:43 -07:00
Michael Dowling
0c85053590
Couple tweaks
2014-10-04 14:48:04 -07:00
Michael Dowling
31f7153885
Updating to use latest changes from guzzle-ring
2014-10-04 14:22:46 -07:00
Michael Dowling
311122efa5
Fixing cancellation and some tests
2014-10-04 12:16:39 -07:00
Michael Dowling
7f863435c9
Fixing RingBridge tests
2014-10-03 16:56:29 -07:00
Michael Dowling
1fd538a6b6
Trimming some stuff down
2014-10-03 16:38:32 -07:00
Michael Dowling
8ee4a92177
Trimming some fat
2014-10-03 11:49:29 -07:00
Michael Dowling
d7db963dcb
Some optimizations
2014-10-03 11:43:09 -07:00
Michael Dowling
6abb6db03d
Cleaning up sync vs async
2014-10-03 01:15:01 -07:00
Michael Dowling
d57c66dbc8
Fixing intercepting with cancelled response. Adding some tests
2014-10-03 00:43:28 -07:00
Michael Dowling
ac261dc68e
Trying to get stuff working
2014-10-02 22:10:54 -07:00
Michael Dowling
43c7f468ae
Updating to use future proxies
2014-10-02 21:14:42 -07:00
Michael Dowling
10ba5b836e
Using the original promise
2014-10-02 14:51:19 -07:00