3aec77f9 | 31-Aug-2011 |
Bert Belder |
bring back uv_init |
56dcaf9b | 31-Aug-2011 |
Ryan Dahl |
unix: multiplicity |
0ba44cfd | 30-Aug-2011 |
Ben Noordhuis |
ev: improve feature detection on linux |
2af955db | 30-Aug-2011 |
Jeroen Janssen |
Fix posix dirent usage Fixes #161 |
ca117113 | 30-Aug-2011 |
Ryan Dahl |
win: stub out missing uv_fs functions |
a6ed1757 | 30-Aug-2011 |
Ryan Dahl |
unix: implement uv_fs_lstat |
dbc1cb0e | 30-Aug-2011 |
Ryan Dahl |
Remove pthread-win32 |
d20233c7 | 30-Aug-2011 |
Ryan Dahl |
Fix long lines |
894c005c | 30-Aug-2011 |
Ryan Dahl |
unix: fix fs_async_sendfile |
1a4ead53 | 30-Aug-2011 |
Ryan Dahl |
unix: implement uv_queue_work |
0e81406b | 30-Aug-2011 |
Ryan Dahl |
unix fs_async_dir works |
cf08c168 | 30-Aug-2011 |
Ryan Dahl |
Use Windows compatibile flags |
5d524fff | 30-Aug-2011 |
Ryan Dahl |
unix passes test fs_file_async |
cbbb254e | 29-Aug-2011 |
Jorge Chamorro Bieling |
Fix for joyent/node#1506, OSX threaded write()s bug |
df0b483c | 29-Aug-2011 |
Ryan Dahl |
Fix gyp build |
3be275ba | 29-Aug-2011 |
Ryan Dahl |
Begin implementation of UNIX uv_fs_ functions Adding this incomplete work now to ease rebase troubles later as it moves the functions to src/unix/fs.c and introduces src/unix/internal.h. |
925564e9 | 27-Aug-2011 |
Igor Zinkovsky |
windows: improve error handling for fs functions |
3a374ca7 | 27-Aug-2011 |
Igor Zinkovsky |
add missing values to uv_fs_type |
3ea037cc | 27-Aug-2011 |
Igor Zinkovsky |
windows: free fs arguments inside uv_fs_req_cleanup |
7cad73aa | 26-Aug-2011 |
Ryan Dahl |
Fix build for UNIX |
25175c70 | 19-Aug-2011 |
Igor Zinkovsky |
uv_fs & uv_work APIs |
183178a5 | 26-Aug-2011 |
Igor Zinkovsky |
update readme with vcbuild.bat instructions |
835782a9 | 26-Aug-2011 |
Clifford Heath |
eio: Mac OSX 10.5 (Leopard) does not have fdatasync |
e954b4cd | 26-Aug-2011 |
Igor Zinkovsky |
merge create_msvs_files.bat and vcbuild.bat into vcbuild.bat |
39aac4a5 | 26-Aug-2011 |
Bert Belder |
win: better shutdown for pipes |