summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-01src: move public C++ APIs into src/api/*.ccJoyee Cheung
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-14src: move node::errno_string into node_errors.h/ccJoyee Cheung
2019-01-12src: dispose of V8 platform in `process.exit()`Anna 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
2019-01-10buffer: move initialization of buffer prototype into node.jsJoyee Cheung
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-06process: make tick callback and promise rejection callback more robustJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-21src: move the declaration of http parser versions into node_metadata.hJoyee Cheung
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-17process: move environment variable proxy code into node_env_var.ccJoyee Cheung
2018-12-16src: mark some global state as constAnna Henningsen
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-13src: bundle persistent-to-local methods as classGabriel Schulhof
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-11src: replace NO_RETURN with [[noreturn]]Refael Ackermann
2018-09-25src: define zlib constants in node_zlib.ccAnna Henningsen
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-14src: move DebugPortGetter/Setter to node_process.ccJames M Snell
2018-09-14src: move getActiveResources/Handles to node_process.ccJames M Snell
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-03src: fix a typo in the commentGireesh Punathil
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-22src: move more to node_process.cc from node.ccJames M Snell
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-12src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen
2018-08-09src: fix up doc comment for experimental-worker boolAnna Henningsen
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-15src: make heap snapshot & embedder graph accessible for testsAnna Henningsen
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-22src: avoid common case heap allocationBen Noordhuis
2018-06-17process: implement process.hrtime.bigint()Joyee Cheung
2018-06-14src: add node_process.ccJames M Snell
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis