summaryrefslogtreecommitdiff
path: root/src/node_process.cc
Commit message (Expand)AuthorAgeFilesLines
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-463/+0
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-4/+1
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-311-8/+0
* src: move more process methods initialization in bootstrap/node.jsJoyee Cheung2018-12-211-16/+171
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-332/+0
* process: move environment variable proxy code into node_env_var.ccJoyee Cheung2018-12-171-191/+0
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-11/+3
* src: elevate v8 namespaces for node_process.ccJayasankar2018-11-301-6/+7
* src: simplify uptime and ppid return valuescjihrig2018-11-271-3/+2
* src: remove unused variablesDaniel Bevenius2018-11-161-1/+0
* process: remove pushValueToArray in GetActiveHandlesJoyee Cheung2018-11-141-16/+4
* process: remove pushValueToArray in GetActiveRequestsJoyee Cheung2018-11-141-16/+4
* process: remove pushValueToArray in EnvEnumeratorJoyee Cheung2018-11-141-30/+13
* src: fix v8 compiler warnings in srcDaniel Bevenius2018-11-111-3/+8
* src: refactor deprecated v8::String::NewFromTwoByte callRomain Lanz2018-10-241-6/+19
* src: use HeapStatistics to get external memoryRodrigo Bruno2018-09-221-1/+1
* src: move DebugPortGetter/Setter to node_process.ccJames M Snell2018-09-141-0/+29
* src: move getActiveResources/Handles to node_process.ccJames M Snell2018-09-141-0/+55
* src: remove calls to deprecated V8 functions (Int32Value)Michaƫl Zasso2018-09-051-2/+5
* src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma2018-09-021-3/+3
* src: move more to node_process.cc from node.ccJames M Snell2018-08-221-0/+227
* src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma2018-07-291-2/+2
* src: include cwd in chdir error messageAnna Henningsen2018-07-171-9/+16
* src: remove .h if -inl.h is already includedDaniel Bevenius2018-06-201-2/+0
* process: implement process.hrtime.bigint()Joyee Cheung2018-06-171-0/+11
* src: add node_process.ccJames M Snell2018-06-141-0/+544