summaryrefslogtreecommitdiff
path: root/src/node_config.cc
AgeCommit message (Expand)Author
2019-12-05lib: delay access to CLI option to pre-executionJoyee Cheung
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-05-23src: remove memory_tracker-inl.h from header filesSam Roberts
2019-05-13src: declare unused priv argumentSam Roberts
2019-04-22build: improve embedded code-cache detectionRefael Ackermann
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-03src: fix warnings around node_optionsRefael Ackermann
2019-02-20src: remove `process.binding('config').fipsForced`Joyee Cheung
2019-02-19src: remove `process.binding('config').debugOptions`Joyee Cheung
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-24report: remove `internalBinding('config').hasReport`Anna Henningsen
2019-01-18src: merge into coreGireesh Punathil
2019-01-16src: remove unused `internalBinding('config')` propertiesJoyee Cheung
2019-01-09worker: remove `--experimental-worker` flagAnna Henningsen
2019-01-08src: move per-process global variables into node::per_processJoyee Cheung
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2018-12-31process: move process.features initialization into node.jsJoyee Cheung
2018-12-15src: remove icuDataDir from node configGauthamBanasandra
2018-12-14lib: remove internalBinding('config').pendingDeprecationJoyee Cheung
2018-12-13src: remove internalBinding('config').warningFileJoyee Cheung
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-05src,lib: make process.binding('config') internalMasashi Hirano
2018-12-03src: move READONLY_* macros into util.hJoyee Cheung
2018-10-03src: remove public API for option variablesAnna Henningsen
2018-09-09process: generate list of allowed env flags programmaticallyAnna Henningsen
2018-09-01cli: generate --help text in JSAnna Henningsen
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-11src: add READONLY_STRING_PROPERTY and simplify configJon Moss
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-05-13module: add --preserve-symlinks-mainDavid Goldstein
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-17trace_events: adds a new trace_events apiJames M Snell
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-01-30vm: add modulesGus Caplan
2017-12-23lib, src: use process.config instead of regexJon Moss
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-27crypto: migrate setFipsCrypto to internal/errorsJames M Snell
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-18src: miscellaneous cleanups for node_configJames M Snell
2017-08-18src: minor cleanup for node_revertJames M Snell
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-04http2: introducing HTTP/2James M Snell
2017-06-15inspector,cluster: fix inspect port assignmentcornholio