summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-06-05src: fix unused private field warningcjihrig
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: create Environment properties in Environment::CreateProperties()Joyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-02tools: fix js2c regressionRefael Ackermann
2019-06-02inspector: more conservative minimum stack sizeBen Noordhuis
2019-06-01src: update NODE_MODULE_VERSION to 74Refael Ackermann
2019-06-01tools: update inspector_protocol to 0aafd2Michaël Zasso
2019-05-30src: unimplement deprecated v8-platform methodsMichaël Zasso
2019-05-30src: export number_of_native_contexts and number_of_detached_contextsYuriy Vasiyarov
2019-05-30tls: trace errors can show up as SSL errorsSam Roberts
2019-05-29src: use ArrayBufferViewContents more frequentlyAnna Henningsen
2019-05-29src: make UNREACHABLE variadicRefael Ackermann
2019-05-29tls: group chunks into TLS segmentsAlba Mendez
2019-05-29http2: fix tracking received data for maxSessionMemoryAnna Henningsen
2019-05-26inspector: implement --heap-profJoyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-26os: assume UTF-8 for hostnameAnna Henningsen
2019-05-26tls: destroy trace BIO instead of leaking itSam Roberts
2019-05-24n-api: DRY napi_coerce_to_x() API methodsBen Noordhuis
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-23src: move ThreadPoolWork inlines into a -inl.hSam Roberts
2019-05-23src: make process.env.TZ setter clear tz cacheBen Noordhuis
2019-05-23src: ignore SIGXFSZ, don't terminate (ulimit -f)Ben Noordhuis
2019-05-23src: remove freebsd SA_RESETHAND workaroundBen Noordhuis
2019-05-23tls: set tlsSocket.servername as early as possibleoyyd
2019-05-22esm: remove experimental status from JSON modulesMyles Borins
2019-05-21src: remove util-inl.h include in node.hAnna Henningsen
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-05-20tls: expose built-in root certificatesBen Noordhuis
2019-05-20src: update UNREACHABLE macro to take a stringNitish Sakhawalkar
2019-05-19inspector: mark profile type constgengjiawen
2019-05-19inspector: fix typogengjiawen
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-19worker: add ability to unshift message from MessagePortAnna Henningsen
2019-05-18process: mark process.env as side-effect-freeAnna 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-17esm: --experimental-wasm-modules integration supportMyles Borins
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-15tls: expose keylog event on TLSSocketAlba Mendez
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-14vm: mark global proxy as side-effect-freeAnna Henningsen
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-13src: declare unused priv argumentSam Roberts
2019-05-13src: fix warnings about redefined BSWAP macrosSam Roberts