135 Commits (53d5002ef9dd99953a10bc6e670ef56907dd767f)

Author SHA1 Message Date
Jackson Tian 4179c7050f
child_process: move anonymous class to top level 8 years ago
Arseniy Maximov c371fdcf34
child_process: refactor internal/child_process.js 8 years ago
JungMinu 69327f5e72
lib: rename kMaxCallbacksUntilQueueIsShortened 8 years ago
Daniel Bevenius a6b2dfa43c
lib: add constant kMaxCallbacksUntilQueueIsShortened 8 years ago
levsthings 02e5f5c57e
process: fix typo in comments 8 years ago
Sakthipriyan Vairamani (thefourtheye) f83d035c50
buffer: convert offset & length to int properly 8 years ago
Anna Henningsen 6f8b32e754 promise: better stack traces for --trace-warnings 8 years ago
Evan Lucas db10e94083 process: improve performance of nextTick 9 years ago
Jackson Tian 12fe071abf internal/util: move the case 'latin1' 8 years ago
jedireza a178abfae6 lib: change == to === in linkedlist 8 years ago
Ben Noordhuis 5efb3c373a lib: fix beforeExit not working with -e 9 years ago
Rémy MEJA a1925a7955 lib: minor improvements to bootstrap_node.js 9 years ago
Adri Van Houdt 313a45da24 lib: changed var to const in linkedlist 9 years ago
Wyatt Preul 6cd5588a67 lib: fix TypeError in v8-polyfill 9 years ago
Myles Borins ba361a2aa0 lib: remove let from for loops 9 years ago
Adri Van Houdt e0c10f63b0 process: changed var to const in internal/process.js 9 years ago
Adri Van Houdt beb288b639 lib: changed var to const in internal/v8_polyfill 9 years ago
Adri Van Houdt 37ce6da59a process: changed var to const in internal/v8_prof_processor 9 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 9 years ago
Adri Van Houdt e8f1cf1bd8 process: changed var to const in internal/process/promises 9 years ago
Adri Van Houdt 858a7bbacf lib: changed var to const in bootstrap_node.js 9 years ago
Fedor Indutny eff771f399 tickprocessor: apply c++filt manually on mac 9 years ago
Rich Trott ef5cb129ae tools: fix new-parens violations 9 years ago
James M Snell dd51b1f428 buffer,string_decoder: consolidate encoding validation logic 9 years ago
Anna Henningsen 4cb55ff392 util: allow symbol-based custom inspection methods 9 years ago
Benjamin Gruenbaum 180867d6a6 promise: warn on unhandled rejections 9 years ago
cjihrig 71343b6caa child_process: reuse existing no-op function 9 years ago
Santiago Gimeno 0884c70535 child_process: workaround fd passing issue on OS X 9 years ago
Bryan English 1f9fbade4c util: fix deprecated class prototype 9 years ago
Prince J Wesley fbc5805e65 readline: keypress trigger for escape character 9 years ago
Aleksei Koziatinskii 60d6e048f0 deps: v8_inspector: console support 9 years ago
cjihrig 61e57e06a6 repl: don't override all internal repl defaults 9 years ago
Pat Pannuto 2f32191686 process: save original argv[0] 9 years ago
vladimir 295d1ea016 util: support classes in util.deprecate() 9 years ago
Trevor Norris 28071a130e
buffer: introduce latin1 encoding term 9 years ago
cjihrig 6e6cf36761 repl: default useGlobal to true 9 years ago
Lance Ball 7a7b8f7e67 repl: Default `useGlobal` to false in CLI REPL. 9 years ago
Andras efb7a90fa9 timers: optimize `setImmediate()` 9 years ago
Andras a5d894590d timers: optimize linkedlist 9 years ago
James M Snell 2c7804ad9e crypto,tls: perf improvements for crypto and tls getCiphers 9 years ago
Anna Henningsen da8e510ee0 repl: break on sigint/ctrl+c 9 years ago
Brian White e1d6bd9e30 stream: improve Readable.read() performance 9 years ago
Pavel Feldman 7d4f038a78 src,lib: v8-inspector support 9 years ago
James M Snell 929b6c29d8 src: refactor require('constants') 9 years ago
Rich Trott 2961f06f6f debugger: fix --debug-brk interaction with -e 9 years ago
cjihrig 27d0eb054c child_process: emit IPC messages on next tick 9 years ago
Anna Henningsen 178f3080f8 module: don't cache uninitialized builtins 9 years ago
James M Snell 10671406ac process: internal/process/stdio.js cleanup / modernization 9 years ago
Ali Ijaz Sheikh bd4454fa0f src,lib: minor --debug-brk cleanup 9 years ago
Steven R. Loomis 59666502c5 intl: Don't crash if v8BreakIterator not available 9 years ago