#
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.
|
#
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.
|
#
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)
|
#
c80410fb |
| 01-Jul-2012 |
Shuhei Tanuma |
add more error information : uv_shutdown
|
#
65c638fd |
| 01-Jul-2012 |
Shuhei Tanuma |
add error handling
|
#
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.
|
#
15effdd4 |
| 01-Jul-2012 |
Shuhei Tanuma |
for now, force remove resource when calling uv_close
|
#
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
|
#
0f139552 |
| 30-Jun-2012 |
Shuhei Tanuma |
add uv_shutdown
|
#
f633aa78 |
| 30-Jun-2012 |
Shuhei Tanuma |
change uv_read_start signature.
|
#
5f7d8610 |
| 30-Jun-2012 |
Shuhei Tanuma |
fix debug macro
|
#
392c1468 |
| 30-Jun-2012 |
Shuhei Tanuma |
add proto comment for uv_mutex
|
#
fa9e1ecd |
| 30-Jun-2012 |
Shuhei Tanuma |
fix windows compile error
|
#
bcdd3a21 |
| 30-Jun-2012 |
Shuhei Tanuma |
improve uv_mutex functions and add test case
|
#
449205e2 |
| 30-Jun-2012 |
Shuhei Tanuma |
add uv_rwlock test cases and improve uv-rwlock functions
|
#
87334570 |
| 30-Jun-2012 |
Shuhei Tanuma |
add uv_idle test case
|
#
4d90f621 |
| 30-Jun-2012 |
Shuhei Tanuma |
add ares_gethostbyname testcase
|