summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2012-05-0264bit offsets for fs callsIgor Zinkovsky
2012-04-18Merge remote-tracking branch 'ry/v0.6' into masterisaacs
2012-04-17MakeCallback: Consistent symbol usageisaacs
2012-04-17MakeCallback: Use in node_file.ccisaacs
2012-04-05windows: use 64bit offsets for uv_fs apisIgor Zinkovsky
2012-03-30Fix Engrish in error messages.Ben Noordhuis
2012-03-23Avoiding unnecessary ToString() callsssuda
2012-03-08Merge branch 'v0.6'Bert Belder
2012-03-08Windows: include syscall in fs errorsBert Belder
2012-03-03First arg to fs.fchown is an int, not a stringisaacs
2012-02-06Revert support for isolates.Ben Noordhuis
2012-01-30more specific fs error messagesTj Holowaychuk
2012-01-20fs, handle_wrap: use Loop(), not uv_default_loop()Ben Noordhuis
2012-01-20fs: don't assert on uv_fs_*() errorsShigeki Ohtsu
2011-12-29Add node::Loop() and don't inc node_isolate.h in *.ccRyan Dahl
2011-12-29Remove node_isolate.h from node.hRyan Dahl
2011-12-29node_file.cc should use NODE_LOOP()Ryan Dahl
2011-12-16Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-15Remove platform files, and use uv platform apiIgor Zinkovsky
2011-12-13fs: fix typo in error messageBen Noordhuis
2011-12-07move global vars for node_file.cc, node_zlib.cc, and node_crypto.ccRyan Dahl
2011-12-02Rename FSError to UVException and move to node.ccBert Belder
2011-12-01fs: fix typo in function namesBen Noordhuis
2011-11-25Fs: use strncmp instead of memcmp for comparing stringsBert Belder
2011-11-25Enable long paths on windowsAuthor: Igor Zinkovsky
2011-11-09Remove stray NODE_MODULE() semi-colons.Ben Noordhuis
2011-09-14remove SetCloseOnExecIgor Zinkovsky
2011-09-14Upgrade libuv to 4197fc7Ryan Dahl
2011-09-08Enable link, symlink, and readlink on windowsIgor Zinkovsky
2011-09-06file: translate libuv error codes to errno namesBen Noordhuis
2011-09-06file: fix errno propagation in sync fs callsBen Noordhuis
2011-09-04fix test-fs-realpathisaacs
2011-09-04internal fs functions called with this == ReqWrapRyan Dahl
2011-09-04Return ReqWrap from internal fs functionsRyan Dahl
2011-09-04Fix test-fs-error-messages.jsRyan Dahl
2011-09-04Upgrade libuv to 142a702Ryan Dahl
2011-09-04fix windows build breakIgor Zinkovsky
2011-09-03enable missing fs functions on windowsIgor Zinkovsky
2011-09-03fix async readdirIgor Zinkovsky
2011-08-31Upgrade libuv to ea4271fRyan Dahl
2011-08-30Use new uv_fs_ apisIgor Zinkovsky
2011-08-30upgrade libuv to a6ed175Ryan Dahl
2011-08-24Move ARRAY_SIZE macro to node.hBen Noordhuis
2011-08-10Open files in binary mode, on msvc tooBert Belder
2011-08-06Make MSVS build.Peter Bright
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-07-14Fix fs can't handle large file on 64bit platformkoichik
2011-07-05Fix wrong error handling at Open() after open(2) in sync modeavz
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-20Fixes #1203. Add missing scope.Close to fs.sendfileSyncRyan Dahl