summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-11-28crypto: forbid setting the PBKDF2 iter count to 0Tobias Nießen
2019-11-27fs: add ENFILE to rimraf retry logiccjihrig
2019-11-27fs: add retryDelay option to rimrafcjihrig
2019-11-27fs: remove rimraf's emfileWait optioncjihrig
2019-11-27fs: make rimraf default to 0 retriescjihrig
2019-11-27fs: rename rimraf's maxBusyTries to maxRetriescjihrig
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-26esm: data URLs should ignore unknown parametersBradley Farias
2019-11-26doc: add explanation why keep var with for loopLucas Recknagel
2019-11-26lib: use let instead of varShubham Chaturvedi
2019-11-26lib: replace var with let/constjens-cappelle
2019-11-26util: use let instead of var for util/inspect.jsLuciano
2019-11-26process: replace var with let/constJesper Ek
2019-11-26cluster: replace vars in child.jsEmaSuriano
2019-11-26lib: replace var w/ letChris Oyler
2019-11-26process: replace vars in per_thread.jsEmaSuriano
2019-11-26child_process: replace var with let/constdnlup
2019-11-26lib: replace var with let/constTijl Claessens
2019-11-26http2: change var to let compact.jsMaria Emmanouil
2019-11-26lib: adding perf notes js_stream_socket.jsryan jarvinen
2019-11-25lib: replace var with letDennis Saenger
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-25src: replaced var with letAldo Ambrosioni
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