summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-232019-04-23, Version 12.0.0 (Current)Beth Griggs
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-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-22src: use uv_gettimeofday() to get microsecondscjihrig
2019-04-22report: use uv_gettimeofday for dumpEventTimeStampcjihrig
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-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-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-19src: fix performance-faster-string-find in node_report.ccgengjiawen
2019-04-18src: use ArrayBufferAllocator::Create in node_worker.ccAnna Henningsen
2019-04-18src: enable non-nestable V8 platform tasksAnna Henningsen
2019-04-17worker: handle exception when creating execArgv errorsAnna Henningsen
2019-04-17crypto: do not abort when setting throwsSam Roberts
2019-04-17src: allows escaping NODE_OPTIONS with backslashesMaël Nison
2019-04-17doc: add ABI version registryRod Vagg
2019-04-17src: handle fatal error when Environment is not assigned to contextJoyee Cheung
2019-04-17src: disallow calling env-dependent methods during bootstrapJoyee Cheung
2019-04-16tools: implement mkcodecache as an executableJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-16fs: fix infinite loop with async recursive mkdir on WindowsRichard Lau
2019-04-16esm: replace --entry-type with --input-typeGeoffrey Booth
2019-04-16src: remove redundant call in node_options-inl.hgengjiawen
2019-04-16src: remove unimplemented method in TracingAgentgengjiawen
2019-04-15process: add --unhandled-rejections flagRuben Bridgewater
2019-04-15src: print error before abortingRuben Bridgewater
2019-04-14src: fix check for accepting Buffers into Node’s allocatorAnna Henningsen
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-13lib: create primordials in every contextJoyee Cheung
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12lib,src,doc: add --heapsnapshot-signal CLI flagcjihrig
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-11src: remove redundant string initializationgengjiawen
2019-04-11src: use macro instead of magic number for fdgengjiawen
2019-04-10src: always use diagnostic file sequence numbercjihrig
2019-04-10src: use SealHandleScope for inspector tasksAnna Henningsen
2019-04-09src: remove unused INT_MAX constantSam Roberts