summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2018-09-22src: add CheckOptions to Options classesDaniel Bevenius
2018-09-20src: initialize pid variable before gotoJeremy Apthorp
2018-09-19src: deprecate global COUNTER_* and remove perfctrJames M Snell
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-17src: refactor `Environment::GetCurrent()` usageAnna Henningsen
2018-09-17src: move no_async_hooks_checks to envDaniel Bevenius
2018-09-16tracing: remove shutdown-on-signalAnna 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-09src: remove trace_sync_io_ from envDaniel Bevenius
2018-09-09src: remove abort_on_uncaught_exception node.ccDaniel Bevenius
2018-09-07src: add InitializeV8Platform functionDaniel Bevenius
2018-09-07src: initialize PerIsolateData eagerlyAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: promote v8 name spaces with usingGireesh Punathil
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaël Zasso
2018-09-02src: fix node::FatalExceptionTobias Nießen
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-28src,deps: add isolate parameter to String::ConcatMichaël Zasso
2018-08-28src: use default parameters for CreateIsolateDataAnna Henningsen
2018-08-26src: fix NODE_OPTIONS parsing bugAnna Henningsen
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-23src: fix --without-ssl buildIan McKellar
2018-08-22src: move more to node_process.cc from node.ccJames M Snell
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-18doc: add doc for --loader optionSarat Addepalli
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-08-16src: fix race on modpendingRyan Petrich
2018-08-16cli: fix flags on help outputGus Caplan
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-08-12src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen
2018-08-05process: use owner_symbol for `_getActive*`Anna Henningsen
2018-08-01src: clean up agent loop when exiting through destructorAnna Henningsen
2018-08-01src: initialize file trace writer on tracing threadAnna Henningsen
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: refactor tracing agent codeAnna Henningsen
2018-07-29src: use kInternalized instead of kNormalUjjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-26src: use modern v8::Platform worker threads APIsGabriel Charette
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-14process: fix process.exitCode handling for fatalExceptionDenys Otrishko
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-07-10src: add --title command line argumentJames M Snell
2018-07-10trace_events: add process_name metadataJames M Snell
2018-06-27src: move context bootstrap to jsGus Caplan
2018-06-27build: speed up startup with V8 code cacheJoyee Cheung
2018-06-25src: start annotating native code side effectTimothy Gu
2018-06-22src: introduce inspect-brk-nodeDaniel Bevenius