summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-13bootstrap: make Buffer and process non-enumerableRuben Bridgewater
2018-12-13worker: drain messages from internal message portYael Hermon
2018-12-13inspector: move process.binding to internalBindingBeni von Cheni
2018-12-12zlib: throw TypeError if callback is missingAnna Henningsen
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-12-11stream: fix end-of-stream for HTTP/2Anna Henningsen
2018-12-11lib: move DEP0120 to end of lifecjihrig
2018-12-11module: don't search in require.resolve.pathscjihrig
2018-12-11lib: remove unused NativeModule/NativeModule wrapsJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-10assert,util: harden comparisonRuben Bridgewater
2018-12-10module: use validateString in modules/esmZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-08module: use validateString in modules/cjsZYSzys
2018-12-08lib: improve error creation performanceRuben Bridgewater
2018-12-07zlib: make “bare” constants un-enumerableAnna Henningsen
2018-12-06path: replace assertPath() with validatorcjihrig
2018-12-06process: simplify check in previousValueIsValid()cjihrig
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-05Revert "repl: handle buffered string logic on finish"Ruben Bridgewater
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-12-05lib: remove some useless assignmentsGus Caplan
2018-12-05url: support LF, CR and TAB in pathToFileURLCharles Samborski
2018-12-05buffer: remove checkNumberType()cjihrig
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-12-04process: provide dummy stdio for non-console Windows appsAnna Henningsen
2018-12-04dns: simplify dns.promises warning logiccjihrig
2018-12-04fs: simplify fs.promises warning logiccjihrig
2018-12-04lib: remove duplicated noop functionZYSzys
2018-12-03http: destroy the socket on parse errorLuigi Pinca
2018-12-04src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung
2018-12-03assert,util: fix sparse array comparisonRuben Bridgewater
2018-12-03assert: fix loose deepEqual map comparisonRuben Bridgewater
2018-12-03util: improve internal `isError()` validationRuben Bridgewater
2018-12-03util,console: handle symbols as defined in the specRuben Bridgewater
2018-12-02http2: make compat writeHead not crash if the stream is destroyedMatteo Collina
2018-12-02console: move the inspector console wrapping in a separate fileJoyee Cheung
2018-12-02console: split console into global.js and constructor.jsJoyee Cheung
2018-12-02lib: move lib/console.js to lib/internal/console/constructor.jsJoyee Cheung
2018-12-01url: simplify native URL object constructionTimothy Gu
2018-12-01url: reuse existing context in href setterTimothy Gu
2018-12-01Revert "url: make the context non-enumerable"Timothy Gu
2018-12-01timers: fix setTimeout expiration logicSuguru Motegi
2018-11-30url: use SafeSet to filter known special protocolsMike Samuel
2018-12-01lib: do not register DOMException in a moduleJoyee Cheung
2018-11-30esm: refactor dynamic modulesMyles Borins