236 Commits (efdc571a5804c8fd962e50edc0beb176f95cc092)

Author SHA1 Message Date
Ben Noordhuis d52f5dc864 src: speed up module loading, don't resize buffer 8 years ago
Ben Noordhuis 35e8896153 src: speed up module loading, skip EOF read 8 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
Anna Henningsen c5545f2c63
fs: fix handling of `uv_stat_t` fields 8 years ago
Haojian Wu 43ef58005e src: remove unused using decls 9 years ago
Myles Borins c5a18e748d Revert "fs: validate args of truncate functions in js" 9 years ago
Sakthipriyan Vairamani c86c1eeab5 fs: validate args of truncate functions in js 10 years ago
Ben Noordhuis c354b241a7 src: fix handle leak in BuildStatsObject() 9 years ago
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