summaryrefslogtreecommitdiff
path: root/src/node_os.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: remove `node_isolate` from sourceFedor Indutny2014-02-221-48/+56
* os: networkInterfaces include scopeid for ipv6Xidorn Quan2014-02-181-0/+7
* node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-3/+6
|\
| * src: return empty set on ENOSYS for interfacesTimothy J Fontaine2014-01-121-2/+5
* | cpplint: disallow if one-linersFedor Indutny2013-10-171-5/+10
* | src: add multi-context supportBen Noordhuis2013-09-061-4/+5
* | src: remove pointless node_os.h header fileBen Noordhuis2013-08-261-5/+5
* | src: use v8::String::NewFrom*() functionsBen Noordhuis2013-08-091-21/+26
* | os: add mac address to networkInterfaces() outputBrian White2013-08-011-0/+12
* | src: lint c++ codeFedor Indutny2013-07-311-12/+16
* | src: remove unused import in src/node_os.ccBen Noordhuis2013-07-301-1/+0
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-301-9/+11
|\ \ | |/
| * src: os: use Number::New() for CPU infoBen Noordhuis2013-07-231-14/+11
* | src, lib: update after internal api changeBen Noordhuis2013-07-201-8/+7
* | lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-60/+61
* | os: use IsBigEndian() in GetEndianness() functionBen Noordhuis2013-05-301-4/+1
* | os: Include netmask in os.networkInterfaces()Ben Kelly2013-05-081-0/+4
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-291-8/+7
|\ \ | |/
| * os: Fix uname() error handling on sunosisaacs2013-04-221-8/+7
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-181-12/+16
|\ \ | |/