summaryrefslogtreecommitdiff
path: root/src/node_os.cc
AgeCommit message (Expand)Author
2019-02-13os,report: use UV_MAXHOSTNAMESIZEcjihrig
2019-01-25os: implement os.type() using uv_os_uname()cjihrig
2019-01-24src: remove using v8::Function in node_os.cccjihrig
2019-01-23os: implement os.release() using uv_os_uname()cjihrig
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-14os: improve networkInterfaces() performanceBrian White
2018-12-20os: use uv_os_gethostname() in hostname()cjihrig
2018-12-20os: move process.binding('os') to internalBindingbriete
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-12-01src: use arraysize instead of hardcode numberleeight
2018-11-16src: fix compiler warning in node_osDaniel Bevenius
2018-11-14os: do not call into JS to push values to an array in GetCPUInfoJoyee Cheung
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-31os: fix memory leak in `userInfo()`Anna Henningsen
2018-10-28src: make model counter in `GetCPUInfo()` unsignedAnna Henningsen
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-07-29src: use UTF-8 for naming interfaces in unixUjjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-02os: migrate node_os.cc to internal/errorsJames M Snell
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-08-24src: use proper errors as coming from StringBytesAnna Henningsen
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-04-14os,vm: fix segfaults and CHECK failureTobias Nießen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-02os: improve cpus() performanceBrian White
2017-02-25os: improve loadavg() performanceBrian White
2017-01-23src: add a missing space in node_os.ccAlexey Orlenko
2016-12-27os: fix os.release() for aix and add testjBarz
2016-10-10src: fix typo in #endif commentJuan Andres Andrango
2016-04-12os: add userInfo() methodcjihrig
2016-03-03src: replace usage of deprecated HasMichaël Zasso
2016-01-04os: fix crash in GetInterfaceAddressesMartin Bark
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-06-05os: add homedir()cjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-08win: suppress GetVersionEx deprecation warningBert Belder
2015-01-08win: use GetVersionExW instead of GetVersionExABert Belder
2014-11-11lib,src: make os.endianness() inlinableBen Noordhuis
2014-11-05src: network interface names are UTF-8 encodedBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-18os: networkInterfaces include scopeid for ipv6Xidorn Quan
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski
2014-01-13Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-01-12src: return empty set on ENOSYS for interfacesTimothy J Fontaine
2013-10-17cpplint: disallow if one-linersFedor Indutny