summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-24tools: make mailmap processing for author list case-insensitiveAnna Henningsen
2019-09-24worker: keep allocators for transferred SAB instances alive longerAnna Henningsen
2019-09-24src: try showing stack traces when process._fatalException is not setJoyee Cheung
2019-09-24src: disconnect inspector before exiting out of fatal exceptionJoyee Cheung
2019-09-24events: improve performance of EventEmitter.emitMatteo Collina
2019-09-23console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-09-23tls: add option to override signature algorithmsAnton Gerasimov
2019-09-24stream: add test for multiple .push(null)Chetan Karande
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-09-23tools: cleanup getnodeversion.py for readabilityChristian Clauss
2019-09-23deps: patch V8 to 7.7.299.11Michaël Zasso
2019-09-23bootstrap: add exception handling for profiler bootstrapShobhit Chittora
2019-09-22src: perform check before running in runMicrotasks()Jeremy Apthorp
2019-09-22stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-22doc: add code example to process.throwDeprecation propertyJuan José Arboleda
2019-09-22http: don't emit 'data' after 'error'Robert Nagy
2019-09-22stream: apply special logic in removeListener for readable.off()Robert Nagy
2019-09-22events: add support for EventTarget in onceJenia
2019-09-22src: discard remaining foreground tasks on platform shutdownAnna Henningsen
2019-09-22doc: fix some signatures of .end() methodsVse Mozhet Byt
2019-09-22build: do not indent assignments in MakefileJoyee Cheung
2019-09-22stream: do not flush destroyed writableRobert Nagy
2019-09-22fs: remove unnecessary argument checkRobert Nagy
2019-09-22timers: set _destroyed even if there are no destroy-hooksJeremiah Senkpiel
2019-09-22stream: do not call _read() after destroy()Robert Nagy
2019-09-22stream: use more accurate end-of-stream writable and readable detectionRobert Nagy
2019-09-22doc: remove the suffix number of the anchor linkMaledong
2019-09-22crypto: use BoringSSL-compatible flag getterShelley Vohr
2019-09-22doc: explain stream.finished cleanupRobert Nagy
2019-09-22doc: fix require call for spawn() in code exampleMarian Rusnak
2019-09-22doc: make minor improvements to stream.mdRobert Nagy
2019-09-22stream: optimize creationRobert Nagy
2019-09-22console: skip/strip %c formattingGus Caplan
2019-09-22process: initial SourceMap support via NODE_V8_COVERAGEBenjamin Coe
2019-09-21src: fix closing weak `HandleWrap`s on GCAnna Henningsen
2019-09-21deps: V8: cherry-pick deac757Benjamin Coe
2019-09-20build: update minimum Xcode version for macOSMichael Dawson
2019-09-20http: remove legacy parserAnna Henningsen
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-09-20deps: patch V8 to 7.7.299.10Thomas
2019-09-19module: error for CJS .js load within type: moduleGuy Bedford
2019-09-18repl: convert var to let and constLucas Holmquist
2019-09-18deps: V8: cherry-pick 35c6d4dSam Roberts
2019-09-18src: use libuv to get env varsAnna Henningsen
2019-09-18benchmark: improve process.env benchmarksAnna Henningsen
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-09-18doc: fix nits in net.mdVse Mozhet Byt
2019-09-18bootstrap: provide usable error on missing internal moduleJeremiah Senkpiel
2019-09-18doc: correct trivial misspelling in AUTHORSgcr
2019-09-18http: throw if 'host' agent header is not a string valueGiorgos Ntemiris