Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-31more 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-17Merge remote branch 'origin/v0.6'Ryan Dahl
2011-12-16Remove platform files, and use uv platform apiIgor Zinkovsky
2011-12-13fs: fix typo in error messageBen Noordhuis
2011-12-08move 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-02fs: 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-15remove SetCloseOnExecIgor Zinkovsky
2011-09-15Upgrade 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-05fix test-fs-realpathisaacs
2011-09-05internal fs functions called with this == ReqWrapRyan Dahl
2011-09-05Return ReqWrap from internal fs functionsRyan Dahl
2011-09-05Fix test-fs-error-messages.jsRyan Dahl
2011-09-05Upgrade libuv to 142a702Ryan Dahl
2011-09-04fix windows build breakIgor Zinkovsky
2011-09-04enable missing fs functions on windowsIgor Zinkovsky
2011-09-04fix 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-25Move ARRAY_SIZE macro to node.hBen Noordhuis
2011-08-10Open files in binary mode, on msvc tooBert Belder
2011-08-07Make MSVS build.Peter Bright
2011-08-06Basic VC++ compatibility work.Peter Bright
2011-07-13Fix 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
2011-06-08Build on windows againBert Belder
2011-05-24Batch of ev -> uv changesBert Belder
2011-04-21GH-853 fs.fchmod and fs.fchownisaacs
2011-04-04Merge branch 'v0.4'Ryan Dahl
2011-03-29Retain buffers in fs.read/write()Jorge Chamorro Bieling
2011-03-22Better ifdef for futimesRyan Dahl
2011-03-22Fix solaris buildRyan Dahl
2011-03-15Merge branch 'v0.4'Ryan Dahl
2011-03-15Update copyright headersRyan Dahl
2011-03-03fs.utimes() and fs.futimes() support.Ben Noordhuis
2011-02-09Windows: child process fixesBert Belder