summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
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
2018-06-21atomis: add notify aliasGus Caplan
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-06-14src: add node_process.ccJames M Snell
2018-06-14doc: update NODE_OPTIONS section in cli.mdVse Mozhet Byt
2018-06-12Revert "src: restore stdio on program exit"Evan Lucas
2018-06-12src: reset TTY mode before cleaning up resourcesAnna Henningsen
2018-06-08lib,src: remove openssl feature conditionalsBen Noordhuis
2018-06-08src: add node_encoding.ccJames M Snell
2018-06-08src: cleanup beforeExit for consistencyJames M Snell
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-05-31src: refactor bootstrap to use bootstrap objectJames M Snell
2018-05-31trace_events: add version metadataJames M Snell
2018-05-31src: restore stdio on program exitBen Noordhuis
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen