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

2337 Commits

Author SHA1 Message Date
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
Michael Dowling
0a8b197766 More progess 2014-10-02 10:40:43 -07:00
Michael Dowling
de780704e1 React promises 2014-10-02 00:42:11 -07:00
Michael Dowling
bfef02f98b Ensuring that futures are created or not created based on the future request attribute 2014-10-01 17:24:47 -07:00
Michael Dowling
0c21db3822 Adding more info to changelog entry 2014-10-01 10:49:19 -07:00
Michael Dowling
6bc3507e6b Created a new section 2014-10-01 09:48:29 -07:00
Michael Dowling
f1bf4e5ca9 Adding more to the changelog 2014-10-01 09:45:45 -07:00
Michael Dowling
d21311686c Adding Guzzle 4 compatibility to the batch functions.php 2014-10-01 09:40:03 -07:00
Michael Dowling
c4965eda15 Updating changelog and adding functions.php back to lessen the breaking changes 2014-10-01 09:09:03 -07:00
Michael Dowling
244bf0228e Using getHeaderAsArray 2014-10-01 08:52:45 -07:00
Michael Dowling
b50ae4508a Updating changelog 2014-10-01 08:29:46 -07:00
Michael Dowling
175fbc8023 Updating to use interface changes 2014-09-30 10:52:33 -07:00
Michael Dowling
dbb6a30041 Don't deref cancelled responses 2014-09-23 17:15:41 -07:00
Michael Dowling
10c903624c Adding a cancelled response class 2014-09-23 01:20:28 -07:00
Michael Dowling
0443a8333a No longer needed return value 2014-09-22 16:01:40 -07:00
Michael Dowling
4e4885badd Cleaning up the FSM to use an explicity intercept state transition 2014-09-22 15:51:57 -07:00
Michael Dowling
6a5d9ddf13 Cleaning up comment 2014-09-21 21:10:45 -07:00
Michael Dowling
1c808fda73 Adding an additional guard check 2014-09-21 20:49:48 -07:00
Michael Dowling
8239d99b16 Adding an afterDelay param to retry 2014-09-21 20:47:47 -07:00
Michael Dowling
5c99390356 Fixing version number test issue 2014-09-21 19:01:44 -07:00
Michael Dowling
6e72a7cd9b Adding to the transaction object and more info to the too many transitions exception 2014-09-21 18:49:02 -07:00
Michael Dowling
931d47b3e0 Adding tests, adding retry to FSM, fixing History, fixing Redirects. 2014-09-21 18:39:23 -07:00
Michael Dowling
7c6da0f94a Adding Request FSM tests 2014-09-21 15:30:43 -07:00
Michael Dowling
8441a7dafe Updating tests 2014-09-21 14:09:04 -07:00
Michael Dowling
8373fc49fd Ensuring redirect "end" is called only onect 2014-09-21 12:05:30 -07:00
Michael Dowling
9fbaa532e6 Cleaning up ring responses, adding guard to ensure toString does not throw 2014-09-21 12:03:37 -07:00
Michael Dowling
1bc8637215 Cleaning up tests and adding more ring checks 2014-09-20 17:58:21 -07:00
Michael Dowling
21956b5bc6 Lots of cleanup.
Adding tests.
Not emitting multiple "end" events when redirecting.
Moving wrapException to a public function.
Fixing Pool so that it works with completed  mocked futures.
Added a BatchResults class.
2014-09-20 17:11:47 -07:00
Michael Dowling
4dd980b759 Emitting complete when intercepted in before. Adding a max transition number. 2014-09-20 14:24:09 -07:00
Michael Dowling
2c4fe7a9a8 Fixing RequestException tests 2014-09-20 14:11:40 -07:00
Michael Dowling
0d76f065db Adding FSM tests 2014-09-20 14:10:48 -07:00
Michael Dowling
b47aa599c1 Renaming "done" to "end". Cleaning up FSM creation 2014-09-20 12:54:12 -07:00
Michael Dowling
3383dd0f59 Can now intercept DoneEvent. Can now "stop" an exception. 2014-09-20 11:43:17 -07:00
Michael Dowling
0583b2c9c5 Removing unused code 2014-09-20 01:23:32 -07:00
Michael Dowling
d76b17081a Adding more explicit lifecycle transitions via a state machine 2014-09-20 01:11:05 -07:00
Michael Dowling
eb9fe62504 More cleanup 2014-09-19 19:38:39 -07:00
Michael Dowling
2fefbb0a6c Refactoring the event system a bit. Starting the work to add a "done" event 2014-09-19 19:22:43 -07:00
Michael Dowling
95d7473d9e Adding another test 2014-09-18 22:39:23 -07:00