summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-03-10net: use kHandle symbol for accessing native handleAnna Henningsen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-09src: forbid access to CLI options before bootstrapping is doneJoyee Cheung
2019-03-09crypto: improve error handling in parseKeyEncodingTobias Nießen
2019-03-09http: send connection: close when closing connYann Hamon
2019-03-09http: improve for-loop readability in _http_outgoing.jsgengjiawen
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: call prepareMainThreadExecution in all main thread scriptsJoyee Cheung
2019-03-08lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-08process: call `prepareMainThreadExecution` in `node inspect`Joyee Cheung
2019-03-08repl: add replDefaults to customize the writerRuben Bridgewater
2019-03-07child_process: fire close event from stdiokohta ito
2019-03-07lib: assign missed deprecation codeAnna Henningsen
2019-03-07http: remove unused variable in _http_server.jsgengjiawen
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-07crypto: add KeyObject.asymmetricKeySizePatrick Gansterer
2019-03-06http: check for existance in resetHeadersTimeoutOnReqEndMatteo Collina
2019-03-06stream: make sure 'readable' is emitted before ending the streamMatteo Collina
2019-03-05stream: ensure writable.destroy() emits error onceLuigi Pinca
2019-03-05benchmark,lib: add process.hrtime.bigint benchmarkAnna Henningsen
2019-03-05report: warn on process.report object accesscjihrig
2019-03-05report: refactor configuration managementcjihrig
2019-03-05tty: add hasColors functionRuben Bridgewater
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