summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-11-12esm: unflag --experimental-modulesGuy Bedford
2019-11-12tls: replace var with letDaniil Pletnev
2019-11-12lib: replaced var to let in lib/v8.jsVadim Gorbachev
2019-11-12http: http_common rename var to let and consttelenord
2019-11-12net: replaced vars to lets and constsalexahdp
2019-11-12http: http_incoming rename var to let and consttelenord
2019-11-11stream: increase MAX_HWMRobert Nagy
2019-11-09path: replace var with let in lib/path.jspeze
2019-11-09dns: switch var to const/letDmitriy Kikinskiy
2019-11-09lib: change var to let in lib/_stream_duplex.jsIlia Safronov
2019-11-09buffer: change var to letVladislav Botvin
2019-11-09esm: exit the process with an error if loader has an issueMichaël Zasso
2019-11-09cluster: destruct primordials in lib/internal/cluster/worker.jspeze
2019-11-09assert: replace var with let in lib/assert.jsPerfectPan
2019-11-08fs: change var to letNadya
2019-11-08https: change var to let in lib/https.jsgalina.prokofeva
2019-11-08module: conditional exports with flagged conditionsGuy Bedford
2019-11-08http: replace vars with lets and consts in lib/_http_agent.jspalmires
2019-11-08tls: replace var with let and constNolik
2019-11-07dgram: remove listeners on bind errorAnna Henningsen