aboutsummaryrefslogtreecommitdiff
path: root/src/node_file.cc
AgeCommit message (Expand)Author
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
2013-12-10Merge branch 'v0.10'Fedor Indutny
2013-12-10fs: report correct path when EEXISTFedor Indutny
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-11src: fix Environment::GetCurrent() usageBen Noordhuis
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-25Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-10-23src: IsInt64() should return bool, not intBen Noordhuis
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-27fs: Expose birthtime on stat objectsisaacs
2013-08-14src: remove redundant symbol init in node_file.ccBen Noordhuis
2013-08-13src: clean up FSReqWrapBen Noordhuis
2013-08-13src: move ReqWrap::data_ to FSReqWrapBen Noordhuis
2013-08-12src: don't obj->Set(Integer::New(...), val)Ben Noordhuis
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-03src: use static_cast for void-to-T castsBen Noordhuis