7d210d80 | 03-Jan-2014 |
Shuhei Tanuma |
check thread feature |
5fea385d | 03-Jan-2014 |
Shuhei Tanuma |
remove inline flag |
6f4331d0 | 03-Jan-2014 |
Shuhei Tanuma |
improve several things |
9e0935aa | 02-Jan-2014 |
brettlangdon |
bump version to 0.0.2 |
a7e9031c | 02-Jan-2014 |
brettlangdon |
uv_run now needs a mode, use UV_RUN_DEFAULT |
14d80970 | 02-Jan-2014 |
brettlangdon |
uv.a is now called libuv.a |
5000a99b | 02-Jan-2014 |
brettlangdon |
update joyent/libuv to v0.10.21 |
c164524e | 02-Jan-2014 |
brettlangdon |
update joyent/http-parser to v.2.2 |
6b90b9fb | 25-Oct-2013 |
kazusuke sasezaki |
.travis.yml - add PHP 5.5 |
389bb44c | 09-Sep-2013 |
Shuhei Tanuma |
initialize finished flag for 5.2 env |
9ab5074c | 09-Sep-2013 |
Shuhei Tanuma |
add 5.2 support |
24876c89 | 27-Apr-2013 |
Jeff Welch |
Synced make target with aa399f2. |
49f1f7d4 | 13-Apr-2013 |
Shuhei Tanuma |
fix typo |
5d581446 | 13-Apr-2013 |
Shuhei Tanuma |
uv_http_parser_execute: fix #46 change function behavior. result variable was set every function call. |
baed1c47 | 18-Mar-2013 |
Shuhei Tanuma |
fix segmentation fault when using uv_udp_recv_start #43 |
aa399f24 | 28-Feb-2013 |
Shuhei Tanuma |
switch libuv version to stable version. #40 |
0c9e917d | 26-Feb-2013 |
Shuhei Tanuma |
fix travis build |
2081b0d4 | 26-Feb-2013 |
Andrey Kalinovsky |
Landing pull request #39. fix uv_run_once + added a return value. More Details: - https://github.com/chobie/php-uv/pull/39 |
405a3020 | 26-Feb-2013 |
Shuhei Tanuma |
[ci skip] add note for 64bit machine. thx @csaoh |
0a7cb975 | 26-Feb-2013 |
Shuhei Tanuma |
fix #34. forget to initialize zval |
105841ef | 13-Feb-2013 |
Shuhei Tanuma |
Merge pull request #37 from csaoh/master Updated README.md
|
ae49de10 | 13-Feb-2013 |
Andrey Kalinovsky |
Update README.md Not exactly sure about the types, but I thought it would be great to describe all the parameters for uv_fs_write and uv_fs_stat, since I spent quite some time to figure out
Update README.md Not exactly sure about the types, but I thought it would be great to describe all the parameters for uv_fs_write and uv_fs_stat, since I spent quite some time to figure out there was more than one parameter. I guess some people might get confused as well.
show more ...
|
d600abc2 | 13-Feb-2013 |
Shuhei Tanuma |
Merge pull request #35 from csaoh/fix_constants Fix segfault in fs_stat
|
05bef152 | 13-Feb-2013 |
Andrey Kalinovsky |
Fix codestyle |
57baf614 | 13-Feb-2013 |
Andrey |
Fix segfault in fs_stat |