4671 Commits (224dbb12332db99702be64f4e43b3b0d1e8dea58)

Author SHA1 Message Date
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
Ben Noordhuis bb06add4d7 net: don't normalize twice in Socket#connect() 8 years ago
Ben Noordhuis 9433434461 net: don't concatenate strings in debug logging 8 years ago
Ben Noordhuis 571882c5a4 net: remove unnecessary process.nextTick() 8 years ago
Ben Noordhuis 117b83c2dd net: don't create unnecessary closure 8 years ago
Ben Noordhuis 7b48303783 net: don't create unnecessary closure 8 years ago
Tobias Nießen eaa0542eff crypto: remove unused C++ parameter in sign/verify 8 years ago
Brian White 7cd0d4f644 buffer: fix backwards incompatibility 8 years ago
Rich Trott 096508dfa9 tools,lib: enable strict equality lint rule 8 years ago
Claudio Rodriguez 615167bed6 net: refactor onSlaveClose in Server.close 8 years ago
cjihrig 97a77288ce child_process: improve ChildProcess validation 8 years ago
cjihrig a9111f9738 child_process: minor cleanup of internals 8 years ago
Evan Lucas d06eb530a1 crypto: add randomFill and randomFillSync 8 years ago
Timothy Gu 2841f478e4
url: improve WHATWG URL inspection 8 years ago
Timothy Gu aff5cc92b9
url: clean up WHATWG URL origin generation 8 years ago
Brian White e0f0f2664e
buffer: use slightly faster NaN check 8 years ago
Brian White 4749ec2aa3
buffer: optimize write() 8 years ago
Brian White 3ee4a1a281
buffer: optimize toString() 8 years ago
Brian White 4a86803f60
buffer: optimize from() and byteLength() 8 years ago
Matteo Collina 1ae172b272 crypto: make LazyTransform compabile with Streams1 8 years ago
Christopher Luke 9dcf18a5c0 stream: Fixes missing 'unpipe' event 8 years ago
Evan Lucas 40b6cf241e doc: limit lines to 80 cols in internal README 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Rich Trott 758b8b6e5d assert: improve assert.fail() API 8 years ago
Daijiro Wachi eb0492d51e url: remove javascript URL special case 8 years ago
Timothy Gu 2ced07ccaf zlib: support all ArrayBufferView types 8 years ago
Timothy Gu a8f460f12d crypto: support all ArrayBufferView types 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Tobias Nießen 88351a22ed
crypto: handle exceptions in hmac/hash.digest 8 years ago
Timothy Gu a37273c1e4 util: use V8 C++ API for inspecting Promises 8 years ago
alejandro 51587b2202 buffer: preallocate array with buffer length 8 years ago
Brian White b76a350a19 url: avoid instanceof for WHATWG URL 8 years ago
Alexey Orlenko f4e8a6f1f0 test: add Unicode characters regression test 8 years ago
Brian White b40dab553f linkedlist: remove unused methods 8 years ago