summaryrefslogtreecommitdiff
path: root/src/node_os.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* os,vm: fix segfaults and CHECK failureTobias Nießen2017-04-141-1/+7
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* os: improve cpus() performanceBrian White2017-03-021-23/+35
* os: improve loadavg() performanceBrian White2017-02-251-7/+7
* src: add a missing space in node_os.ccAlexey Orlenko2017-01-231-1/+1
* os: fix os.release() for aix and add testjBarz2016-12-271-0/+7
* src: fix typo in #endif commentJuan Andres Andrango2016-10-101-1/+1
* os: add userInfo() methodcjihrig2016-04-121-0/+69
* src: replace usage of deprecated HasMichaël Zasso2016-03-031-1/+1
* os: fix crash in GetInterfaceAddressesMartin Bark2016-01-041-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-4/+3
* os: add homedir()cjihrig2015-06-051-0/+21
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* win: suppress GetVersionEx deprecation warningBert Belder2015-01-081-0/+3
* win: use GetVersionExW instead of GetVersionExABert Belder2015-01-081-3/+3
* lib,src: make os.endianness() inlinableBen Noordhuis2014-11-111-8/+3
* src: network interface names are UTF-8 encodedBen Noordhuis2014-11-051-1/+11
* src: attach env directly to api functionsBen Noordhuis2014-10-131-17/+18
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-14/+0
* src: update to v8 3.24 APIsFedor Indutny2014-03-131-11/+12