summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-19tools: update markdown linter for Windows line endingsRich Trott
2019-05-19doc: remove stability highlight for stable functionsMichael Dawson
2019-05-20bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford
2019-05-20src: update UNREACHABLE macro to take a stringNitish Sakhawalkar
2019-05-20http: always call response.write() callbackLuigi Pinca
2019-05-20http: do not default to chunked encoding for TRACELuigi Pinca
2019-05-19deps: V8: cherry-pick cca9ae3c9aBenedikt Meurer
2019-05-19inspector: mark profile type constgengjiawen
2019-05-19inspector: fix typogengjiawen
2019-05-19stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-19http: add an alias at addListener on Server connection sockethimself65
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-19test: relax check in verify-graphGerhard Stoebich
2019-05-19doc: rewrite "About this Documentation" sectionRich Trott
2019-05-19doc: correct entry for electron v4.0.4Jacob
2019-05-19doc,n-api: update N-API version matrix for v12.xRichard Lau
2019-05-19doc,n-api: fix `introduced_in` metadataRichard Lau
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-19doc: clarify behavior of fs.mkdirGaelan
2019-05-18tls: support `net.Server` optionsLuigi Pinca
2019-05-18tools: remove unneeded dependency filesRich Trott
2019-05-18tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann
2019-05-18http2: do no throw in writeHead if state.closedMatteo Collina
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford
2019-05-17tools: decrease code duplication for isString() in lint rulescjihrig
2019-05-18process: mark process.env as side-effect-freeAnna Henningsen
2019-05-17build: add arm64 to vcbuild.bat help messageJon Kunkee
2019-05-17test: un-mark worker syntax error tests as flakyAnna Henningsen
2019-05-17worker: use special message as MessagePort close commandAnna Henningsen
2019-05-17worker: move `receiving_messages_` field to `MessagePort`Anna Henningsen
2019-05-17events: improve max listeners warningRuben Bridgewater
2019-05-16meta: move jhamhader to Collaborator Emeriti listRich Trott
2019-05-16meta: move chrisdickinson to Collaborator Emeriti listRich Trott
2019-05-16meta: move whitlockjc to Collaborator Emeriti listRich Trott
2019-05-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16meta: move estliberitas to Collaborator Emeriti listRich Trott
2019-05-17doc: remove non-existent entry-type flagdnalborczyk
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-16console: don't attach unnecessary error handlerscjihrig
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-16assert: remove unused codeRuben Bridgewater
2019-05-16tools: update capitalized-comments eslint ruleRuben Bridgewater
2019-05-16assert: add compatibility for older Node.js versionsRuben Bridgewater
2019-05-16process: inspect error in case of a fatal exceptionRuben Bridgewater
2019-05-16tools: update dmn to 2.2.2Rich Trott
2019-05-16child_process: refactor stdioStringToArray functionzero1five
2019-05-15tools: DRY isRequireCall() in lint rulescjihrig
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-14fs: extract path conversion and validation to getValidatedPathZYSzys