summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-05-22, Version v12.3.1 (Current)v12.3.1v12.3.1-proposalRuben Bridgewater2019-05-223-2/+22
* deps: V8: cherry-pick 94c87feMichaƫl Zasso2019-05-2210-93/+328
* src: remove util-inl.h include in node.hAnna Henningsen2019-05-221-8/+0
* src, lib: take control of prepareStackTraceGus Caplan2019-05-227-1/+94
* deps: upgrade to libuv 1.29.1cjihrig2019-05-2239-76/+596
* Working on v12.3.1Ruben Bridgewater2019-05-211-2/+2
* 2019-05-21, Version 12.3.0 (Current)v12.3.0v12.3.0-proposalRuben Bridgewater2019-05-218-13/+166
* doc: corrected tlsSocket.getPeerCertificate response typeDan Beglin2019-05-211-2/+2
* doc: correct parameter type on 'subprocess.kill([signal])'himself652019-05-211-1/+1
* esm: use correct error argumentscjihrig2019-05-213-2/+15
* doc: replace createRequireFromPath() referencescjihrig2019-05-211-7/+7
* doc: improve createRequire() examplecjihrig2019-05-212-4/+5
* child_process: setup stdio on error when possiblecjihrig2019-05-213-4/+19
* util: if present, fallback to `toString` using the %s formatterRuben Bridgewater2019-05-203-12/+55
* doc: update `util.format` formatters documentationRuben Bridgewater2019-05-201-6/+8
* util: remove outdated commentRuben Bridgewater2019-05-201-1/+0
* util: unify constructor inspection in `util.inspect`Ruben Bridgewater2019-05-202-15/+60
* util: simplify inspection limit handlingRuben Bridgewater2019-05-201-7/+2
* tls: expose built-in root certificatesBen Noordhuis2019-05-206-143/+225
* tools: update markdown linter for Windows line endingsRich Trott2019-05-203-12/+12
* doc: remove stability highlight for stable functionsMichael Dawson2019-05-201-22/+0
* bootstrap: --frozen-intrinsics unfreeze consoleGuy Bedford2019-05-202-6/+34
* src: update UNREACHABLE macro to take a stringNitish Sakhawalkar2019-05-203-9/+15
* http: always call response.write() callbackLuigi Pinca2019-05-204-29/+57
* http: do not default to chunked encoding for TRACELuigi Pinca2019-05-202-1/+3
* deps: V8: cherry-pick cca9ae3c9aBenedikt Meurer2019-05-201-8/+0
* inspector: mark profile type constgengjiawen2019-05-201-4/+2
* inspector: fix typogengjiawen2019-05-201-1/+1
* stream: use readableObjectMode public api for js streamAnto Aravinth2019-05-205-1/+42
* http: add an alias at addListener on Server connection sockethimself652019-05-202-0/+7
* async_hooks: don't reuse resource in HttpAgentGerhard Stoebich2019-05-205-7/+141
* test: relax check in verify-graphGerhard Stoebich2019-05-201-4/+4
* doc: rewrite "About this Documentation" sectionRich Trott2019-05-201-6/+3
* doc: correct entry for electron v4.0.4Jacob2019-05-201-2/+2
* doc,n-api: update N-API version matrix for v12.xRichard Lau2019-05-201-0/+1
* doc,n-api: fix `introduced_in` metadataRichard Lau2019-05-201-1/+1
* worker: add ability to unshift message from MessagePortAnna Henningsen2019-05-207-49/+139
* doc: clarify behavior of fs.mkdirGaelan2019-05-201-2/+6
* tls: support `net.Server` optionsLuigi Pinca2019-05-203-1/+70
* tools: remove unneeded dependency filesRich Trott2019-05-202499-35572/+0
* tools: refactor js2c.py for maximal Python3 compatibilityRefael Ackermann2019-05-202-130/+171
* http2: do no throw in writeHead if state.closedMatteo Collina2019-05-202-8/+5
* stream: implement Readable.from async iterator utilityGuy Bedford2019-05-184-3/+314
* tools: decrease code duplication for isString() in lint rulescjihrig2019-05-184-25/+7
* process: mark process.env as side-effect-freeAnna Henningsen2019-05-183-3/+29
* build: add arm64 to vcbuild.bat help messageJon Kunkee2019-05-181-1/+1
* test: un-mark worker syntax error tests as flakyAnna Henningsen2019-05-181-2/+0
* worker: use special message as MessagePort close commandAnna Henningsen2019-05-183-36/+71
* worker: move `receiving_messages_` field to `MessagePort`Anna Henningsen2019-05-182-7/+6
* events: improve max listeners warningRuben Bridgewater2019-05-174-6/+20