64deffda | 21-Jun-2012 |
Shuhei Tanuma |
WIP: uv_fs |
3b1570d3 | 21-Jun-2012 |
Shuhei Tanuma |
WIP: uv_fs_read |
983568aa | 20-Jun-2012 |
Shuhei Tanuma |
WIP: fs |
6df01934 | 20-Jun-2012 |
Shuhei Tanuma |
fix macro |
b75313b0 | 19-Jun-2012 |
Shuhei Tanuma |
adjust config.w32 |
4bdb2420 | 18-Jun-2012 |
Shuhei Tanuma |
add WIN32 headers |
ceab2df3 | 18-Jun-2012 |
Shuhei Tanuma |
fix uv_idle_init |
e765597f | 18-Jun-2012 |
Shuhei Tanuma |
for now, php-uv can build on windows box. but it requires some work. * make libuv first. * after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly. * don't mix debu
for now, php-uv can build on windows box. but it requires some work. * make libuv first. * after configure, add Iphlpapi.lib and psapi.lib on your Makefile directly. * don't mix debug / release build (LIBCMTD conflicts)
show more ...
|
39679dbd | 18-Jun-2012 |
Shuhei Tanuma |
adjust config.w32 |
6812bfff | 18-Jun-2012 |
Shuhei Tanuma |
Merge pull request #2 from stealth35/fix_win Fix windows errors
|
9bbc4e9e | 18-Jun-2012 |
stealth35 |
Fix windows errors |
c722e008 | 18-Jun-2012 |
Shuhei Tanuma |
remove uv_loop_refcount |
31dec364 | 17-Jun-2012 |
Shuhei Tanuma |
added async and queue_work api. TODO: research eio_custom |
82845ff3 | 17-Jun-2012 |
Shuhei Tanuma |
add async api |
011c8747 | 17-Jun-2012 |
Shuhei Tanuma |
add check api |
b98e8f05 | 17-Jun-2012 |
Shuhei Tanuma |
add prepare api |
1f7cdb55 | 17-Jun-2012 |
Shuhei Tanuma |
add mutex functions |
4d57292d | 17-Jun-2012 |
Shuhei Tanuma |
for now, add rwlock functions |
efbdc8be | 16-Jun-2012 |
Shuhei Tanuma |
for now, add rwlock functions |
80e3480a | 16-Jun-2012 |
Shuhei Tanuma |
add uv_rwlock_init |
5adf83aa | 16-Jun-2012 |
Shuhei Tanuma |
update todo |
3af703c8 | 16-Jun-2012 |
Shuhei Tanuma |
add uv_chdir |
735868b5 | 16-Jun-2012 |
Shuhei Tanuma |
add several functions |
5b3bf8ac | 16-Jun-2012 |
Shuhei Tanuma |
add uv_exepath |
568b3ac3 | 16-Jun-2012 |
Shuhei Tanuma |
add several functions |