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
2010-11-17Add ref to buffer during fs.write and fs.readRyan Dahl
2010-10-30Fix argv[6] comment in node_fileRyan Dahl
2010-10-30Rewrite libeio After callback to use req->result instead of req->errorno for ...Micheil Smith
2010-10-10Fix a few compiler warnings...Ryan Dahl
2010-09-09Work to get C++ fast buffers. incompleteRyan Dahl
2010-07-14Move the Stat structure functions to node_file.ccPaul Querna
2010-07-13Coverity fixes: src/node_filePeter Griess
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-29Added new API to Script, and implemented it in the REPLRuben Rodriguez
2010-05-27Adding experimental support for fs.chown and fs.chownSync.Micheil Smith
2010-05-21Deprecate string interface for fs.read()Felix Geisendörfer
2010-05-21Revert "Deprecate string interface for fs.read()"Ryan Dahl
2010-05-21Deprecate string interface for fs.read()Felix Geisendörfer
2010-05-20Minor style changes for fs.write codeRyan Dahl
2010-05-19Deprecate string interface for fs.write()Felix Geisendörfer
2010-05-15Added better error messages for async and sync fs calls with pathsvisionmedia
2010-05-15Added posix fsync and fdatasync to fs moduleAndrew Johnston
2010-05-13Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases,...Ben Noordhuis
2010-05-11Revert "Check for strings.h"Ryan Dahl
2010-05-11Check for strings.hRyan Dahl
2010-05-04Implement writeSync for buffersRyan Dahl
2010-05-04Implement fs.readSync for buffersRyan Dahl
2010-05-03Implement fs.read() for Buffers (again)Ryan Dahl
2010-05-03Fix memory leak with fs.writeSyncRyan Dahl
2010-05-03Revert changes to node_file.ccRyan Dahl
2010-05-03Fix memory leak in fs.writeSync()Ryan Dahl
2010-05-01Implement fs.read() for buffersRyan Dahl
2010-05-01Fix docs in node_file.ccRyan Dahl
2010-04-23Unify ErrnoException creationRyan Dahl
2010-03-20Add support for Buffer to fs.writeRyan Dahl
2010-03-02Merge branch 'master' into net2Ryan Dahl
2010-02-28Fixed spurious suffixes on fs.readlink.kriskowal
2010-02-26Merge branch 'master' into net2Ryan Dahl
2010-02-23added fs.link, fs.symlink, fs.readlinkRasmus Andersson
2010-02-23Merge branch 'master' into net2Ryan Dahl
2010-02-22Implement fs.readdirSync()Ryan Dahl
2010-02-22Revert "Add fs.readdirSync()"Ryan Dahl
2010-02-22Expose fs.lstatisaacs
2010-02-22Add fs.readdirSync()Micheil Smith
2010-02-20fs.closeSync should return Undefined on successRyan Dahl
2010-02-18Adding interface between node and libeio for Chmod.Micheil Smith
2010-02-18Merge branch 'master' into net2Ryan Dahl
2010-02-12Return chunk & bytes read for posix.readSync()Ryan Dahl
2010-02-11Merge branch 'master' into net2Ryan Dahl
2010-02-08Add posix.truncate()Ryan Dahl
2010-02-03Merge branch 'master' into net2Ryan Dahl
2010-02-02Callbacks from process.fs always start with error objectRyan Dahl
2009-12-29Move cb_persist functions out of dns moduleRyan Dahl
2009-12-09Fix posix.statSync()Ryan Dahl
2009-12-09Statically define symbolsRyan Dahl