summaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
2016-04-15fs: optimize realpath using uv_fs_realpath()Yuval Brik
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2015-12-17fs: use pushValueToArray for readdir(Sync)Trevor Norris
2015-12-05fs,doc: use `target` instead of `destination`yorkie
2015-11-20fs: fix the error report on fs.link(Sync)yorkie
2015-10-08src: fix u-a-free if uv returns err in ASYNC_CALLKarl Skomski
2015-09-14fs: implemented WriteStream#writevRon Korving
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-23fs: replace bad_args macro with concrete error msgRoman Klauke
2015-08-17src: don't use fopen() in require() fast pathBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-27lib: speed up require(), phase 2Ben Noordhuis
2015-05-27lib: speed up require(), phase 1Ben Noordhuis
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-04-28fs: validate fd on fs.writeJulian Duque
2015-04-02src: wrap MIN definition in infdefJohan Bergström
2015-03-07src: fix memory leak in fs.writeSync error pathBen Noordhuis
2015-03-07src: fix mismatched delete[] in src/node_file.ccBen Noordhuis
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-31fs: improve error messagesBert Belder
2015-01-21src: clean up unused macros in node_file.ccBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-12-15fs: add access() and accessSync()cjihrig
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-22Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis
2014-11-15fs: fix symlink error messageVladimir Kurchatkin
2014-11-05core: replace uv_fs_readdir with uv_fs_scandirSaúl Ibarra Corretgé
2014-10-23src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-09-23deps: update uv to v1.0.0-rc1Fedor Indutny
2014-08-19src: add missing Isolate argumentsYazhong Liu
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-06-06src: replace usage of String::Utf8ValueTimothy J Fontaine
2014-04-14fs: return blksize on stats objectTrevor Norris
2014-03-31fs: improve performance of all stat functionsJames Pickard
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-26src: update to latest libuv apiTimothy J Fontaine
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-08src: refactor buffer bounds checkingTimothy J Fontaine
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski