3921 Commits (75b37a6bac90478c02545104a3181f31c8851c27)

Author SHA1 Message Date
Evan Lucas 980f4da8c4 repl: prevent undefined ref in completion 9 years ago
cjihrig 6e6cf36761 repl: default useGlobal to true 9 years ago
Robert Chiras 9bb1024dc3 child_process: Check stderr before accessing it 9 years ago
Prince J Wesley 72fc4ebca2 repl: Mitigate vm #548 function redefinition issue 9 years ago
Anna Henningsen 0858e620e9 util: inspect boxed symbols like other primitives 9 years ago
Jeremy Whitlock 49a6ea1b73 timers: fix processing of nested timers 10 years ago
cjihrig f574bd4cec cluster: remove bind() and self 9 years ago
Ingvar Stepanyan 4a3300e66b buffer: fix creating from zero-length ArrayBuffer 9 years ago
Claudio Rodriguez 11d6f1af59 fs: rename event to eventType in fs.watch listener 9 years ago
Rich Trott fc0ed2e8c7 lib,benchmark,test: implement consistent braces 9 years ago
Sakthipriyan Vairamani 80ca0630a6 net: export isIPv4, isIPv6 directly from cares 9 years ago
cjihrig 3b8914d5ce util: add an option for configuring break length 9 years ago
Zach Bjornson 4014ecbfb4 buffer: speed up swap16/32, add swap64 9 years ago
Rich Trott 2aa06b9fa0 child_process: preserve argument type 9 years ago
Rich Trott 4a0fb6fcb8 Revert "child_process: measure buffer length in bytes" 9 years ago
Lance Ball 7a7b8f7e67 repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Ben Noordhuis 4891001d7e debugger: make listen address configurable 9 years ago
James M Snell d0e24923a6 net: use icu's punycode implementation 9 years ago
Andras efb7a90fa9 timers: optimize `setImmediate()` 9 years ago
Andras a5d894590d timers: optimize linkedlist 9 years ago
Rich Trott 40211e80f2 assert: remove unneeded arguments special handling 9 years ago
Lance Ball c39f6c0204 repl: Enable tab completion for global properties 9 years ago
Guy Fraser e7b84007be http: replace finish() callback with arrow function 9 years ago
Prince J Wesley ca95a84bc4 repl: fix tab completion for defined commands 9 years ago
Evan Lucas 6b1fc63dcb readline: allow passing prompt to constructor 9 years ago
Brian White 962ac37e1f string_decoder: fix bad utf8 character handling 9 years ago
James M Snell 77331a7c01 tls: avoid calling Buffer.byteLength multiple times 9 years ago
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Anna Henningsen 72d659a000 readline: return old status from _setRawMode 9 years ago
Anna Henningsen d049919e7d vm: add ability to break on sigint/ctrl+c 9 years ago
Mathias Bynens fb39025e31 punycode: update to v2.0.0 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
cjihrig c1bd3fe14c cluster: work with v8_inspector 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Ingvar Stepanyan ac8e1bf609 buffer: improve creation performance. 9 years ago
David Halls b0225e5926 stream: ensure awaitDrain is increased once 9 years ago
Fedor Indutny ad1045c829 http: fix no dumping after `maybeReadMore` 9 years ago
Brian White 2a462ba1e2 http: optimize checkInvalidHeaderChar() 9 years ago
Brian White 4a63be031f http: optimize checkIsHttpToken() 9 years ago
Anna Henningsen 9c6b69ec1b stream: reset awaitDrain after manual .resume() 9 years ago
Santiago Gimeno 6d3d2d1ae4 cluster: don't send messages if no IPC channel 9 years ago
Rich Trott 068718c91c debugger: remove obsolete setTimeout 9 years ago
Fedor Indutny 40e49dee82 http: wait for both prefinish/end to keepalive 9 years ago
Rich Trott e8c91e7557 repl: refine handling of illegal tokens 9 years ago
Sakthipriyan Vairamani 1600966f59 fs: execute mkdtemp's callback with no context 9 years ago
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e 9 years ago
Jeremiah Senkpiel 4d3a7594a5 tty: use blocking mode on OS X 9 years ago
Anna Henningsen 371be9cd80 buffer: ignore negative allocation lengths 9 years ago