Daniel Lowrey
|
2d5a1eb643
|
Allow multiple IO watchers on a stream without borking libuv
|
2014-11-18 10:08:34 -05:00 |
|
Daniel Lowrey
|
ccc0bdcbe0
|
Remove unused Reactor constants
|
2014-11-18 10:08:34 -05:00 |
|
Daniel Lowrey
|
d5c494afb1
|
Implement safer struct usage
|
2014-11-18 10:08:34 -05:00 |
|
Daniel Lowrey
|
2a84f46853
|
Fix breakage if ext/openssl missing in windows
|
2014-11-18 10:08:34 -05:00 |
|
Daniel Lowrey
|
50cbd41b83
|
Update README.md
|
2014-11-12 13:11:12 -05:00 |
|
Daniel Lowrey
|
695f83b028
|
Update README.md
|
2014-11-12 13:07:46 -05:00 |
|
Daniel Lowrey
|
c7584260b9
|
Update README.md
Added note about the new amp chat :)
|
2014-11-12 09:33:12 -05:00 |
|
Daniel Lowrey
|
8638f70bec
|
Merge pull request #10 from gitter-badger/gitter-badge
Add a Gitter chat badge to README.md
|
2014-11-12 09:29:26 -05:00 |
|
The Gitter Badger
|
fa8fc70ef8
|
Added Gitter badge
|
2014-11-12 14:27:47 +00:00 |
|
Daniel Lowrey
|
5c46db0c41
|
Update changelog for 0.13.0
|
2014-11-05 11:57:59 -05:00 |
|
Daniel Lowrey
|
874e7dab90
|
Formalize resolver yield commands
|
2014-11-05 11:56:35 -05:00 |
|
Daniel Lowrey
|
c28e143828
|
Remove watchStream() ... aliases are bad
|
2014-11-05 11:50:46 -05:00 |
|
Daniel Lowrey
|
70222364d5
|
Use singleton reactor instance in functions
|
2014-11-04 09:46:12 -05:00 |
|
Daniel Lowrey
|
2fd6538e47
|
Fix infinite loop on nested immediately watchers in LibeventReactor
|
2014-10-22 22:18:34 -04:00 |
|
Daniel Lowrey
|
45a99522c1
|
Update CHANGELOG
|
2014-10-22 18:15:54 -04:00 |
|
Daniel Lowrey
|
3e585120c2
|
Update Resolver tests
|
2014-10-22 18:14:56 -04:00 |
|
Daniel Lowrey
|
7b11a8e0c3
|
Rename any() -> some(), change any() to never fail
|
2014-10-22 18:14:43 -04:00 |
|
Daniel Lowrey
|
f1f967e0ce
|
Fix file permissions
|
2014-10-22 18:14:15 -04:00 |
|
Daniel Lowrey
|
634d978aeb
|
Simplify reactor onStart() callback invocation
|
2014-10-22 18:14:01 -04:00 |
|
Daniel Lowrey
|
21e7ddbff9
|
Add key shortcuts, fix tick starvation when resolving looped yields
|
2014-10-22 18:12:36 -04:00 |
|
Daniel Lowrey
|
d719e302a6
|
Fix syntax error
|
2014-10-20 12:08:09 -04:00 |
|
Daniel Lowrey
|
0b6945b9db
|
Update CHANGELOG.md
|
2014-10-20 09:56:01 -04:00 |
|
Daniel Lowrey
|
f3658a2aab
|
Merge pull request #8 from zvirusz/patch-1
add missed $func passing in map() & filter()
|
2014-10-20 09:53:53 -04:00 |
|
Daniel Lowrey
|
9a2ab863f4
|
Drop php version requirement to 5.4
|
2014-10-20 09:45:49 -04:00 |
|
Andrey Janzen
|
27a0b8ff2c
|
add missed $func passing in map() & filter()
|
2014-10-15 18:07:35 +04:00 |
|
Daniel Lowrey
|
bd1cf64101
|
Use global reactor if not passed to Future::__construct()
|
2014-10-08 16:46:08 -04:00 |
|
Daniel Lowrey
|
413c76b7a7
|
Update README.md
|
2014-10-03 20:37:59 -04:00 |
|
Daniel Lowrey
|
11c8dfb9df
|
Update README.md
|
2014-10-02 16:06:50 -04:00 |
|
Daniel Lowrey
|
b73a33da63
|
Fix bug causing immediate() callback starvation
|
2014-09-24 12:22:24 -04:00 |
|
Daniel Lowrey
|
9f40915fe3
|
Update CHANGELOG
|
2014-09-24 00:12:03 -04:00 |
|
Daniel Lowrey
|
969d15ebe8
|
Add Combinator class
|
2014-09-23 23:47:20 -04:00 |
|
Daniel Lowrey
|
6b7c24e160
|
Update composer.json
|
2014-09-23 00:27:48 -04:00 |
|
Daniel Lowrey
|
7064ec5dc8
|
Migrate repo to amphp/amp
|
2014-09-23 00:06:03 -04:00 |
|
Daniel Lowrey
|
56e720cd50
|
Merge concurrency primitives
|
2014-09-22 22:21:22 -04:00 |
|
Daniel Lowrey
|
df47c6f09b
|
Use string watcher IDs
|
2014-08-22 14:08:31 -04:00 |
|
Daniel Lowrey
|
74ab6bcf62
|
Moar README updates
|
2014-08-19 15:16:08 -04:00 |
|
Daniel Lowrey
|
57a9ea3b51
|
Update README
|
2014-08-19 14:39:49 -04:00 |
|
Daniel Lowrey
|
1f2420c80c
|
Allow access to underlying php-uv loop resource
|
2014-08-19 14:20:04 -04:00 |
|
Daniel Lowrey
|
c7c5b0ba8f
|
Standardize all watcher invocation params to: func($reactor, $watcherId, $data)
|
2014-08-09 10:30:32 -04:00 |
|
Daniel Lowrey
|
92f1ae05f5
|
Use writability hack to improve zero-delay repeating UV watchers
|
2014-08-08 17:08:28 -04:00 |
|
Daniel Lowrey
|
609cc2ddfe
|
Always use fresh call stack for immediatelies in UvReactor
|
2014-08-08 16:39:11 -04:00 |
|
Daniel Lowrey
|
c1521d6d7c
|
Always execute immediately watchers in fresh call stack
|
2014-08-08 14:23:00 -04:00 |
|
Daniel Lowrey
|
1aa1778401
|
Don't invoke onStart callback in UvReactor::run() when empty
|
2014-08-08 14:15:23 -04:00 |
|
Daniel Lowrey
|
58137cdb32
|
Add docblocks
|
2014-08-08 12:26:08 -04:00 |
|
Daniel Lowrey
|
5f634a6665
|
Don't call it a comeback: more readme fun
|
2014-08-07 16:08:09 -04:00 |
|
Daniel Lowrey
|
3b151690e8
|
still more fun with readme
|
2014-08-07 15:47:47 -04:00 |
|
Daniel Lowrey
|
233d82e083
|
more fun with readme
|
2014-08-07 01:36:27 -04:00 |
|
Daniel Lowrey
|
d71d9cd564
|
lowercase NULLs
|
2014-08-07 01:35:05 -04:00 |
|
Daniel Lowrey
|
26f702fabb
|
update readme typo
|
2014-08-06 22:43:14 -04:00 |
|
Daniel Lowrey
|
15137627f4
|
In-progress lib README documentation [incomplete]
|
2014-08-06 22:41:26 -04:00 |
|