summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
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
2018-06-07fs: support BigInt in fs.*stat and fs.watchFileJoyee Cheung
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06src: make handle onclose property a SymbolAnna Henningsen
2018-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-14src: add public API to create isolate and contexthelloshuangzi
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-05-10src: unify thread pool workAnna Henningsen