4687 Commits (f462ad1f35dfb2e8827e383d46ba74058aedfcbc)

Author SHA1 Message Date
Myles Borins 8250bfd1e5
fs: Revert throw on invalid callbacks 8 years ago
cjihrig 51664fc265 net: add symbol to normalized connect() args 8 years ago
Anna Henningsen 28ddac2ec2
buffer: fix indexOf for empty searches 8 years ago
Tobias Nießen 11918c4aed stream: fix highWaterMark integer overflow 8 years ago
Fedor Indutny e600fbe576 tls: accept `lookup` option for `tls.connect()` 8 years ago
Ruslan Bekenev b23d414c7e
tls: do not wrap net.Socket with StreamWrap 8 years ago
James M Snell ef16319eff util: fixup internal util exports 8 years ago
Rich Trott 98609fc1c4 timers: do not use user object call/apply 8 years ago
Rich Trott 6f449db60f fs: refactor deprecated functions for readability 8 years ago
cjihrig 9ce2271e81 https: support agent construction without new 8 years ago
Daniel Bevenius 54d331895c lib: add guard to originalConsole 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris 4b9d84df51
tty_wrap: throw when uv_tty_init() returns error 8 years ago
Jackson Tian 824fb49a70 lib: remove useless default caught 8 years ago
Sakthipriyan Vairamani (thefourtheye) 4cb5f3daa3
fs: throw on invalid callbacks for async functions 8 years ago
Anna Henningsen faf6654ff7
dns: support promisified `lookup(Service)` 8 years ago
Anna Henningsen fe5ca3ff27
child_process: support promisified `exec(File)` 8 years ago
Anna Henningsen fbcb4f50b8
fs: support util.promisify for fs.read/fs.write 8 years ago
Anna Henningsen e7c51454b0
timers: add promisify support 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Daniel Bevenius cf980b0311 net: check and throw on error for getsockname 8 years ago
Thomas Watson 212a7a609d net: ensure net.connect calls Socket connect 8 years ago
Rich Trott f6247a945c assert: restore TypeError if no arguments 8 years ago
James M Snell 4c070d4897
readline: move escape codes into internal/readline 8 years ago
James M Snell 4ac7a68ccd
readline: multiple code cleanups 8 years ago
James M Snell 392a8987c6
readline: use module.exports = {} on internal/readline 8 years ago
James M Snell 9318f82937
readline: use module.exports = {} 8 years ago
Anna Henningsen 7e5f500c98
assert: improve deepEqual perf for large input 8 years ago
larissayvette 1c834e78ff errors,test: migrating error to internal/errors 8 years ago
Rich Trott 6bcf65d4a7
lib,test: use regular expression literals 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
James M Snell e48d58b8b2 assert: fix AssertionError, assign error code 8 years ago
Anna Henningsen d56a7e640f
src: do proper StringBytes error handling 8 years ago
Anna Henningsen 6993eb0897
stream: fix y.pipe(x)+y.pipe(x)+y.unpipe(x) 8 years ago
Anna Henningsen 55c95b1644
http: fix first body chunk fast case for UTF-16 8 years ago
Leo d6a6bcdc47
stream: remove unnecessary parameter 8 years ago
Brian White c20e87a10e
repl: fix /dev/null history file regression 8 years ago
Rich Trott dc3bbb45a7 cluster: remove debug arg handling 8 years ago
Rich Trott a180259e42 test,lib,doc: use function declarations 8 years ago
James M Snell dd20e68b0f process: add optional detail to process emitWarning 8 years ago
James M Snell 473572ea25 os: refactor os structure, add Symbol.toPrimitive 8 years ago
James M Snell ea9eed5643 freelist: simplify export 8 years ago
James M Snell 08809f28ad fs: simplify constant decls 8 years ago
James M Snell e2199e0fc2 streams: refactor BufferList into ES6 class 8 years ago
James M Snell ed0716f0e9 module: refactor internal/module export style 8 years ago
James M Snell 579ff2a487 process: refactor internal/process.js export style 8 years ago
Brian White b45abfda5f
repl: fix permanent deoptimizations 8 years ago
Brian White 4484e8f7e2
readline: fix permanent deoptimizations 8 years ago
Brian White 3c098ee7e2
net: fix permanent deoptimizations 8 years ago