summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-05crypto: allow deriving public from private keysTobias Nießen
2019-03-05cluster: improve for-loopgengjiawen
2019-03-05events: improve for-loopgengjiawen
2019-03-05https: add missing localPort while create socketleeight
2019-03-05events: onceWrapper returns target valuehimself65
2019-03-05http2: refactor deprecated method in core.jsgengjiawen
2019-03-04lib: deprecate _stream_wrapSam Roberts
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-04http2: improve compatibility with http/1Sagi Tsofan
2019-03-03report: use triggerReport() to handle signalscjihrig
2019-03-03report: use triggerReport() to handle exceptionscjihrig
2019-03-04zlib: report premature ends earlierAnna Henningsen
2019-03-04repl: use object writer for thrown errorsAnna Henningsen
2019-03-03tty: improve color detectionRuben Bridgewater
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-03-02events: add once method to use promises with EventEmitterMatteo Collina
2019-03-02crypto: move DEP0113 to End-of-LifeTobias Nießen
2019-03-02console: prevent constructing console methodsThomas
2019-03-01buffer: avoid materializing ArrayBuffer for creationAnna Henningsen
2019-03-01doc,test,repl: fix deprecation codecjihrig
2019-03-01readline: improve Unicode handlingAvi ד
2019-03-01path: refactor code for clarityRuben Bridgewater
2019-03-01path: refactor for less indentationRuben Bridgewater
2019-03-01path: simplify code and remove obsolete checksRuben Bridgewater
2019-03-01path: refactor logic for to reduce code branchesRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2019-03-01path: refactor more path code for simplicityRuben Bridgewater
2019-03-01path: more small refactoringsRuben Bridgewater
2019-03-01path: minor refactoringRuben Bridgewater
2019-03-01module: fix stat cacheRuben Bridgewater
2019-03-01module: simpler shebang functionRuben Bridgewater
2019-03-01repl: deprecate REPLServer.rliRuben Bridgewater
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28util: fix proxy inspectionRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28util: prevent leaking internal propertiesRuben Bridgewater
2019-02-28lib: don't use `util.inspect()` internalsRuben Bridgewater
2019-02-28util: mark iterator entries as suchRuben Bridgewater
2019-02-28stream: make _read() be called indefinitely if the user wants soMatteo Collina
2019-02-28http: prevent slowloris with keepalive connectionsMatteo Collina
2019-02-28repl: hide editor mode if not used in a terminalRuben Bridgewater
2019-02-28repl: add new line on ctrl+dRuben Bridgewater
2019-02-28repl: add more informationRuben Bridgewater
2019-02-26report: refactor argument validationcjihrig
2019-02-26report: refactor triggerReport()cjihrig
2019-02-26inspector: return Error objects on errorcjihrig
2019-02-26errors: add ERR_INSPECTOR_COMMAND errorcjihrig
2019-02-26http: validate timeout in ClientRequest()cjihrig