summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-12-21trace_events: move SetupTraceCategoryState into node_trace_events.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src,lib: prefer internal/options over process._fooAnna Henningsen
2018-12-21src: initialize ICU version in per_process::metadata.versionsJoyee Cheung
2018-12-20http: add maxHeaderSize propertycjihrig
2018-12-20src: add kUInteger parsingMatteo Collina
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-12-20lib: switch to object spread where possibleRuben Bridgewater
2018-12-20vm: reuse validateString of internal/validatorsZYSzys
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-19console: improve inspectOptions validationcjihrig
2018-12-19events: simplify stack compare functionRuben Bridgewater
2018-12-19util: `format()` now formats bigint and booleansRuben Bridgewater
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18zlib: split JS code as prep for non-zlib-backed streamsAnna Henningsen
2018-12-18assert: inspect gettersRuben Bridgewater
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-17console: add `inspectOptions` optionRuben Bridgewater
2018-12-17process: improve `--redirect-warnings` handlingRuben Bridgewater
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-16vm: simplify Script constructor options validationcjihrig
2018-12-16child_process: spawn ignores options in case args is undefinedEduard Bondarenko
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-15fs: make writeFile consistent with readFile wrt fdSakthipriyan Vairamani (thefourtheye)
2018-12-15src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung
2018-12-15net: use strict comparisons for fdcjihrig
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-14util: remove todoRuben Bridgewater
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-14url: remove an eslint-disable commentcjihrig
2018-12-14querystring: remove eslint-disablecjihrig
2018-12-14lib: ensure readable stream flows to endMikko Rantanen
2018-12-14util: improve format performanceRuben Bridgewater
2018-12-13process: properly close file descriptor on exitRuben Bridgewater
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