132 Commits (a2fcc47772546faecda1bca6140d87341246bff9)

Author SHA1 Message Date
Igor Zinkovsky 6f82b9f482 64bit offsets for fs calls 13 years ago
isaacs a26bee8fa1 MakeCallback: Consistent symbol usage 13 years ago
isaacs 91701c2db1 MakeCallback: Use in node_file.cc 13 years ago
Igor Zinkovsky 052aaa4c4d windows: use 64bit offsets for uv_fs apis 13 years ago
Ben Noordhuis 17524432ff Fix Engrish in error messages. 13 years ago
ssuda 249c3c165a Avoiding unnecessary ToString() calls 13 years ago
Bert Belder 3733a85d8d Windows: include syscall in fs errors 13 years ago
isaacs 4053c01b53 First arg to fs.fchown is an int, not a string 13 years ago
Ben Noordhuis 74a8215a86 Revert support for isolates. 13 years ago
Tj Holowaychuk 26bfb6bea4 more specific fs error messages 13 years ago
Ben Noordhuis 4e5247772d fs, handle_wrap: use Loop(), not uv_default_loop() 13 years ago
Shigeki Ohtsu 2156e5eca1 fs: don't assert on uv_fs_*() errors 13 years ago
Ryan Dahl 20ba454ef9 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl f168f7d702 Remove node_isolate.h from node.h 13 years ago
Ryan Dahl a0f3eb015a node_file.cc should use NODE_LOOP() 13 years ago
Ryan Dahl 9d792f3183 Add node::Loop() and don't inc node_isolate.h in *.cc 13 years ago
Ryan Dahl 87bb848268 Remove node_isolate.h from node.h 13 years ago
Ryan Dahl a8506c41c6 node_file.cc should use NODE_LOOP() 13 years ago
Igor Zinkovsky 500c8f45f5 Remove platform files, and use uv platform api 13 years ago
Ben Noordhuis e90db17392 fs: fix typo in error message 13 years ago
Ryan Dahl e53e9c72cb move global vars for node_file.cc, node_zlib.cc, and node_crypto.cc 13 years ago
Bert Belder 823a443321 Rename FSError to UVException and move to node.cc 13 years ago
Ben Noordhuis 9b4e8e0a0d fs: fix typo in function names 13 years ago
Bert Belder 5b014e0725 Fs: use strncmp instead of memcmp for comparing strings 13 years ago
Author: Igor Zinkovsky 1f16a7b6e5 Enable long paths on windows 13 years ago
Ben Noordhuis cdcb1118c8 Remove stray NODE_MODULE() semi-colons. 13 years ago
Igor Zinkovsky 6cb15403d3 remove SetCloseOnExec 14 years ago
Ryan Dahl a6ef3eb271 Upgrade libuv to 4197fc7 14 years ago
Igor Zinkovsky 65e6ba9cce Enable link, symlink, and readlink on windows 14 years ago
Ben Noordhuis 56efe9cbc5 file: translate libuv error codes to errno names 14 years ago
Ben Noordhuis 2d9ab49239 file: fix errno propagation in sync fs calls 14 years ago
isaacs ef523e5719 fix test-fs-realpath 14 years ago
Ryan Dahl fcfec075e3 internal fs functions called with this == ReqWrap 14 years ago
Ryan Dahl 39ea27470c Return ReqWrap from internal fs functions 14 years ago
Ryan Dahl f5e486ebab Fix test-fs-error-messages.js 14 years ago
Ryan Dahl 17021ea631 Upgrade libuv to 142a702 14 years ago
Igor Zinkovsky 29e929de1e fix windows build break 14 years ago
Igor Zinkovsky a3d7782c08 enable missing fs functions on windows 14 years ago
Igor Zinkovsky ee048aa3ab fix async readdir 14 years ago
Ryan Dahl 21cc4c4985 Upgrade libuv to ea4271f 14 years ago
Igor Zinkovsky bce41fac94 Use new uv_fs_ apis 14 years ago
Ryan Dahl 1088638725 upgrade libuv to a6ed175 14 years ago
Ben Noordhuis 7003d6eff5 Move ARRAY_SIZE macro to node.h 14 years ago
Bert Belder 764dfbb1bf Open files in binary mode, on msvc too 14 years ago
Peter Bright 6ac8c55989 Make MSVS build. 14 years ago
Peter Bright 13d6a1f67f Basic VC++ compatibility work. 14 years ago
koichik a3e3ad40b1 Fix fs can't handle large file on 64bit platform 14 years ago
avz 0c3a7c075e Fix wrong error handling at Open() after open(2) in sync mode 14 years ago
Ryan Dahl feb26d6c74 Fixes #1203. Add missing scope.Close to fs.sendfileSync 14 years ago
Bert Belder 406f44a86b Build on windows again 14 years ago