Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-06src: register missing process methods external referencesJoyee Cheung
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-04-13process: add range validation to debugPortcjihrig
2020-07-18src: snapshot Environment upon instantiationJoyee Cheung
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-05-06src: retrieve binding data from the contextJoyee Cheung
2020-04-06src: make creating per-binding data structures easierAnna Henningsen
2020-02-13src: wrap HostPort in ExclusiveAccessBen Noordhuis
2020-02-08src: fix OOB reads in process.title getterBen Noordhuis
2019-11-09src: persist strings that are used multiple times in the environmentVadim Gorbachev
2019-08-13doc, 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-04-01src: 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-04src: 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