Ben Noordhuis
|
bd6066cb34
|
unix: fix readdir cleanup assertion
|
2011-09-10 00:14:42 +02:00 |
|
Ben Noordhuis
|
79d9f81881
|
unix: implement uv_fs_futime, add tests for uv_fs_utime and uv_fs_futime
|
2011-09-06 02:52:52 +02:00 |
|
Ben Noordhuis
|
efcd273d68
|
unix: translate fs errno codes to libuv error codes
|
2011-09-06 00:17:18 +02:00 |
|
Ben Noordhuis
|
bb0c6e6d53
|
unix: move linux feature detection macros to internal.h
|
2011-09-05 16:05:28 +02:00 |
|
Ben Noordhuis
|
a9ba756bfd
|
unix: fix warning: comparison between signed and unsigned integer expressions
|
2011-09-05 15:04:16 +02:00 |
|
Ben Noordhuis
|
d9176108d2
|
unix: fix event loop not being unref'd on eio error
|
2011-09-05 15:03:52 +02:00 |
|
Ben Noordhuis
|
ed355d371e
|
unix: fix const correctness warnings
|
2011-09-05 14:23:41 +02:00 |
|
Ryan Dahl
|
991f6ee044
|
unix: Set req->result to -1 on async uv_fs_readdir error
fixes test/simple/test-fs-error-messages.js in node.
|
2011-09-04 18:45:45 -07:00 |
|
Ryan Dahl
|
a18860aec6
|
Add uv_fs_t.path on unix and tests
Windows implementation missing https://github.com/joyent/libuv/issues/177
|
2011-09-04 18:05:11 -07:00 |
|
Ryan Dahl
|
b6ede6c724
|
unix: uv_fs_readdir sync skips . and ..
Fixes test fs_async_dir
|
2011-09-04 17:13:05 -07:00 |
|
Ben Noordhuis
|
d3f60da67c
|
unix: implement uv_fs_readlink
|
2011-09-05 00:12:16 +02:00 |
|
Igor Zinkovsky
|
060026ced3
|
windows: uv_fs_link + uv_fs_symlink
|
2011-09-04 13:24:35 -07:00 |
|
Ryan Dahl
|
b89f4f34a4
|
implement uv_fs_utime
|
2011-09-01 17:40:57 -07:00 |
|
Ryan Dahl
|
b47fa77eb5
|
unix/fs.c: Apply macro magic, implement symlink, link, chown, fchown
|
2011-09-01 17:12:31 -07:00 |
|
Ryan Dahl
|
9f932f92cf
|
add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix
|
2011-09-01 15:36:01 -07:00 |
|
Ryan Dahl
|
2e6035895c
|
Add test for uv_fs_fstat, implement on unix.
|
2011-09-01 14:15:06 -07:00 |
|
Ryan Dahl
|
ea4271fa90
|
submit error to correct loop
|
2011-08-31 01:43:09 -07:00 |
|
Ryan Dahl
|
e3f910d0a9
|
Multiplicity update on unix
Does not yet support multithreaded use of the thread pool.
|
2011-08-30 23:55:08 -07:00 |
|
Jeroen Janssen
|
2af955dbf4
|
Fix posix dirent usage
Fixes #161
|
2011-08-30 03:16:03 -07:00 |
|
Ryan Dahl
|
a6ed1757ab
|
unix: implement uv_fs_lstat
|
2011-08-30 01:32:53 -07:00 |
|
Ryan Dahl
|
894c005c42
|
unix: fix fs_async_sendfile
|
2011-08-30 00:52:43 -07:00 |
|
Ryan Dahl
|
1a4ead53d6
|
unix: implement uv_queue_work
|
2011-08-29 22:57:34 -07:00 |
|
Ryan Dahl
|
0e81406bfb
|
unix fs_async_dir works
|
2011-08-29 22:08:51 -07:00 |
|
Ryan Dahl
|
5d524fff1a
|
unix passes test fs_file_async
|
2011-08-29 20:41:45 -07:00 |
|
Ryan Dahl
|
3be275bad7
|
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.
|
2011-08-29 14:36:45 -07:00 |
|