3908 Commits (58a241d53790aee5dd6327543fc9849bd21fb9a7)

Author SHA1 Message Date
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 9 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
Santiago Gimeno 8c53d2fe9f cluster: don't send messages if no IPC channel 9 years ago
Rich Trott 671cffa313 debugger: remove obsolete setTimeout 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Brian White 3b8ec68a3a
domain: add message for dispose deprecation 9 years ago
Fedor Indutny 1004ece889 http: wait for both prefinish/end to keepalive 9 years ago
Ingvar Stepanyan 5292a1358f
buffer: improve creation performance. 9 years ago
Evan Lucas f44b18f010 cluster: deprecate worker.suicide 9 years ago
Rich Trott de0aa23ad7 repl: refine handling of illegal tokens 9 years ago
Sakthipriyan Vairamani c4fadbc15d fs: execute mkdtemp's callback with no context 9 years ago
Rich Trott 1a21524b69 debugger: fix --debug-brk interaction with -e 9 years ago
Ben Noordhuis 3a3996315c lib,src: reset zero fill flag on exception 9 years ago
Jeremiah Senkpiel 98de4abae3 tty: use blocking mode on OS X 9 years ago
Ben Noordhuis 27e84ddd4e lib,src: clean up ArrayBufferAllocator 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Anna Henningsen ef9a8fa35b
buffer: ignore negative allocation lengths 9 years ago
cjihrig 67368d8553 cluster: expose result of send() 9 years ago
cjihrig c4f80c1f34 cluster: rewrite debug ports consistently 9 years ago
cjihrig 894203dae3 cluster: work with v8_inspector 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
Brian White d23b7d2656
string_decoder: rewrite implementation 9 years ago
Ben Noordhuis fb19b800b8 tls,https: respect address family when connecting 9 years ago
Matt Lavin 313ef54417
zlib: release callback and buffer after processing 9 years ago
Santiago Gimeno 0c29436250 cluster: reset handle index on close 9 years ago
Matteo Collina c14e98b476 dgram: copy the list in send 9 years ago
Ben Noordhuis 18fb4f9a91 debugger: propagate --debug-port= to debuggee 9 years ago
Fedor Indutny 9cac8c894e tls: catch `certCbDone` exceptions 9 years ago
Rich Trott c9a5990a76 child_process: measure buffer length in bytes 9 years ago
cjihrig 33c7b45378 cluster: guard against undefined message handlers 9 years ago
cjihrig 62b544290a process: remove deprecated process.EventEmitter 9 years ago
cjihrig aadfe6c249 cluster: close ownerless handles on disconnect() 9 years ago
cjihrig d59917b2a3 child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen dab09877b0
module: don't cache uninitialized builtins 9 years ago
cjihrig dc76afffb6 child_process: allow buffer encoding in spawnSync 9 years ago
Justin Sprigg 05e2acb428
buffer: fix single digit hex string handling 9 years ago