a8017fd8 | 05-Sep-2011 |
Igor Zinkovsky |
windows: update uv_fs_* functions to work with req.path |
b90459fc | 05-Sep-2011 |
Igor Zinkovsky |
windows: use _stati64 |
991f6ee0 | 05-Sep-2011 |
Ryan Dahl |
unix: Set req->result to -1 on async uv_fs_readdir error fixes test/simple/test-fs-error-messages.js in node. |
be3b3785 | 05-Sep-2011 |
Ryan Dahl |
win: initialize req.path = NULL. |
e1af07e8 | 04-Sep-2011 |
Peter Bright |
Open files with sharing enabled. Fixes node's issue #1449. https://github.com/joyent/node/issues/1449 |
a18860ae | 05-Sep-2011 |
Ryan Dahl |
Add uv_fs_t.path on unix and tests Windows implementation missing https://github.com/joyent/libuv/issues/177 |
b6ede6c7 | 05-Sep-2011 |
Ryan Dahl |
unix: uv_fs_readdir sync skips . and .. Fixes test fs_async_dir |
7ccc7470 | 04-Sep-2011 |
Ryan Dahl |
Add test for uv_fs_readdir sync |
142a7029 | 04-Sep-2011 |
Ryan Dahl |
unix: fix fs_chmod |
826db453 | 04-Sep-2011 |
Ben Noordhuis |
test: fix uv_fs_readdir test Don't make assumptions about the order in which the directory entries are returned by the file system. |
a52a2c78 | 04-Sep-2011 |
Ryan Dahl |
Fix warning on darwin |
d3f60da6 | 04-Sep-2011 |
Ben Noordhuis |
unix: implement uv_fs_readlink |
7db243dc | 04-Sep-2011 |
Peter Bright |
Bring inline with node common.gypi. Win32 readlink() |
060026ce | 03-Sep-2011 |
Igor Zinkovsky |
windows: uv_fs_link + uv_fs_symlink |
7b87ff7c | 04-Sep-2011 |
Bert Belder |
win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++ |
360f4119 | 04-Sep-2011 |
Bert Belder |
Make getsockname/getpeername handle uninitialized sockets better |
12b01e95 | 04-Sep-2011 |
Bert Belder |
Specialize uv_xxx_getsockname, add uv_tcp_getpeername |
18af1379 | 04-Sep-2011 |
Ben Noordhuis |
unix: fix warning: implicit declaration of function ‘strerror’ |
b6807031 | 04-Sep-2011 |
Ben Noordhuis |
unix: fix warning: implicit declaration of function ‘memcpy’ |
6422a14a | 02-Sep-2011 |
Luis Lavena |
windows: correct a preprocessor typo GCC chokes on ##name## concatenation (since . and prepare are invalid tokens) |
cf5ed86a | 03-Sep-2011 |
Igor Zinkovsky |
windows: implement missing fs functions |
30ca0281 | 01-Sep-2011 |
Luis Lavena |
Fix MinGW build Allow `make all` work under MinGW. Remove references to eio for MinGW. Fixes #170 Fixes #171 |
b89f4f34 | 02-Sep-2011 |
Ryan Dahl |
implement uv_fs_utime |
b47fa77e | 02-Sep-2011 |
Ryan Dahl |
unix/fs.c: Apply macro magic, implement symlink, link, chown, fchown |
9f932f92 | 01-Sep-2011 |
Ryan Dahl |
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix |