144 Commits (53d7a89497ff45ecff19bc3764329ee925726631)

Author SHA1 Message Date
Rich Trott fb2f449acc
tools: update ESLint to current version 8 years ago
Rich Trott b4cf8c4036
benchmark,lib,test: adjust for linting 8 years ago
Brian White b7088a9355
process: improve memoryUsage() performance 8 years ago
Jackson Tian bde1a7e09e
lib: remove unnecessary parameter for assertCrypto() 8 years ago
Rich Trott ccb6045f2d
crypto,tls: fix mutability of return values 8 years ago
Joyee Cheung 53213004eb
util: improve readability of normalizeEncoding 8 years ago
Rich Trott a2aa2f7de4
lib: refactor bootstrap_node.js regular expression 8 years ago
Rich Trott 797d9ee924
lib: refactor crypto cipher/hash/curve getters 8 years ago
yorkie 412f380903
stream: move legacy to lib/internal dir 9 years ago
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 8 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 8 years ago
Rémy MEJA a1925a7955 lib: minor improvements to bootstrap_node.js 8 years ago
Adri Van Houdt 313a45da24 lib: changed var to const in linkedlist 8 years ago
Wyatt Preul 6cd5588a67 lib: fix TypeError in v8-polyfill 8 years ago
Myles Borins ba361a2aa0 lib: remove let from for loops 8 years ago
Adri Van Houdt e0c10f63b0 process: changed var to const in internal/process.js 8 years ago
Adri Van Houdt beb288b639 lib: changed var to const in internal/v8_polyfill 8 years ago
Adri Van Houdt 37ce6da59a process: changed var to const in internal/v8_prof_processor 8 years ago
Teddy Katz 5c6284a417 tools: add additional ESLint rules 8 years ago
Adri Van Houdt e8f1cf1bd8 process: changed var to const in internal/process/promises 8 years ago
Adri Van Houdt 858a7bbacf lib: changed var to const in bootstrap_node.js 8 years ago
Fedor Indutny eff771f399 tickprocessor: apply c++filt manually on mac 8 years ago
Rich Trott ef5cb129ae tools: fix new-parens violations 8 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 8 years ago
Benjamin Gruenbaum 180867d6a6 promise: warn on unhandled rejections 9 years ago
cjihrig 71343b6caa child_process: reuse existing no-op function 8 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 8 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