228 Commits (6754bae82f97bd2df9b67faf5e8763108cf51925)

Author SHA1 Message Date
Ben Noordhuis c50e192204 src: fix memory leak in WriteBuffers() error path 9 years ago
Ben Noordhuis df3a192496 src: fix readability/constructors cpplint warnings 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
James M Snell 060e5f0c00 fs: Buffer and encoding enhancements to fs API 9 years ago
Florian MARGAINE e5f8a6a2fa fs: add the fs.mkdtemp() function. 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Trevor Norris 0fde28ce37 fs: use pushValueToArray for readdir(Sync) 9 years ago
yorkie 8c35903ba3 fs,doc: use `target` instead of `destination` 9 years ago
yorkie 8b97249893 fs: fix the error report on fs.link(Sync) 9 years ago
Karl Skomski ccaaae9d0c src: fix u-a-free if uv returns err in ASYNC_CALL 9 years ago
Ron Korving 05d30d5396 fs: implemented WriteStream#writev 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
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