summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-25tools: update LICENSE and tools/icu/current_ver.depUjjwal Sharma
2019-04-25deps: update ICU to 64.2Ujjwal Sharma
2019-04-25test: rework to remove flakiness, and be parallelSam Roberts
2019-04-25util: rename setIteratorBraces to getIteratorBracesRuben Bridgewater
2019-04-25util: improve `Symbol.toStringTag` handlingRuben Bridgewater
2019-04-25module: initialize module_wrap.callbackMap during pre-executionJoyee Cheung
2019-04-25lib: throw a special error in internal/assertJoyee Cheung
2019-04-25doc: fix pull request numberRuben Bridgewater
2019-04-24src: do not require JS Context for `~AsyncResoure()`Anna Henningsen
2019-04-24n-api: do not require JS Context for `napi_async_destroy()`Anna Henningsen
2019-04-24src: add `Environment` overload of `EmitAsyncDestroy`Anna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-24doc: clarify behaviour of writeFile(fd)Sam Roberts
2019-04-24tools: fix use-after-free mkcodecache warningBen Noordhuis
2019-04-24test: fix ineffective error testsMasashi Hirano
2019-04-23test: make test-worker-esm-missing-main more robustRich Trott
2019-04-23dgram: change 'this' to 'self' for 'isConnected'MaleDong
2019-04-23test: increase coverage in lib/internal/dns/promises.jsRich Trott
2019-04-23benchmark: fix http bench-parser.jsRich Trott
2019-04-23doc: fix v12.0.0 changelog idBeth Griggs
2019-04-24build: disable custom v8 snapshot by defaultJoyee Cheung
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs
2019-04-23tools: update tools/license-builder.shUjjwal Sharma
2019-04-23doc: simplify Collaborator pre-nomination textRich Trott
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: enable context snapshot after running per-context scriptsJoyee Cheung
2019-04-23src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-23tools: implement node_mksnapshotJoyee Cheung
2019-04-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-22build,win: deprecate `vcbuild test-ci`Refael Ackermann
2019-04-22deps,test: bump googletest to 39f72ea6f5Refael Ackermann
2019-04-22src: use uv_gettimeofday() to get microsecondscjihrig
2019-04-22report: use uv_gettimeofday for dumpEventTimeStampcjihrig
2019-04-22deps: use nghttp2's config.h on all platformsSam Roberts
2019-04-22doc: simplify nomination process textRich Trott
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-04-23inspector: split --cpu-prof-path to --cpu-prof-dir and --cpu-prof-nameJoyee Cheung
2019-04-22test: unskip copyfile permission testcjihrig
2019-04-22test: move known issue test to parallelcjihrig
2019-04-22deps: upgrade to libuv 1.28.0cjihrig
2019-04-22deps: update nghttp2 to 1.38.0gengjiawen
2019-04-22src: apply modernize-use-nullptr in node_win32_etw_provider.ccgengjiawen
2019-04-22lib: replace --diagnostic-report-* with --report-*Joyee Cheung
2019-04-22src: move SIGINT watchdog utils to the contextify bindingJoyee Cheung
2019-04-22module: explicitly initialize CJS loaderJoyee Cheung
2019-04-21test: mark some known flakesRefael Ackermann
2019-04-21test: remove flaky designation for test-cli-node-optionsRich Trott
2019-04-21vm: remove require('util') from lib/vm/source_text_module.jsfreestraws