summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-13src: supply missing comments for CLI optionsSam Roberts
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-12src: guard bundled_ca/openssl_ca with HAVE_OPENSSLDaniel Bevenius
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-10crypto: handle exceptions in hmac/hash.digestTobias Nießen
2017-04-10src: use a std::vector for preload_modulesSam Roberts
2017-04-10src: use std::list for at_exit_functionsDaniel Bevenius
2017-04-10src: only block SIGUSR1 when HAVE_INSPECTORDaniel Bevenius
2017-04-09src: use std::string for trace enabled_categoriesSam Roberts
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov
2017-04-04doc, inspector: note that the host is optionalGibson Fahnestock
2017-04-03src: throw when -c and -e are used simultaneouslyTeddy Katz
2017-04-03n-api: add support for abi stable module APIJason Ginchereau
2017-03-31src: add --use-bundled-ca --use-openssl-ca checkDaniel Bevenius
2017-03-22lib,src: make constants not inherit from ObjectSakthipriyan Vairamani (thefourtheye)
2017-03-20src: ensure that fd 0-2 are valid on windowsBartosz Sosnowski
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09src: make process.env work with symbols in/deleteTimothy Gu
2017-03-03benchmark,build,doc,lib,src,test: correct typosBenjamin Fleischer
2017-03-03tls: fix macro to check NPN featureShigeki Ohtsu
2017-03-02src: add HAVE_OPENSSL directive to openssl_configDaniel Bevenius
2017-02-23process: improve memoryUsage() performanceBrian White
2017-02-14src: remove unused typedefBen Noordhuis
2017-02-11src: fix --icu-data-dir= regressionBen Noordhuis
2017-02-11src: make --icu-data-dir= switch testableBen Noordhuis
2017-02-09crypto: support OPENSSL_CONF againSam Roberts
2017-02-09src: add SafeGetenv() to internal APISam Roberts
2017-02-08src: make copies of startup environment variablesBen Noordhuis
2017-02-03src: fix building --without-v8-plartformMyk Melez
2017-01-30process: add --redirect-warnings command line argumentJames M Snell
2017-01-27src: fix the misalinged text on "node --help"Aashil Patel
2017-01-25src: support "--" after "-e" as end-of-optionsJohn Barboza
2017-01-24crypto: ability to select cert store at runtimeAdam Majer
2017-01-23src: add NODE_NO_WARNINGS to --help outputcjihrig
2017-01-23process: improve process.hrtimeJoyee Cheung
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-17build: don't squash signal handlers with --sharedStewart X Addison
2017-01-06src: fix space for module version mismatch errorYann Pringault
2017-01-03src, inspector: add --inspect-brk optionJosh Gavant
2016-12-23src/doc: improve man page and --helpRoman Reiss
2016-12-21src: return early if nextTickQueue is emptyTrevor Norris
2016-12-20src: Node Tracing Controllermisterpoe
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-11-23crypto: allow adding extra certs to well-known CAsSam Roberts
2016-11-23src: add wrapper for process.emitWarning()Sam Roberts
2016-11-20src: allow getting Symbols on process.envAnna Henningsen
2016-11-13process: add `process.memoryUsage.external`Fedor Indutny
2016-11-07src: throw on process.env symbol usagecjihrig
2016-11-04src: default --icu_case_mapping on as a v8 optionSteven R. Loomis