summaryrefslogtreecommitdiff
path: root/src/node_process_methods.cc
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: initialize per-isolate properties of bindings separatelyJoyee Cheung2023-05-031-41/+47
* src: per-realm binding dataChengzhong Wu2023-02-211-12/+12
* src: add SetFastMethodNoSideEffect()Joyee Cheung2023-02-211-2/+3
* src,lib: add constrainedMemory API for processtheanarkh2023-01-251-0/+9
* src: use constant strings for memory info namesChengzhong Wu2023-01-091-2/+2
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-031-24/+26
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-1/+6
* inspector: expose inspector.close on workersChengzhong Wu2022-09-131-2/+2
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-4/+8
* src: fix cppgc incompatibility in v8Shelley Vohr2022-08-091-2/+2
* src: remove unowned usages of GetBackingStoreKeyhan Vakil2022-08-031-3/+3
* src: split property helpers from node::Environmentlegendecas2022-08-021-25/+26
* src: remove separate definitions for static constexpr membersAnna Henningsen2022-02-111-2/+0
* process: add `getActiveResourcesInfo()`Darshan Sen2021-12-141-0/+34
* process: support hrtime in the snapshotJoyee Cheung2021-11-171-118/+105
* src: stop using deprecated v8::ApiObjectMichaël Zasso2021-07-201-7/+6
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-21/+23
* process: add direct access to rss without iterating pagesAdrien Maret2021-01-031-1/+14
* src: use using declarations consistentlyDaniel Bevenius2020-12-091-17/+24
* src: remove duplicate logic for getting bufferYash Ladha2020-11-131-12/+13
* process: update v8 fast api calls usageMaya Lekova2020-10-181-15/+18
* src: error reporting on CPUUsageYash Ladha2020-10-171-5/+3
* src: move node_process to modern THROW_ERR*James M Snell2020-10-101-7/+7
* Revert "src: runtime deprecate process.umask()"Beth Griggs2020-09-301-11/+0
* src: snapshot nodeJoyee Cheung2020-07-181-0/+29
* bootstrap: build fast APIs in pre-executionJoyee Cheung2020-07-181-6/+11
* lib,src: remove cpu profiler idle notifierBen Noordhuis2020-06-251-14/+0
* src: minor updates to FastHrtimeAnna Henningsen2020-06-191-6/+15
* src: introduce BaseObject base FunctionTemplateAnna Henningsen2020-06-141-1/+4
* process: use v8 fast api calls for hrtimeGus Caplan2020-06-061-33/+98
* src: remove unused using declarationsDaniel Bevenius2020-05-281-2/+0
* src: runtime deprecate process.umask()cjihrig2020-03-311-0/+11
* process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen2020-01-301-1/+6
* src: use custom fprintf alike to write errors to stderrAnna Henningsen2020-01-231-1/+2
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-121-5/+5
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* src: make WaitForInspectorDisconnect an exit hookAnna Henningsen2019-11-061-1/+0
* src: make EndStartedProfilers an exit hookAnna Henningsen2019-11-061-4/+9
* process: expose uv_rusage on process.resourcesUsage()vmarchaud2019-07-011-0/+33
* src: silence compiler warning node_process_methodsDaniel Bevenius2019-06-191-1/+2
* src: reset SIGSEGV handler before crashingAnna Henningsen2019-06-141-0/+7
* src: extract common macro to util.hgengjiawen2019-05-111-9/+2
* src: disallow calling env-dependent methods during bootstrapJoyee Cheung2019-04-171-2/+4
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+6
* process: patch more process properties during pre-executionJoyee Cheung2019-04-041-0/+1
* src: apply clang-tidy rule modernize-use-emplacegengjiawen2019-03-211-2/+2
* src: de-lint header usageRefael Ackermann2019-03-121-1/+0
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2