summaryrefslogtreecommitdiff
path: root/src/node_process_object.cc
AgeCommit message (Expand)Author
2019-11-08src: persist strings that are used multiple times in the environmentVadim Gorbachev
2019-08-12doc, lib, src, test, tools: fix assorted typosXhmikosR
2019-06-19src: save exec path when initializing EnvironmentJoyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-04process: patch more process properties during pre-executionJoyee Cheung
2019-03-31src: add missing uv_fs_req_cleanup()cjihrig
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-11process: delay creation of process.env after bootstrap/node.jsJoyee Cheung
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-05src: use object to pass `Environment` to functionsAnna Henningsen
2019-03-03src: fix warnings around node_optionsRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-01-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2019-01-11src: move process object creation into node_process_object.ccJoyee Cheung