History log of /libuv/src/win/fs.c (Results 201 – 215 of 215)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 58ef43ee 05-Sep-2011 Bert Belder

win: use win32 api for file reading and writing

# 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

# 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

# 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

# cf5ed86a 03-Sep-2011 Igor Zinkovsky

windows: implement missing fs functions

# 22197ebf 01-Sep-2011 Igor Zinkovsky

windows: include _stat struct into uv_fs_t

# 78debf9f 31-Aug-2011 Bert Belder

win: multiplicity

# ca117113 30-Aug-2011 Ryan Dahl

win: stub out missing uv_fs functions

# 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

# 3ea037cc 27-Aug-2011 Igor Zinkovsky

windows: free fs arguments inside uv_fs_req_cleanup

Revision tags: node-v0.5.5
# 25175c70 19-Aug-2011 Igor Zinkovsky

uv_fs & uv_work APIs

123456789