summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-04-29, Version 12.1.0 (Current)v12.1.0v12.1.0-proposalMichaƫl Zasso2019-04-293-4/+68
* process: reduce the number of internal frames in async stack traceJoyee Cheung2019-04-2922-23/+233
* report: print common items first for readabilitygengjiawen2019-04-273-22/+38
* deps: backport ICU-20575 to fix err/crasherSteven R. Loomis2019-04-272-0/+2426
* deps: backport ICU-20558 to fix Intl crasherSteven R. Loomis2019-04-273-0/+5541
* src: refactor deprecated UVException in node_file.ccgengjiawen2019-04-271-3/+3
* test: refactor net-connect-handle-econnrefusedLuigi Pinca2019-04-271-9/+4
* test: move test-net-connect-handle-econnrefusedLuigi Pinca2019-04-271-0/+0
* doc: update comment in bootstrap for primordialsMyles Borins2019-04-271-1/+1
* tls: include invalid method name in thrown errorSam Roberts2019-04-272-2/+6
* util: add prototype support for boxed primitivesRuben Bridgewater2019-04-272-28/+56
* build: allow icu download to use other hashes besides md5Steven R. Loomis2019-04-272-10/+26
* src: move OnMessage to node_errors.ccJoyee Cheung2019-04-273-28/+30
* Add Node 12 to the first list of versionsRivaldo Junior2019-04-271-1/+2
* doc: simplify GOVERNANCE.md textRich Trott2019-04-271-9/+9
* src: use predefined AliasedBuffer types in the code baseJoyee Cheung2019-04-2712-123/+105
* src: apply clang-tidy modernize-deprecated-headers found by Jenkins CIgengjiawen2019-04-273-11/+13
* bootstrap: delay the instantiation of maps in per-context scriptsJoyee Cheung2019-04-271-31/+51
* crypto: update root certificatesSam Roberts2019-04-271-0/+105
* tools: update certdata.txtSam Roberts2019-04-271-0/+675
* tools: update LICENSE and tools/icu/current_ver.depUjjwal Sharma2019-04-272-15/+7
* deps: update ICU to 64.2Ujjwal Sharma2019-04-27297-13106/+20456
* test: rework to remove flakiness, and be parallelSam Roberts2019-04-271-73/+65
* util: rename setIteratorBraces to getIteratorBracesRuben Bridgewater2019-04-271-13/+13
* util: improve `Symbol.toStringTag` handlingRuben Bridgewater2019-04-272-3/+22
* module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung2019-04-277-14/+12
* lib: throw a special error in internal/assertJoyee Cheung2019-04-2712-28/+100
* doc: fix pull request numberRuben Bridgewater2019-04-271-1/+1
* src: do not require JS Context for `~AsyncResoure()`Anna Henningsen2019-04-272-9/+13
* n-api: do not require JS Context for `napi_async_destroy()`Anna Henningsen2019-04-273-2/+78
* src: add `Environment` overload of `EmitAsyncDestroy`Anna Henningsen2019-04-272-3/+13
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-2732-50/+38
* doc: clarify behaviour of writeFile(fd)Sam Roberts2019-04-271-10/+29
* tools: fix use-after-free mkcodecache warningBen Noordhuis2019-04-271-0/+1
* test: fix ineffective error testsMasashi Hirano2019-04-276-72/+73
* test: make test-worker-esm-missing-main more robustRich Trott2019-04-271-3/+6
* dgram: change 'this' to 'self' for 'isConnected'MaleDong2019-04-271-1/+1
* test: increase coverage in lib/internal/dns/promises.jsRich Trott2019-04-271-0/+9
* benchmark: fix http bench-parser.jsRich Trott2019-04-271-1/+1
* doc: fix v12.0.0 changelog idBeth Griggs2019-04-271-1/+1
* build: disable custom v8 snapshot by defaultJoyee Cheung2019-04-272-1/+14
* tools: update tools/license-builder.shUjjwal Sharma2019-04-271-2/+2
* doc: simplify Collaborator pre-nomination textRich Trott2019-04-271-7/+5
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-277-63/+37
* src: enable context snapshot after running per-context scriptsJoyee Cheung2019-04-273-1/+10
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-275-1/+62
* tools: implement node_mksnapshotJoyee Cheung2019-04-275-1/+231
* src: implement IsolateData serialization and deserializationJoyee Cheung2019-04-274-50/+149
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-275-31/+131
* Working on v12.0.1Beth Griggs2019-04-231-2/+2