summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
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
2018-05-09src: protect global state with mutexesAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-09src: add tracing category macrosJames M Snell
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-01-30vm: add modulesGus Caplan