summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-05-10lib: defer pausing stdin to the next tickAnna Henningsen
2018-05-10process: create stdin with `manualStart: true`Anna Henningsen
2018-05-10assert: make sure throws is able to handle primitivesRuben Bridgewater
2018-05-10errors: move functions to error codeRuben Bridgewater
2018-05-10assert: move AssertionError into own fileRuben Bridgewater
2018-05-10assert: accept regular expressions to validateRuben Bridgewater
2018-05-10lib: return directly from packageMainCacheDaniel Bevenius
2018-05-09vm: move emitExperimentalWarningDaniel Bevenius
2018-05-09net: remove typo in setTimeout commentDaniel Bevenius
2018-05-08fs: fchmod->fchown in promises/lchownСковорода Никита Андреевич
2018-05-08fs: remove broken code in promises/writeСковорода Никита Андреевич
2018-05-08console: make console.table() use colored inspectTSUYUSATO Kitsune
2018-05-07fs: move fs/promises to fs.promisescjihrig
2018-05-07constants: freeze the constants objectBryan English
2018-05-07errors: remove ERR_INVALID_ARRAY_LENGTHRuben Bridgewater
2018-05-07url: fix WHATWG host formatting errorYichao 'Peak' Ji
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-05-06errors: remove dead codeRuben Bridgewater
2018-05-06tls: remove sharedCreds in Server constructorDaniel Bevenius
2018-05-06tls: cleanup onhandshakestart callbackAnatoli Papirovski
2018-05-06lib: expose FixedQueue internally and fix nextTick bugAnatoli Papirovski
2018-05-05https: defines maxHeadersCount in the constructorDaiki Arai
2018-05-05repl: add spaces to load/save messagescjihrig
2018-05-03console: console.time() should not reset a timer when it existsGus Caplan
2018-05-03lib: named anonymous functionsCarrie Coxwell
2018-05-03util: named anonymous functionsCarrie Coxwell
2018-05-03util: improve spliceOne perfAnatoli Papirovski
2018-05-03events: optimize condition for optimal scenarioAnatoli Papirovski
2018-05-02child_process: name anonymous functionsDenis Fäcke
2018-05-02timers: named anonymous functionsKyle Martin
2018-05-02http2: reduce require calls in http2/coreDaniel Bevenius
2018-04-30errors: minor (SystemError) refactoringRuben Bridgewater
2018-04-30dns: report out of memory properlyRuben Bridgewater
2018-04-29stream: fix error handling with async iterationJulien Fontanet
2018-04-29test: fix a TODO and remove obsolete TODOsRuben Bridgewater
2018-04-29http2: fix ping callbackRuben Bridgewater
2018-04-29assert: make skipping indicator blueRuben Bridgewater
2018-04-29assert: minor error message improvementsRuben Bridgewater
2018-04-29http,https,tls: switch to WHATWG URL parserHackzzila
2018-04-29child_process: fix leak when passing http socketsSantiago Gimeno
2018-04-29buffer: do not always use defaultsRuben Bridgewater
2018-04-29timers: reschedule interval even if it threwAnatoli Papirovski
2018-04-28http2: fix responses to long payload reqsAnatoli Papirovski
2018-04-28fs: point isFd to isUint32Daniel Bevenius
2018-04-28stream: only check options once in Duplex ctorDaniel Bevenius
2018-04-28util: fix isInsideNodeModules inside errorAnatoli Papirovski
2018-04-27console: fix console.table() display edge caseRich Trott
2018-04-27http: refactor outgoing headers processingAnatoli Papirovski
2018-04-27tls: specify options.name in validateKeyCertDaniel Bevenius
2018-04-26process: migrate methods to throw errors with codeMichaël Zasso