summaryrefslogtreecommitdiff
path: root/src/node.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-2/+0
* src: add help for NODE_PENDING_DEPRECATION envThomas Corbière2017-11-281-0/+2
* src: add --pending-deprecation to NODE_OPTIONSThomas Corbière2017-11-281-0/+1
* src: whitelist v8 options with '_' or '-'Sam Roberts2017-11-281-7/+26
* src: notify V8 for low memory when alloc failsAnna Henningsen2017-11-141-0/+3
* src: provide allocation + nullptr check shortcutsAnna Henningsen2017-11-141-2/+2
* src: pass desired return type to allocatorsAnna Henningsen2017-11-141-1/+1
* src: fix ^ in stack trace with vm's columnOffsetTimothy Gu2017-10-251-0/+9
* src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts2017-10-251-0/+1
* src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts2017-10-251-1/+2
* src: whitelist new options for NODE_OPTIONSSam Roberts2017-10-251-4/+8
* src: allow CLI args in env with NODE_OPTIONSSam Roberts2017-10-251-37/+132
* src: use a std::vector for preload_modulesSam Roberts2017-10-251-22/+6
* src: use SafeGetenv() for NODE_REDIRECT_WARNINGSSam Roberts2017-10-251-4/+3
* process: add --redirect-warnings command line argumentJames M Snell2017-10-251-0/+13
* inspector: enable --inspect-brkRefael Ackermann2017-10-251-0/+9
* src: use local isolate instead of args.GetIsolateDaniel Bevenius2017-09-191-1/+1
* src: add missing new line to printed messageTimothy Gu2017-08-151-1/+1
* src: only call FatalException if not verboseDaniel Bevenius2017-08-151-3/+3
* src: use option parser for expose_internalsSam Roberts2017-08-151-1/+7
* src: supply missing comments for CLI optionsSam Roberts2017-08-151-0/+3
* src: make cross-context MakeCallback() calls workBen Noordhuis2017-07-111-27/+30
* src: remove superfluous env_string stringBen Noordhuis2017-07-111-1/+1
* src: remove TODO about uv errno removalDaniel Bevenius2017-05-171-2/+0
* crypto: ability to select cert store at runtimeAdam Majer2017-05-171-1/+24
* crypto: support OPENSSL_CONF againSam Roberts2017-05-171-3/+7
* src: add SafeGetenv() to internal APISam Roberts2017-05-171-1/+1
* src: make copies of startup environment variablesBen Noordhuis2017-05-171-16/+27
* src: support "--" after "-e" as end-of-optionsJohn Barboza2017-05-171-0/+3
* crypto: handle exceptions in hmac/hash.digestTobias Nießen2017-05-151-0/+2
* src: use std::list for at_exit_functionsDaniel Bevenius2017-05-151-15/+6
* src: return early if nextTickQueue is emptyTrevor Norris2017-05-151-0/+1
* src: add fcntl.h include to node.ccBartosz Sosnowski2017-04-241-0/+1
* src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski2017-04-181-0/+13
* tls: fix macro to check NPN featureShigeki Ohtsu2017-04-181-1/+1
* process: improve memoryUsage() performanceBrian White2017-03-081-17/+14
* src: add NODE_NO_WARNINGS to --help outputcjihrig2017-03-081-1/+8
* build: don't squash signal handlers with --sharedStewart X Addison2017-03-081-1/+3
* src: remove unused typedefBen Noordhuis2017-03-081-2/+0
* crypto: allow adding extra certs to well-known CAsSam Roberts2017-01-311-0/+2
* src: add wrapper for process.emitWarning()Sam Roberts2017-01-311-0/+27
* process: add `process.memoryUsage.external`Fedor Indutny2017-01-311-0/+4
* async_wrap: call destroy() callback in uv_idle_tTrevor Norris2016-12-061-0/+3
* src: replace SetNamedPropertyHandler()AnnaMag2016-11-261-10/+15
* src: fix typo rval to valueMiguel Angel Asencio Hurtado2016-11-111-1/+1
* src: add process.release.lts propertyRod Vagg2016-10-181-0/+5
* node: --openssl-config cli argumentFedor Indutny2016-10-181-2/+9
* src: update f function call commentDaniel Bevenius2016-09-131-3/+3
* src: normalize malloc, reallocMichael Dawson2016-09-091-2/+2
* src: moving f function call commentDaniel Bevenius2016-09-091-8/+7