summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* Retain buffers in fs.read/write()Jorge Chamorro Bieling2011-03-281-7/+0
* Update copyright headersRyan Dahl2011-03-141-1/+21
* Windows: child process fixesBert Belder2011-02-081-2/+2
* Windows: open files in binary modeBert Belder2011-02-041-0/+5
* Fix windows buildBert Belder2011-01-241-0/+5
* fs.open should set FD_CLOEXECRyan Dahl2011-01-241-0/+9
* Misc. cleanupsBert Belder2011-01-181-4/+7
* Clean up the way windows headers are includedBert Belder2011-01-181-1/+1
* Re-enable stat watchers on windowsBert Belder2010-12-201-2/+0
* Use unicode and bigfile aware stat/fstatBert Belder2010-12-201-8/+8
* Don't break the linux buildBert Belder2010-12-201-2/+2
* On windows, there's no support (yet) for chown and symlink functionsBert Belder2010-12-201-0/+16
* On windows, stat() doesn't give you block (size) infoBert Belder2010-12-201-0/+2
* On windows, mkdir() doesn't take a mode parameterBert Belder2010-12-201-0/+4
* Fix fsync/fdatasync for windowsBert Belder2010-12-201-0/+6
* On windows use eio__pread and eio__pwrite (hack)Bert Belder2010-12-201-0/+7
* Include windows.h in node_file.ccBert Belder2010-12-201-0/+4
* Stat watchers don't work on windows yetBert Belder2010-12-201-0/+2
* Add ref to buffer during fs.write and fs.readRyan Dahl2010-11-161-0/+11
* Fix argv[6] comment in node_fileRyan Dahl2010-10-301-1/+4
* Rewrite libeio After callback to use req->result instead of req->errorno for ...Micheil Smith2010-10-301-53/+39
* Fix a few compiler warnings...Ryan Dahl2010-10-091-1/+1
* Work to get C++ fast buffers. incompleteRyan Dahl2010-09-091-9/+13
* Move the Stat structure functions to node_file.ccPaul Querna2010-07-141-0/+95
* Coverity fixes: src/node_filePeter Griess2010-07-121-10/+17
* fix whitespace errorsBlake Mizerany2010-06-291-2/+2
* Added new API to Script, and implemented it in the REPLRuben Rodriguez2010-06-281-1/+1
* Adding experimental support for fs.chown and fs.chownSync.Micheil Smith2010-05-261-3/+34
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-201-103/+26
* Revert "Deprecate string interface for fs.read()"Ryan Dahl2010-05-201-26/+103
* Deprecate string interface for fs.read()Felix Geisendörfer2010-05-201-103/+26
* Minor style changes for fs.write codeRyan Dahl2010-05-191-1/+1
* Deprecate string interface for fs.write()Felix Geisendörfer2010-05-191-97/+20
* Added better error messages for async and sync fs calls with pathsvisionmedia2010-05-141-13/+27
* Added posix fsync and fdatasync to fs moduleAndrew Johnston2010-05-141-0/+44
* Support for fstat(2) through fs.fstat() and fs.fstatSync(). Added test cases,...Ben Noordhuis2010-05-121-0/+21
* Revert "Check for strings.h"Ryan Dahl2010-05-101-6/+1
* Check for strings.hRyan Dahl2010-05-101-1/+6
* Implement writeSync for buffersRyan Dahl2010-05-031-6/+4
* Implement fs.readSync for buffersRyan Dahl2010-05-031-12/+14
* Implement fs.read() for Buffers (again)Ryan Dahl2010-05-031-30/+133
* Fix memory leak with fs.writeSyncRyan Dahl2010-05-031-5/+2
* Revert changes to node_file.ccRyan Dahl2010-05-021-127/+29
* Fix memory leak in fs.writeSync()Ryan Dahl2010-05-021-5/+2
* Implement fs.read() for buffersRyan Dahl2010-04-301-29/+130
* Fix docs in node_file.ccRyan Dahl2010-04-301-7/+13
* Unify ErrnoException creationRyan Dahl2010-04-221-25/+19
* Add support for Buffer to fs.writeRyan Dahl2010-03-191-26/+102
* Merge branch 'master' into net2Ryan Dahl2010-03-021-1/+1
|\
| * Fixed spurious suffixes on fs.readlink.kriskowal2010-02-271-1/+1