summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-06src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-06src: track no of active JS signal handlersAnna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-01src: expose granular SetIsolateUpForNodeShelley Vohr
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-23src: move ThreadPoolWork inlines into a -inl.hSam Roberts
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-10src: always use diagnostic file sequence numbercjihrig
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-30src: allow per-Environment set of env varsAnna Henningsen
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-03-13embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-09src: merge debug-only `SealHandleScope`sAnna Henningsen
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-25src: add debugging array allocatorAnna Henningsen
2019-02-21src: move function from header to source fileBen Noordhuis
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-12src: dispose of V8 platform in `process.exit()`Anna Henningsen
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung