summaryrefslogtreecommitdiff
path: root/src/node_os.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use v8::Boolean(b) over b ? True() : False()Tobias Nießen2023-04-161-1/+1
* os: add availableParallelism()cjihrig2022-12-211-0/+7
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* src: remove <unistd.h> from node_os.ccTobias Nießen2022-09-181-1/+0
* src: add error handling to `uv_uptime` callJuan José Arboleda2022-08-311-2/+7
* os: add machine methodtheanarkh2022-08-291-5/+5
* src: remove unowned usages of GetBackingStoreKeyhan Vakil2022-08-031-1/+1
* src: split property helpers from node::Environmentlegendecas2022-08-021-15/+17
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-151-5/+4
* net: make `server.address()` return an integer for `family`Antoine du Hamel2022-04-121-4/+5
* src: register external references in os bindingsJoyee Cheung2021-10-191-0/+17
* src: avoid implicit type conversionsMichaël Zasso2021-02-071-7/+12
* os: performance improvement in vector allocationYash Ladha2021-01-181-19/+21
* src,doc,test: remove String::New default parameterAnna Henningsen2020-07-141-4/+2
* src: use ToLocal in node_os.ccwenningplus2020-06-241-3/+3
* src: use using NewStringTyperickyes2020-04-231-2/+2
* src: remove validation of unreachable codeJuan José Arboleda2020-04-191-4/+0
* src: create a getter for kernel versionJuan José Arboleda2020-03-091-24/+11
* src: migrate off ArrayBuffer::GetContentsAnna Henningsen2019-11-121-1/+1
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* os: assume UTF-8 for hostnameAnna Henningsen2019-05-261-3/+10
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+0
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-6/+6
* src: de-lint header usageRefael Ackermann2019-03-121-5/+5
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-3/+3
* src: simplify loop arithmetic in `GetCPUInfo`Gireesh Punathil2019-02-211-8/+8
* os,report: use UV_MAXHOSTNAMESIZEcjihrig2019-02-131-8/+1
* os: implement os.type() using uv_os_uname()cjihrig2019-01-251-11/+5
* src: remove using v8::Function in node_os.cccjihrig2019-01-241-1/+0
* os: implement os.release() using uv_os_uname()cjihrig2019-01-231-33/+5
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+2
* os: improve networkInterfaces() performanceBrian White2019-01-141-37/+18
* os: use uv_os_gethostname() in hostname()cjihrig2018-12-201-8/+5
* os: move process.binding('os') to internalBindingbriete2018-12-201-1/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use arraysize instead of hardcode numberleeight2018-12-011-3/+4
* src: fix compiler warning in node_osDaniel Bevenius2018-11-161-1/+1
* os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung2018-11-141-36/+18
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-18/+33
* os: fix memory leak in `userInfo()`Anna Henningsen2018-10-311-1/+2
* src: make model counter in `GetCPUInfo()` unsignedAnna Henningsen2018-10-281-1/+1
* os: add os.{get,set}Priority()cjihrig2018-08-221-0/+43
* src: use UTF-8 for naming interfaces in unixUjjwal Sharma2018-07-291-7/+5
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-3/+4
* src: use nullptr instead of NULLDaniel Bevenius2017-12-011-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* os: migrate node_os.cc to internal/errorsJames M Snell2017-11-021-6/+20
* src: refactor `#include` handlingAnna Henningsen2017-09-141-4/+1
* src: use proper errors as coming from StringBytesAnna Henningsen2017-08-241-21/+5
* src: do proper StringBytes error handlingAnna Henningsen2017-05-031-11/+18