4604 Commits (b659385791681fe8375d3c2ba9c6136d3e19f328)

Author SHA1 Message Date
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
James M Snell 85a4e25775 http: add type checking for hostname 8 years ago
Rich Trott 549e81bfa1 debugger: remove obsolete _debug_agent.js 8 years ago
James M Snell 251e5ed8ee errors: assign error code to bootstrap_node created error 8 years ago
James M Snell 9077b48271 lib: refactor internal/util 8 years ago
cjihrig 58066d16d5 events: remove unreachable code 8 years ago
Ben Noordhuis 90476ac6ee lib: remove _debugger.js 8 years ago
Ben Noordhuis e0b076a949 lib,src,test: update --debug/debug-brk comments 8 years ago
James M Snell e75bc87d22 errors: port internal/process errors to internal/errors 8 years ago
Bartosz Sosnowski bb041ea5a0 repl: support hidden history file on Windows 8 years ago
Sebastian Van Sande f97156623a
module: standardize strip shebang behaviour 8 years ago
James M Snell d2d32ea5a2 buffer: add pending deprecation warning 8 years ago
Ben Noordhuis 5d06e5c30d net: require 'dns' only once 8 years ago