summaryrefslogtreecommitdiff
path: root/src/node_config.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-1/+1
* src: miscellaneous cleanups for node_configJames M Snell2017-08-181-42/+52
* src: minor cleanup for node_revertJames M Snell2017-08-181-1/+0
* inspector: enable async stack tracesMiroslav Bajtoš2017-08-171-0/+14
* http2: introducing HTTP/2James M Snell2017-08-041-0/+3
* inspector,cluster: fix inspect port assignmentcornholio2017-06-151-0/+24
* src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell2017-04-191-0/+3
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-3/+3
* src: use option parser for expose_internalsSam Roberts2017-04-131-0/+3
* src: make --icu-data-dir= switch testableBen Noordhuis2017-02-111-2/+5
* src: make copies of startup environment variablesBen Noordhuis2017-02-081-3/+4
* process: add --redirect-warnings command line argumentJames M Snell2017-01-301-0/+10
* src: fix without-intl buildAnna Henningsen2016-05-181-1/+1
* src,module: add --preserve-symlinks command line flagJames M Snell2016-05-131-1/+4
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-251-1/+1
* src: squelch -Wunused-variable in non-icu buildsBen Noordhuis2016-04-221-1/+1
* src: add intl and icu configs to process.binding('config')James M Snell2016-04-211-1/+13
* src: add process.binding('config')James M Snell2016-04-211-0/+36