summaryrefslogtreecommitdiff
path: root/src/node_file.cc
Commit message (Expand)AuthorAgeFilesLines
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* lib: speed up require(), phase 2Ben Noordhuis2015-05-271-0/+47
* lib: speed up require(), phase 1Ben Noordhuis2015-05-271-0/+21
* core: implement runtime flag to trace sync ioTrevor Norris2015-05-181-0/+1
* fs: validate fd on fs.writeJulian Duque2015-04-281-1/+3
* src: wrap MIN definition in infdefJohan Bergström2015-04-021-1/+3
* src: fix memory leak in fs.writeSync error pathBen Noordhuis2015-03-071-2/+7
* src: fix mismatched delete[] in src/node_file.ccBen Noordhuis2015-03-071-40/+61
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* fs: improve error messagesBert Belder2015-01-311-25/+9
* src: clean up unused macros in node_file.ccBen Noordhuis2015-01-211-13/+13
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-19/+19
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-1/+1
* fs: add access() and accessSync()cjihrig2014-12-151-0/+24
* src: remove unnecessary template parameterTrevor Norris2014-12-091-1/+1
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-50/+67
* Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-11-221-7/+7
|\
| * fs: fix symlink error messageVladimir Kurchatkin2014-11-151-2/+2
| * core: replace uv_fs_readdir with uv_fs_scandirSaúl Ibarra Corretgé2014-11-051-5/+5
* | src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis2014-10-231-3/+1
* | src: replace NULL with nullptrBen Noordhuis2014-10-231-21/+21
* | src: attach env directly to api functionsBen Noordhuis2014-10-131-61/+60
* | src: replace assert() with CHECK()Ben Noordhuis2014-10-121-8/+7
* | src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-25/+0
|/
* deps: update uv to v1.0.0-rc1Fedor Indutny2014-09-231-27/+34
* src: add missing Isolate argumentsYazhong Liu2014-08-191-1/+1
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-18/+19
|\
| * src: replace usage of String::Utf8ValueTimothy J Fontaine2014-06-061-18/+19
* | fs: return blksize on stats objectTrevor Norris2014-04-141-0/+1
* | fs: improve performance of all stat functionsJames Pickard2014-03-311-37/+66
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-16/+19
* | src: update to latest libuv apiTimothy J Fontaine2014-02-261-7/+13
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-53/+77
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-081-4/+3
|\ \ | |/
| * src: refactor buffer bounds checkingTimothy J Fontaine2014-02-081-2/+2
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-2/+3
* | Merge branch 'v0.10'Fedor Indutny2013-12-101-17/+58
|\ \ | |/
| * fs: report correct path when EEXISTFedor Indutny2013-12-101-17/+61
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-1/+1
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-1/+1
* | node: add AsyncListener supportTrevor Norris2013-10-311-2/+2
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-251-1/+1
|\ \ | |/
| * src: IsInt64() should return bool, not intBen Noordhuis2013-10-231-1/+1
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-60/+120
* | cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-3/+3
* | src: add multi-context supportBen Noordhuis2013-09-061-95/+67
* | fs: Expose birthtime on stat objectsisaacs2013-08-271-0/+3
* | src: remove redundant symbol init in node_file.ccBen Noordhuis2013-08-141-3/+0
* | src: clean up FSReqWrapBen Noordhuis2013-08-131-31/+34