1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
Commit Graph

39 Commits

Author SHA1 Message Date
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
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
bd1cf64101 Use global reactor if not passed to Future::__construct() 2014-10-08 16:46:08 -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
df47c6f09b Use string watcher IDs 2014-08-22 14:08:31 -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
efcec3d355 Update CHANGELOG 2014-08-06 22:41:08 -04:00
Daniel Lowrey
5eeaf9b90c update CHANGELOG 2014-08-06 16:04:35 -04:00
Daniel Lowrey
cd062b0541 Update CHANGELOG 2014-08-06 00:37:03 -04:00
Daniel Lowrey
1807f34041 CHANGELOG updates for current master 2014-08-02 02:21:32 -04:00
Daniel Lowrey
c62302b0a1 Update CHANGELOG for v0.10.1 2014-08-02 01:36:02 -04:00
Daniel Lowrey
6777532a66 Added functions, reactor globals 2014-08-01 15:37:02 -04:00
Daniel Lowrey
50d3f84945 Update changelog for next release 2014-07-22 11:47:26 -04:00
Daniel Lowrey
d5b6266a82 Pass Reactor instance to onStart callbacks 2014-07-18 16:56:02 -04:00
Daniel Lowrey
6dceda3daa Update CHANGELOG for UvReactor 2014-06-12 10:43:40 -04:00
Daniel Lowrey
c2b311eebb Miscellaneous changes 2014-06-11 12:24:46 -04:00
Daniel Lowrey
a09cc62f81 Update CHANGELOG 2014-06-11 10:09:10 -04:00
Daniel Lowrey
1762f9d69d Remove concurrency primitives (moved to separate repo) 2014-04-27 00:17:40 -04:00
Daniel Lowrey
d48db61ea9 Use mutable Promisor by default 2014-04-25 22:30:01 -04:00
Daniel Lowrey
156c00eed7 Update CHANGELOG 2014-04-22 23:12:09 -04:00
Daniel Lowrey
7b351454f9 Minor edge-case updates 2014-04-14 17:06:08 -04:00
Daniel Lowrey
ad0a2b571c Minor updates for tagged release 2014-04-09 16:32:28 -04:00
Daniel Lowrey
1fff25ae79 Update CHANGELOG 2014-04-09 10:39:52 -04:00
Daniel Lowrey
885969ff84 Time intervals now expressed in milliseconds (was seconds) 2014-03-07 12:02:03 -05:00
Daniel Lowrey
4e3a7598ef Test CHANGELOG and composer.json updates 2014-03-06 21:46:57 -05:00
Daniel Lowrey
491f29266d Update CHANGELOG/README/composer for release 2014-03-06 15:09:28 -05:00
Daniel Lowrey
aed5c84c03 Add Future/Promise implementation 2014-03-06 11:47:50 -05:00
Daniel Lowrey
771848b28a Added optional onStart callback to Reactor::run() 2014-01-20 13:27:44 -05:00
Daniel Lowrey
6da223b0f9 Fixed potential PHP_INT_MAX watcher ID overwrite 2013-11-29 13:40:34 -05:00
Daniel Lowrey
290603e861 Updated changelog and readme for v0.3.0 2013-11-27 12:14:54 -05:00
Daniel Lowrey
7eccb0cc5c Reactor instance now passed to event callbacks 2013-09-08 09:46:25 -04:00
Daniel Lowrey
f2b837ba19 Added Forkable interface for managing libevent resource forking 2013-08-29 02:42:10 -04:00
Daniel Lowrey
d3d034f0d7 Addressed drifting repeat alarms 2013-08-12 11:49:43 -04:00