4de84025 | 19-Jul-2012 |
Shuhei Tanuma |
uv_strerror, uv_err_name: check error code |
f46f9101 | 19-Jul-2012 |
Shuhei Tanuma |
do need to use ZEND_FETCH_RESOURCE_NORETURN macro here |
ee4e7061 | 19-Jul-2012 |
Shuhei Tanuma |
use fetch loop macro |
ed379f73 | 19-Jul-2012 |
Shuhei Tanuma |
check loop resource type |
2015dd41 | 18-Jul-2012 |
Shuhei Tanuma |
add docs [ci skip] |
52b91e2b | 17-Jul-2012 |
Shuhei Tanuma |
uv_ref and uv_unref supports uv_loop resource |
f3705a06 | 17-Jul-2012 |
Shuhei Tanuma |
update docs [ci skip] |
6d3af6ba | 17-Jul-2012 |
Shuhei Tanuma |
update readm [ci skip] |
ef600350 | 17-Jul-2012 |
Shuhei Tanuma |
remove unused variable |
49ffc90d | 16-Jul-2012 |
Shuhei Tanuma |
update docs [ci skip] |
0a0547fb | 16-Jul-2012 |
Shuhei Tanuma |
remove needless semicoron |
25eef7e7 | 16-Jul-2012 |
Shuhei Tanuma |
update TODO [ci skip] |
dfef38cc | 16-Jul-2012 |
Shuhei Tanuma |
update readme [ci skip] |
f3c315f9 | 15-Jul-2012 |
Shuhei Tanuma |
add util function: uv_handle_type |
c919487e | 15-Jul-2012 |
Shuhei Tanuma |
add uv_guess_handle |
ccd0c573 | 15-Jul-2012 |
Shuhei Tanuma |
update docs [ci skip] |
35d57e6b | 15-Jul-2012 |
Shuhei Tanuma |
fixing markdown [ci skip] |
d458cd59 | 15-Jul-2012 |
Shuhei Tanuma |
add several function docs [ci skip] |
af6e1791 | 15-Jul-2012 |
Shuhei Tanuma |
add uv_poll docs [ci skip] |
ed895be8 | 15-Jul-2012 |
Shuhei Tanuma |
add uv_poll_init_socket |
dd9b57c9 | 15-Jul-2012 |
Shuhei Tanuma |
update .gitignore: avoids test output |
32ea5e15 | 15-Jul-2012 |
Shuhei Tanuma |
adjust poll example [ci skip] |
01ba787a | 15-Jul-2012 |
Shuhei Tanuma |
do not free here |
61a05cbc | 15-Jul-2012 |
Shuhei Tanuma |
uv_fs*: callback parameter `fd` passes given PHPs stream, socket or file descriptor. |
157f6ca7 | 15-Jul-2012 |
Shuhei Tanuma |
adjust fs_poll sample |