4242 Commits (753021c35b98ba39555463468cb309bbc70f91d1)

Author SHA1 Message Date
Sakthipriyan Vairamani 9359de9dd2 fs: make callback mandatory to all async functions 8 years ago
ratikesh9 9983af0347 stream: improve unimplemented _write() error 8 years ago
cjihrig 2cc01da7f0 repl: default useGlobal to true 8 years ago
Robert Chiras 765de1ae11 child_process: Check stderr before accessing it 9 years ago
Anna Henningsen 35e8c9481f
util: inspect boxed symbols like other primitives 8 years ago
Prince J Wesley bb9eabec40 repl: Mitigate vm #548 function redefinition issue 8 years ago
Jeremy Whitlock 5aac4c42da timers: fix processing of nested timers 9 years ago
cjihrig 45367a2a8f cluster: remove bind() and self 8 years ago
Claudio Rodriguez 6e15ae98fe fs: rename event to eventType in fs.watch listener 8 years ago
Matteo Collina a2a711a373 dgram: generalized send queue to handle close 9 years ago
Rich Trott 5b63d48e9e lib,benchmark,test: implement consistent braces 8 years ago
Diosney Sarmiento 9fbe456db1 repl: add support for custom completions 8 years ago
Sakthipriyan Vairamani 3ae4377a47 net: export isIPv4, isIPv6 directly from cares 8 years ago
cjihrig a2ee21db84 util: add an option for configuring break length 8 years ago
Chuck Langford 99cfd53097 test: test execFile/fork arg validation 9 years ago
Rich Trott 0548e5d12a child_process: add fork/execFile arg validation 8 years ago
Rich Trott 0268fd0a9f child_process: preserve argument type 8 years ago
Rich Trott 8da541bf5f Revert "child_process: measure buffer length in bytes" 8 years ago
Lance Ball 15157c3c3d repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Jeremiah Senkpiel 5e5ec2cd1e os: deprecate `tmpDir()` in favour of `tmpdir()` 9 years ago
Ben Noordhuis c5c28c3d50 debugger: make listen address configurable 9 years ago
James M Snell 7de59ef925 net: use icu's punycode implementation 8 years ago
Andras 6f75b6672c timers: optimize `setImmediate()` 9 years ago
Andras 6b0f86a8d5 timers: optimize linkedlist 9 years ago
Ali Ijaz Sheikh a33909e107
repl: fix repl after V8 upgrade 9 years ago
Rich Trott db21266427 assert: remove unneeded arguments special handling 8 years ago
Lance Ball c0e48bf27d repl: Enable tab completion for global properties 8 years ago
Zach Bjornson a1059afd39 buffer: speed up swap16/32, add swap64 9 years ago
Guy Fraser 3c09d1b55f http: replace finish() callback with arrow function 8 years ago
Prince J Wesley 9d56c4079a repl: fix tab completion for defined commands 8 years ago
Evan Lucas 3f5623dd46 readline: allow passing prompt to constructor 9 years ago
Brian White 79ef3b6b5d
string_decoder: fix bad utf8 character handling 8 years ago
James M Snell f3d5efa3ee tls: avoid calling Buffer.byteLength multiple times 8 years ago
James M Snell 6be73feaeb crypto,tls: perf improvements for crypto and tls getCiphers 8 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 8 years ago
Anna Henningsen 6a93ab11a9
repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen dc57b9e78f
readline: return old status from _setRawMode 9 years ago
Anna Henningsen 0815b9401d
vm: add ability to break on sigint/ctrl+c 9 years ago
Mathias Bynens b77eb8c66c
punycode: update to v2.0.0 8 years ago
Rich Trott 336b027411 url: return valid file: urls fom url.format() 8 years ago
David Halls b5175e8f39
stream: ensure awaitDrain is increased once 8 years ago
Fedor Indutny 357f904169 http: fix no dumping after `maybeReadMore` 9 years ago
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
Brian White 83432bfff1
http: optimize checkInvalidHeaderChar() 9 years ago
Brian White 918159e0f6
http: optimize checkIsHttpToken() 9 years ago
Anna Henningsen e2e615e87e
stream: reset awaitDrain after manual .resume() 9 years ago
Ingvar Stepanyan 0e9e149da4
buffer: fix creating from zero-length ArrayBuffer 8 years ago
Nikolai Vavilov bd23290657 buffer: remove obsolete and confusing comment 8 years ago
James M Snell 197a465280 zlib: move constants into zlib.constants 8 years ago
Jesús Leganés Combarro "piranna 0cd0118334 stream: 'data' argument on callback of Transform._flush() 8 years ago