147 Commits (3401cad9808d1328814b34722f7822ff13c32a29)

Author SHA1 Message Date
Rich Trott 6b2aa1a2b9 Revert "buffer: convert offset & length to int properly" 8 years ago
Sakthipriyan Vairamani (thefourtheye) ca37fa527f buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 5dea1e2a5d
fs: export `realpathCacheKey` from `internal/fs` 8 years ago
Anna Henningsen 0fb21df6e6
lib: make `String(global) === '[object global]'` 8 years ago
cjihrig 2dcb7f3826 child_process: add public API for IPC channel 8 years ago
jedireza 62d8134c50
lib: change == to === in linkedlist 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
James M Snell e8eaaa7724 buffer: add buffer.transcode 8 years ago
James M Snell 72547fe28d readline: use icu based string width calculation 8 years ago
Ben Noordhuis c5b07d4ec6 lib: fix beforeExit not working with -e 8 years ago
Evan Lucas 804d57db67 process: improve performance of nextTick 8 years ago
James M Snell 4b312387ea url: adding WHATWG URL support 9 years ago
Anna Henningsen a60f6078a1
fs: make `SyncWriteStream` inherit from `Writable` 8 years ago
Rémy MEJA ae9d146331 lib: minor improvements to bootstrap_node.js 8 years ago
Michaël Zasso 105e628f84 intl: add deprecation warning for v8BreakIterator 8 years ago
Adri Van Houdt b2534f11c6 lib: changed var to const in linkedlist 8 years ago
Wyatt Preul 47d1588e75 lib: fix TypeError in v8-polyfill 8 years ago
Brian White 0ed8839a27
timers: improve setImmediate() performance 8 years ago
Myles Borins 2e568d95bd lib: remove let from for loops 8 years ago
Ben Noordhuis a8d2c9d775 fs: move stringToFlags() to lib/internal 9 years ago
Adri Van Houdt ba763e7bff process: changed var to const in internal/process.js 8 years ago
Adri Van Houdt 99f64f778b lib: changed var to const in internal/v8_polyfill 8 years ago
Adri Van Houdt 3ddc9dba7e process: changed var to const in internal/v8_prof_processor 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Adri Van Houdt d4bf5cac43 process: changed var to const in internal/process/promises 8 years ago
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