summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
2019-02-11worker: pre-allocate thread idAnna Henningsen
2019-02-09src: remove unused method in env.hgengjiawen
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-30src: remove unused env_ field from env.hDaniel Bevenius
2019-01-29src: pass along errors from process obj instantiationAnna Henningsen
2019-01-29src: remove unused and unimplemented method in env.hgengjiawen
2019-01-28src: fix macro duplicate declaration in env.hgengjiawen
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-18worker: enable passing command line flagsYael Hermon
2019-01-09src: initialize `Environment` members in class definitionAnna Henningsen
2019-01-06src: refactor tickInfo accessJoyee Cheung
2019-01-06src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen
2018-12-27src: add .code and SSL specific error propertiesSam Roberts
2018-12-24crypto: add key object APITobias Nießen
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-16src: mark some global state as constAnna Henningsen
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-11-21http2: set js callbacks onceJames M Snell
2018-11-20tls: include elliptic curve X.509 public key infoSam Roberts
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-16src: re-sort the symbol macrosSam Roberts
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung
2018-11-14src: remove pushValueToArray and SetupProcessObjectJoyee Cheung
2018-11-10deps: introduce `llhttp`Fedor Indutny
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-27src: avoid extra `Persistent` in `DefaultTriggerAsyncIdScope`Anna Henningsen
2018-10-24src: refactor FillStatsArrayRefael Ackermann
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-16src: add deprecation warning to errname()Dolapo Toki
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-26worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-23http2: add ping eventJames M Snell
2018-09-21http2: add origin frame supportJames M Snell
2018-09-09src: remove trace_sync_io_ from envDaniel Bevenius
2018-09-01src: make CLI options programatically accesibleAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-21perf_hooks: move strings to envJames M Snell
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-12src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen
2018-08-05src: remove unused env stringsJon Moss
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-08-05src: clean up PackageConfig pseudo-boolean fieldsAnna Henningsen