summaryrefslogtreecommitdiff
path: root/src/node_config.cc
Commit message (Expand)AuthorAgeFilesLines
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-1/+1
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-1/+1
* src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung2022-07-211-1/+1
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-7/+1
* crypto: make FIPS related options always awailableVít Ondruch2021-02-251-2/+0
* src: make code cache test work with snapshotsJoyee Cheung2020-07-181-3/+0
* lib: delay access to CLI option to pre-executionJoyee Cheung2019-12-051-4/+4
* wasi: introduce initial WASI supportcjihrig2019-11-301-0/+3
* src: remove memory_tracker-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: declare unused priv argumentSam Roberts2019-05-131-1/+2
* build: improve embedded code-cache detectionRefael Ackermann2019-04-221-1/+5
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-0/+4
* src: use the config binding to carry --no-browser-globalsJoyee Cheung2019-03-071-0/+7
* src: fix warnings around node_optionsRefael Ackermann2019-03-031-1/+1
* src: remove `process.binding('config').fipsForced`Joyee Cheung2019-02-201-3/+0
* src: remove `process.binding('config').debugOptions`Joyee Cheung2019-02-191-15/+0
* lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung2019-02-081-3/+0
* process: expose process.features.inspectorJoyee Cheung2019-02-021-6/+6
* report: remove `internalBinding('config').hasReport`Anna Henningsen2019-01-241-4/+0
* src: merge into coreGireesh Punathil2019-01-181-1/+5
* src: remove unused `internalBinding('config')` propertiesJoyee Cheung2019-01-161-22/+0
* worker: remove `--experimental-worker` flagAnna Henningsen2019-01-091-3/+0
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-1/+1
* src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung2019-01-051-0/+6
* process: move process.features initialization into node.jsJoyee Cheung2018-12-311-0/+12
* src: remove icuDataDir from node configGauthamBanasandra2018-12-151-4/+0
* lib: remove internalBinding('config').pendingDeprecationJoyee Cheung2018-12-141-3/+0
* src: remove internalBinding('config').warningFileJoyee Cheung2018-12-131-5/+0
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-9/+8
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-051-1/+1
* src: move READONLY_* macros into util.hJoyee Cheung2018-12-031-43/+15
* src: remove public API for option variablesAnna Henningsen2018-10-031-1/+1
* process: generate list of allowed env flags programmaticallyAnna Henningsen2018-09-091-17/+0
* cli: generate --help text in JSAnna Henningsen2018-09-011-0/+4
* process: add allowedNodeEnvironmentFlags propertyChristopher Hiller2018-08-241-0/+17
* src: refactor options parsingAnna Henningsen2018-08-221-21/+27
* src: add READONLY_STRING_PROPERTY and simplify configJon Moss2018-08-111-45/+25
* worker: implement `MessagePort` and `MessageChannel`Anna Henningsen2018-06-061-0/+3
* module: add --preserve-symlinks-mainDavid Goldstein2018-05-131-0/+2
* repl: hide top-level await feature behind a flagTimothy Gu2018-04-181-0/+3
* trace_events: adds a new trace_events apiJames M Snell2018-04-171-0/+4
* src: name all builtin init functions InitializeDaniel Bevenius2018-03-261-2/+2
* vm: add modulesGus Caplan2018-01-301-0/+3
* lib, src: use process.config instead of regexJon Moss2017-12-231-0/+3
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-2/+0
* crypto: migrate setFipsCrypto to internal/errorsJames M Snell2017-10-271-0/+6
* module: resolve and instantiate loader pipeline hooksguybedford2017-10-111-1/+11
* http2: make --expose-http2 flag a non-opJames M Snell2017-09-281-3/+0
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+3