137 Commits (05913628877f716de33c8d1ea930a7698a10b0a5)

Author SHA1 Message Date
Evan Lucas aedb72e03b process: improve performance of nextTick 9 years ago
James M Snell a8ece149e2 url: adding WHATWG URL support 9 years ago
Ben Noordhuis 7f7d1d385d fs: move stringToFlags() to lib/internal 9 years ago
Anna Henningsen a349bc18bc fs: make `SyncWriteStream` inherit from `Writable` 9 years ago
Rémy MEJA 4cad3da832 lib: minor improvements to bootstrap_node.js 9 years ago
Adri Van Houdt 95780388c9 lib: changed var to const in linkedlist 9 years ago
Michaël Zasso 9ad3082b1c intl: add deprecation warning for v8BreakIterator 9 years ago
Wyatt Preul aa5664fad7 lib: fix TypeError in v8-polyfill 9 years ago
Brian White 1ace00ef76 timers: improve setImmediate() performance 9 years ago
Myles Borins ab33ed01f3 lib: remove let from for loops 9 years ago
Adri Van Houdt ce65ac1bd3 process: changed var to const in internal/process.js 9 years ago
Adri Van Houdt b906337ec6 lib: changed var to const in internal/v8_polyfill 9 years ago
Adri Van Houdt 2c255845f1 process: changed var to const in internal/v8_prof_processor 9 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 9 years ago
Adri Van Houdt d4bf5cac43 process: changed var to const in internal/process/promises 9 years ago
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 9 years ago
Fedor Indutny 15d72c8365 tickprocessor: apply c++filt manually on mac 9 years ago
Rich Trott a6b1f175c2 tools: fix new-parens violations 9 years ago
James M Snell 7b73f55902 internal/util: remove printDeprecationWarning 9 years ago
James M Snell 15eaba98a1 lib: use emitWarning instead of printDeprecationMessage 9 years ago
James M Snell bf91035364 process: fix handling of process.noDeprecation in emitWarning 9 years ago
James M Snell dc7277909b fs: move SyncWriteStream to internal/fs 9 years ago
James M Snell 07dbf7313d promise: hard deprecation for unhandled promise rejection 9 years ago
Benjamin Gruenbaum ecf474ceba promise: warn on unhandled rejections 9 years ago
Anna Henningsen 59714cb7b3
util: allow symbol-based custom inspection methods 9 years ago
cjihrig ccbb3c78cd child_process: reuse existing no-op function 9 years ago
Santiago Gimeno db6253f94a child_process: workaround fd passing issue on OS X 9 years ago
Bryan English 249bb8da2f util: fix deprecated class prototype 9 years ago
Prince J Wesley 4b883a3fb4
readline: keypress trigger for escape character 9 years ago
Aleksei Koziatinskii f6070a1a02 deps: v8_inspector: console support 9 years ago
cjihrig 2d4a521d58 repl: don't override all internal repl defaults 9 years ago
Pat Pannuto a804db1af7
process: save original argv[0] 9 years ago
vladimir 320f433dcd util: support classes in util.deprecate() 9 years ago
cjihrig 2cc01da7f0 repl: default useGlobal to true 9 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 9 years ago
James M Snell 6dd093da26 buffer,string_decoder: consolidate encoding validation logic 9 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