145 Commits (5f3f54d4bb0919f2913f8930427927bef3f50b2e)

Author SHA1 Message Date
Anna Henningsen 9a0bcfc452
fs: export `realpathCacheKey` from `internal/fs` 9 years ago
cjihrig 7b0e93738b child_process: add public API for IPC channel 8 years ago
jedireza 5bfefa6063 lib: change == to === in linkedlist 8 years ago
Steven R. Loomis 9940666c1b intl: Add more versions from ICU 8 years ago
James M Snell 0939edd4ed buffer: add buffer.transcode 8 years ago
James M Snell a5c62cb4f2 readline: use icu based string width calculation 8 years ago
Anna Henningsen d24bd20d2b lib: make `String(global) === '[object global]'` 8 years ago
Ben Noordhuis 9372aee4a3 lib: fix beforeExit not working with -e 9 years ago
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