summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-25lib: main_thread_only change var to letmatijagaspar
2019-11-25lib: change var to let in stream_base_commonsKyriakos Markakis
2019-11-25lib: use let instead of varSemir Ajruli
2019-11-25cluster: replace var with letHerrmann, Rene R. (656)
2019-11-25http: replace var with letGuilherme Goncalves
2019-11-25lib: changed var to letOliver Belaifa
2019-11-24child_process: replace var with const/let in internal/child_process.jsLuis Camargo
2019-11-24test: replace var with let in pre_execution.jsVladimir Adamic
2019-11-24lib: replace var with let/constDries Stelten
2019-11-24http2: core.js replace var with letDaniel Schuech
2019-11-24fs: change var to letÀlvar Pérez
2019-11-24lib: replace var with let/constTembrechts
2019-11-24test: dns utils replace varOsmond van Hemert
2019-11-24cluster: replace var by let in shared_handle.jspoutch
2019-11-24net: replaced vars to lets and constsnathias
2019-11-24lib: replace var to let in cli_table.jsJing Lin
2019-11-23http2: replace var with let/constPaolo Ceschi Berrini
2019-11-22readline: change var to letdnlup
2019-11-22events: improve performance caused by primordialsguzhizhou
2019-11-22repl: change var to letOliver Belaifa
2019-11-22http: destructure primordials in lib/_http_server.jsArtem Maksimov
2019-11-22http: improve performance caused by primordialsLucas Recknagel
2019-11-21crypto: remove redundant validateUint32 argumentTobias Nießen
2019-11-21domain: rename var to let and constMaria Stogova
2019-11-21http2: remove duplicated assertIsObjectZYSzys
2019-11-20crypto: add support for IEEE-P1363 DSA signaturesTobias Nießen
2019-11-20tls: cli option to enable TLS key logging to fileSam Roberts
2019-11-20lib: replace var with letDavid OLIVIER
2019-11-20lib: replace var with let and const in readline.jsVinceOPS
2019-11-19https: add client support for TLS keylog eventsSam Roberts
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-19fs: make FSStatWatcher.start privateLucas Holmquist
2019-11-19module: reduce circular dependency of internal/modules/cjs/loaderJoyee Cheung
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-19net: destructure primordialsGuilherme Goncalves
2019-11-18lib: change var to let/const in internal/querystring.jsArtem Maksimov
2019-11-18http: revise _http_server.jstelenord
2019-11-18lib: change var to let in internal/streamsKyriakos Markakis
2019-11-18querystring: replace var with let/constRaoul Jaeckel
2019-11-18stream: replace var with letdaern91
2019-11-17src: lib/internal/timers.js var -> let/constNikolay Krashnikov
2019-11-17tls: change loop var to letXavier Redondo
2019-11-17util: replace var with letSusana Ferreira
2019-11-17lib: replace var with let/constKenza Houmani
2019-11-16esm: disable non-js exts outside package scopesGuy Bedford
2019-11-16url: replace var with let in lib/url.jsxefimx
2019-11-16lib: change var to let in string_decodermkdorff
2019-11-13crypto: fix key requirements in asymmetric cipherTobias Nießen
2019-11-13http: outgoing corkRobert Nagy
2019-11-13stream: add writableCorked to DuplexAnna Henningsen