4666 Commits (e2617a03888aed62965ebc208f13e1bb3e183aeb)

Author SHA1 Message Date
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
Brian White d5925af8d7
util: fix permanent deoptimizations 8 years ago
Brian White 8491c705b1
url: fix permanent deoptimizations 8 years ago
Brian White a641b7cf3e
process: fix permanent deoptimizations 8 years ago
Brian White 033ea9974f
cluster: fix permanent deoptimizations 8 years ago
Brian White e8a429075f
fs: fix permanent deoptimizations 8 years ago
Brian White e9c02c6762
stream: fix permanent deoptimizations 8 years ago
Brian White e283319969
http: fix permanent deoptimizations 8 years ago
Cameron Little a3132b0aa5
process: cast promise rejection reason to string 8 years ago
James M Snell 97ec72b76d url: refactor binding imports in internal/url 8 years ago
James M Snell b331ba6ca9 url: move to module.exports = {} pattern 8 years ago
James M Snell 1052383f7c v8: refactor struture of v8 module 8 years ago
James M Snell 76327613af errors, child_process: migrate to using internal/errors 8 years ago
James M Snell f0b702555a errors: use lazy assert to avoid issues on startup 8 years ago
Brian White d7ba2a6035 url: always show password for URL instances 8 years ago
Timothy Gu d457a986a0 url: port WHATWG URL API to internal/errors 8 years ago
cjihrig 7a4d383c75 tools: enable no-useless-return eslint rule 8 years ago
Timothy Gu 061c5da010 url: use internal/util's getConstructorOf 8 years ago
Timothy Gu 3c0dd45c88 util: move getConstructorOf() to internal 8 years ago
Timothy Gu b2870a4f8c url: update WHATWG URL API to latest spec 8 years ago
WORMSS 26047c39c8 lib: fix typo in comments in module.js 8 years ago
Rich Trott c005ebb0ce url: improve descriptiveness of identifier 8 years ago