122 Commits (1c81dd8d8355c0302dacefeaacf4719eee7f3cbf)

Author SHA1 Message Date
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 8 years ago
Fedor Indutny 15d72c8365 tickprocessor: apply c++filt manually on mac 8 years ago
Rich Trott a6b1f175c2 tools: fix new-parens violations 8 years ago
James M Snell 7b73f55902 internal/util: remove printDeprecationWarning 8 years ago
James M Snell 15eaba98a1 lib: use emitWarning instead of printDeprecationMessage 8 years ago
James M Snell bf91035364 process: fix handling of process.noDeprecation in emitWarning 8 years ago
James M Snell dc7277909b fs: move SyncWriteStream to internal/fs 8 years ago
James M Snell 07dbf7313d promise: hard deprecation for unhandled promise rejection 8 years ago
Benjamin Gruenbaum ecf474ceba promise: warn on unhandled rejections 9 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 8 years ago
cjihrig ccbb3c78cd child_process: reuse existing no-op function 8 years ago
Santiago Gimeno db6253f94a child_process: workaround fd passing issue on OS X 8 years ago
Bryan English 249bb8da2f util: fix deprecated class prototype 8 years ago
Prince J Wesley 4b883a3fb4
readline: keypress trigger for escape character 8 years ago
Aleksei Koziatinskii f6070a1a02 deps: v8_inspector: console support 8 years ago
cjihrig 2d4a521d58 repl: don't override all internal repl defaults 8 years ago
Pat Pannuto a804db1af7
process: save original argv[0] 8 years ago
vladimir 320f433dcd util: support classes in util.deprecate() 8 years ago
cjihrig 2cc01da7f0 repl: default useGlobal to true 8 years ago
Lance Ball 15157c3c3d repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Andras 6f75b6672c timers: optimize `setImmediate()` 9 years ago
Andras 6b0f86a8d5 timers: optimize linkedlist 9 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
Brian White 686984696d
stream: improve Readable.read() performance 9 years ago
Trevor Norris 54cc7212df buffer: introduce latin1 encoding term 9 years ago
Rich Trott 1a21524b69 debugger: fix --debug-brk interaction with -e 9 years ago
Ben Noordhuis 334ef4f19d lib,src: drop dependency on v8::Private::ForApi() 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
cjihrig 62b544290a process: remove deprecated process.EventEmitter 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
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
James M Snell f856234ffa process: internal/process/stdio.js cleanup / modernization 9 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Anna Henningsen a4564f3649
util: adhere to `noDeprecation` set at runtime 9 years ago
Rich Trott a56da51a38 benchmark,test,lib: remove extra spaces 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis cd752e8463
intl: Don't crash if v8BreakIterator not available 9 years ago
Rich Trott 1027b9447e lib,test: update in preparation for linter update 9 years ago
Carl Lei b72d048a74
repl: create history file with mode 0600 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Dirceu Pereira Tiegs 02ac302b6d net: Validate port in createServer().listen() 9 years ago
Rich Trott 4bbd41864a tools: enable linting for v8_prof_processor.js 9 years ago
Anna Henningsen ebc8c37f70 repl: keep the built-in modules non-enumerable 9 years ago
Anna Henningsen 39d905e293 node: make builtin libs available for `--eval` 9 years ago
Rich Trott b7f4b1ba4c process: fix incorrect usage of assert.fail() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
cjihrig 0a62f929da readline: emit key info unconditionally 9 years ago