Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-28src: remove unused using in node_worker.ccDaniel Bevenius
2020-04-11src: remove loop_init_failed_ from Worker classAnna Henningsen
2020-04-11src: clean up worker thread creation codeAnna Henningsen
2020-03-30worker: runtime error on pthread creationHarshitha KP
2020-03-10src: simplify node_worker.cc using new KVStore APIDenys Otrishko
2020-03-05src: improve handling of internal field countingJames M Snell
2020-02-27src: move InternalCallbackScope to StartExecutionShelley Vohr
2020-02-27worker: emit runtime error on loop creation failureHarshitha KP
2020-02-17worker: properly handle env and NODE_OPTIONS in workersDenys Otrishko
2020-02-17async_hooks: add executionAsyncResourceMatteo Collina
2020-02-17worker: reset `Isolate` stack limit after entering `Locker`Anna Henningsen
2020-02-17src: remove unused `Worker::child_port_` memberAnna Henningsen
2020-02-17worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-17worker: remove redundant closing of child portaaccttrr
2020-02-17src: add C++-style sprintf utilityAnna Henningsen
2020-02-17worker: move JoinThread() back into exit callbackAnna Henningsen
2020-02-17src: move MemoryInfo() for worker code to .cc filesAnna Henningsen
2020-02-17src: remove AsyncRequestAnna Henningsen
2019-12-18src: unregister Isolate with platform before disposingAnna Henningsen
2019-11-21src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-21src: remove custom tracking for SharedArrayBuffersAnna Henningsen
2019-11-19src: expose ability to set optionsShelley Vohr
2019-11-17src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-17src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-17src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-17src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-17src: use callback scope for main scriptAnna Henningsen
2019-11-17worker: allow specifying resource limitsAnna Henningsen
2019-11-05src: isolate->Dispose() order consistencyShelley Vohr
2019-10-23src: make implementing CancelPendingDelayedTasks for platform optionalAnna Henningsen
2019-10-23src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-10-10src: remove unused using declarations in worker.ccDaniel Bevenius
2019-10-09worker: do not use two-arg NewIsolateShelley Vohr
2019-08-20worker: fix crash when SharedArrayBuffer outlives creating threadAnna Henningsen
2019-06-17worker: refactor `worker.terminate()`Anna Henningsen
2019-06-16src: fix compiler warning in node_worker.ccDaniel Bevenius
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-10src: elevate namespaces in node_worker.ccPreveen Padmanabhan
2019-05-05src: remove node_options-inl.h from header filesSam Roberts
2019-04-18src: use ArrayBufferAllocator::Create in node_worker.ccAnna Henningsen
2019-04-18worker: handle exception when creating execArgv errorsAnna Henningsen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04process: store argv in EnvironmentJoyee Cheung
2019-03-31worker: use copy of process.envAnna Henningsen
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung