History log of /libuv/ (Results 4701 – 4725 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a8017fd805-Sep-2011 Igor Zinkovsky

windows: update uv_fs_* functions to work with req.path

b90459fc05-Sep-2011 Igor Zinkovsky

windows: use _stati64

991f6ee005-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.

be3b378505-Sep-2011 Ryan Dahl

win: initialize req.path = NULL.

e1af07e804-Sep-2011 Peter Bright

Open files with sharing enabled. Fixes node's issue #1449.

https://github.com/joyent/node/issues/1449

a18860ae05-Sep-2011 Ryan Dahl

Add uv_fs_t.path on unix and tests

Windows implementation missing https://github.com/joyent/libuv/issues/177

b6ede6c705-Sep-2011 Ryan Dahl

unix: uv_fs_readdir sync skips . and ..

Fixes test fs_async_dir

7ccc747004-Sep-2011 Ryan Dahl

Add test for uv_fs_readdir sync

142a702904-Sep-2011 Ryan Dahl

unix: fix fs_chmod

826db45304-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.

a52a2c7804-Sep-2011 Ryan Dahl

Fix warning on darwin

d3f60da604-Sep-2011 Ben Noordhuis

unix: implement uv_fs_readlink

7db243dc04-Sep-2011 Peter Bright

Bring inline with node common.gypi.

Win32 readlink()

060026ce03-Sep-2011 Igor Zinkovsky

windows: uv_fs_link + uv_fs_symlink

7b87ff7c04-Sep-2011 Bert Belder

win: rename uv_loop_t.ares_channel to ares_chan to avoid confusing g++

360f411904-Sep-2011 Bert Belder

Make getsockname/getpeername handle uninitialized sockets better

12b01e9504-Sep-2011 Bert Belder

Specialize uv_xxx_getsockname, add uv_tcp_getpeername

18af137904-Sep-2011 Ben Noordhuis

unix: fix warning: implicit declaration of function ‘strerror’

b680703104-Sep-2011 Ben Noordhuis

unix: fix warning: implicit declaration of function ‘memcpy’

6422a14a02-Sep-2011 Luis Lavena

windows: correct a preprocessor typo

GCC chokes on ##name## concatenation (since . and prepare are invalid
tokens)

cf5ed86a03-Sep-2011 Igor Zinkovsky

windows: implement missing fs functions

30ca028101-Sep-2011 Luis Lavena

Fix MinGW build

Allow `make all` work under MinGW. Remove references to eio for MinGW.

Fixes #170
Fixes #171

b89f4f3402-Sep-2011 Ryan Dahl

implement uv_fs_utime

b47fa77e02-Sep-2011 Ryan Dahl

unix/fs.c: Apply macro magic, implement symlink, link, chown, fchown

9f932f9201-Sep-2011 Ryan Dahl

add test fs_chmod, implement uv_fs_fchmod and uv_fs_chmod on unix

1...<<181182183184185186187188189190>>...218