4664 Commits (b5d8d7c6f966d5c7d24904b78f20b325b2f13cac)

Author SHA1 Message Date
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
Luigi Pinca 8d386ed7e1 events: do not keep arrays with a single listener 8 years ago
Brian White 84a23391f6 linkedlist: remove public module 8 years ago
Timothy Gu c4469c49ec url: error when domainTo*() is called w/o argument 8 years ago
Rich Trott 1e6186e902 buffer,util: refactor for performance 8 years ago
Sakthipriyan Vairamani (thefourtheye) d75fdd96aa
child_process: improve killSignal validations 8 years ago
Teddy Katz 3209a8ebf3
lib: ensure --check flag works for piped-in code 8 years ago
James M Snell 7eb1b4658e buffer: zero fill Buffer(num) by default 8 years ago