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
2022-02-11src: remove separate definitions for static constexpr membersAnna Henningsen
2021-12-14process: add `getActiveResourcesInfo()`Darshan Sen
2021-11-17process: support hrtime in the snapshotJoyee Cheung
2021-07-20src: stop using deprecated v8::ApiObjectMichaël Zasso
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-02-08src: avoid implicit type conversionsMichaël Zasso
2021-01-03process: add direct access to rss without iterating pagesAdrien Maret
2020-12-09src: use using declarations consistentlyDaniel Bevenius
2020-11-14src: remove duplicate logic for getting bufferYash Ladha
2020-10-18process: update v8 fast api calls usageMaya Lekova
2020-10-17src: error reporting on CPUUsageYash Ladha
2020-10-10src: move node_process to modern THROW_ERR*James M Snell
2020-10-01Revert "src: runtime deprecate process.umask()"Beth Griggs
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-18bootstrap: build fast APIs in pre-executionJoyee Cheung
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-06-19src: minor updates to FastHrtimeAnna Henningsen
2020-06-14src: introduce BaseObject base FunctionTemplateAnna Henningsen
2020-06-06process: use v8 fast api calls for hrtimeGus Caplan
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-04-01src: runtime deprecate process.umask()cjihrig
2020-01-31process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2020-01-24src: use custom fprintf alike to write errors to stderrAnna Henningsen
2019-11-12src: migrate off ArrayBuffer::GetContentsAnna Henningsen
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-11-07src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-07src: make EndStartedProfilers an exit hookAnna Henningsen
2019-07-01process: expose uv_rusage on process.resourcesUsage()vmarchaud
2019-06-20src: silence compiler warning node_process_methodsDaniel Bevenius
2019-06-14src: reset SIGSEGV handler before crashingAnna Henningsen
2019-05-11src: extract common macro to util.hgengjiawen
2019-04-17src: disallow calling env-dependent methods during bootstrapJoyee Cheung
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-20src: move req_wrap_queue to base class of ReqWrapAnna Henningsen
2019-02-20process: fix calculation in process.uptime()Joyee Cheung
2019-02-18src: unify uptime base used across the code baseJoyee Cheung
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-01-18process: allow reading umask in workerscjihrig
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung