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

2352 Commits

Author SHA1 Message Date
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
Michael Dowling
bc73eb7b30 No need to create a function 2014-10-02 10:50:23 -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