4260 Commits (809fa3bf86cb3f80b003d3a532f50f95e886db2a)

Author SHA1 Message Date
cjihrig 2d4a521d58 repl: don't override all internal repl defaults 8 years ago
Pat Pannuto 99f45b2476
child_process: control argv0 for spawned processes 8 years ago
Pat Pannuto a804db1af7
process: save original argv[0] 8 years ago
Anna Henningsen 8f90dcc1b8
buffer: throw on negative .allocUnsafe() argument 9 years ago
Prince J Wesley b779eb423d
repl: Add editor mode support 8 years ago
yorkie 99296eedbe http: specify _implicitHeader in OutgoingMessage 8 years ago
Myles Borins 21b0a27af8
Revert "fs: make callback mandatory to all async functions" 8 years ago
Anna Henningsen 1a9e247c79
readline: show completions only after 2nd TAB 8 years ago
Prince J Wesley 488d28d391 repl: deprecate unused function convertToContext 8 years ago
Myles Borins c5a18e748d Revert "fs: validate args of truncate functions in js" 8 years ago
vladimir 320f433dcd util: support classes in util.deprecate() 8 years ago
Anna Henningsen 1b24b37299
util: fix formatting of objects with SIMD enabled 8 years ago
cjihrig 75c6d9dd95 cluster: support stdio option for workers 8 years ago
Erin Spiceland 7d75338c0e timers: fix cleanup of nested same-timeout timers 8 years ago
Prince J Wesley 68ac0d0d7d
repl: Use displayErrors for SyntaxError 8 years ago
Evan Lucas 392c70a827 repl: prevent undefined ref in completion 8 years ago
cjihrig ff3ce11894 child_process: support stdio option in fork() 8 years ago
Sakthipriyan Vairamani c86c1eeab5 fs: validate args of truncate functions in js 9 years ago
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