215 Commits (9a03ae63566f761539bd3a18f0b08c34c4ba0e13)

Author SHA1 Message Date
Roman Klauke b125ad186c fs: replace bad_args macro with concrete error msg 10 years ago
Ben Noordhuis a593cb7682 src: don't use fopen() in require() fast path 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Ben Noordhuis 1bbf8d0720 lib: speed up require(), phase 2 10 years ago
Ben Noordhuis b14fd1a720 lib: speed up require(), phase 1 10 years ago
Trevor Norris c1de6d249e core: implement runtime flag to trace sync io 10 years ago
Julian Duque f9c681cf62 fs: validate fd on fs.write 10 years ago
Johan Bergström f1e5a13516 src: wrap MIN definition in infdef 10 years ago
Ben Noordhuis 528d8786ff src: fix memory leak in fs.writeSync error path 10 years ago
Ben Noordhuis 648fc63cd1 src: fix mismatched delete[] in src/node_file.cc 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
Bert Belder bc2c85ceef fs: improve error messages 10 years ago
Ben Noordhuis 668420d1f7 src: clean up unused macros in node_file.cc 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
cjihrig 165b70f146 fs: add access() and accessSync() 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 11 years ago
Vladimir Kurchatkin f6556b678d fs: fix symlink error message 10 years ago
Saúl Ibarra Corretgé a5f1307e45 core: replace uv_fs_readdir with uv_fs_scandir 10 years ago
Ben Noordhuis c038dcc360 src: update DISALLOW_COPY_AND_ASSIGN() to c++11 10 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 10 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 10 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 10 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 10 years ago
Fedor Indutny c5f5d4cd11 deps: update uv to v1.0.0-rc1 11 years ago
Yazhong Liu 7be96f5285 src: add missing Isolate arguments 11 years ago
Timothy J Fontaine 535c7777ac src: replace usage of String::Utf8Value 11 years ago
Trevor Norris c7f424e44b fs: return blksize on stats object 11 years ago
James Pickard e9ce8fc82a fs: improve performance of all stat functions 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Timothy J Fontaine afc29ed397 src: update to latest libuv api 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Timothy J Fontaine 5c832e44c3 src: refactor buffer bounds checking 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Fedor Indutny f16edd2632 fs: report correct path when EEXIST 11 years ago
Ben Noordhuis 27f115d715 src: fix Context::Scope usage 11 years ago
Ben Noordhuis 09724b311e src: fix Environment::GetCurrent() usage 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 12 years ago
Ben Noordhuis 91a0e52c03 src: IsInt64() should return bool, not int 11 years ago
Fedor Indutny 2bc30f239b cpplint: disallow if one-liners 11 years ago
Fedor Indutny 7063c59b97 cpplint: disallow comma-first in C++ 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
isaacs 645418e9f1 fs: Expose birthtime on stat objects 12 years ago
Ben Noordhuis d684f50acb src: remove redundant symbol init in node_file.cc 12 years ago
Ben Noordhuis d2b80b8a60 src: clean up FSReqWrap 12 years ago
Ben Noordhuis ffc5d83568 src: move ReqWrap::data_ to FSReqWrap 12 years ago