55d64354 | 03-Jul-2012 |
Shuhei Tanuma |
add mkdir, rmdir test casee |
f6a2bd48 | 02-Jul-2012 |
Shuhei Tanuma |
change uv_fs_read cb signature: use same callback signature as uv_read_cb |
1733e1e4 | 02-Jul-2012 |
Shuhei Tanuma |
add pipe_bind test case |
2edefe2d | 02-Jul-2012 |
Shuhei Tanuma |
prevent SEGV when throws Fatal error on callback context. |
29c09424 | 02-Jul-2012 |
Shuhei Tanuma |
add udp test case |
3f206eb5 | 02-Jul-2012 |
Shuhei Tanuma |
enable irc notification (travis) |
d3d245d4 | 02-Jul-2012 |
Shuhei Tanuma |
add tcp bind test |
506f06a3 | 02-Jul-2012 |
Shuhei Tanuma |
remove unused variable |
40118b27 | 01-Jul-2012 |
Shuhei Tanuma |
do not initialize ares on startup. |
cbe8e350 | 01-Jul-2012 |
Shuhei Tanuma |
update readme [ci skip] |
d35aab6b | 01-Jul-2012 |
Shuhei Tanuma |
bump down uv ext version. php-uv is very experimental |
4852ac5a | 01-Jul-2012 |
Shuhei Tanuma |
change function signature: uv_udp_recv, uv_udp_recv_start |
7cee41bb | 01-Jul-2012 |
Shuhei Tanuma |
change function signature. (respects native function signature) |
db855534 | 01-Jul-2012 |
Shuhei Tanuma |
add http server sample |
c80410fb | 01-Jul-2012 |
Shuhei Tanuma |
add more error information : uv_shutdown |
65c638fd | 01-Jul-2012 |
Shuhei Tanuma |
add error handling |
865f9d20 | 01-Jul-2012 |
Shuhei Tanuma |
update config.w32: http-parser support |
8eff2133 | 01-Jul-2012 |
Shuhei Tanuma |
add http parser support: currently, php-uv has socket handling problem. (https://github.com/chobie/php-uv/issues/5) if I don't support httpparser. hard to explain it. |
abfa2254 | 01-Jul-2012 |
Shuhei Tanuma |
for now, fix uv_spawn test case |
15effdd4 | 01-Jul-2012 |
Shuhei Tanuma |
for now, force remove resource when calling uv_close |
c55cfa3c | 01-Jul-2012 |
Shuhei Tanuma |
fix request example |
56bdf3b7 | 30-Jun-2012 |
Shuhei Tanuma |
add pending parameter. |
96baa735 | 30-Jun-2012 |
Shuhei Tanuma |
PHP_UV_DEBUG should be 0 |
b9d2debe | 30-Jun-2012 |
Shuhei Tanuma |
for now, add uv_read2 |
c2aa852c | 30-Jun-2012 |
Shuhei Tanuma |
fix gethostbyname_cb test |