aboutsummaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2017-07-10src: whitelist v8 options with '_' or '-'Sam Roberts
2017-07-06src: document --abort-on-uncaught-exceptionSam Roberts
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-05src: --abort-on-uncaught-exception in NODE_OPTIONSSam Roberts
2017-07-02src: fix process.abort() interaction with V8Anna Henningsen
2017-06-29src: add missing new line to printed messageTimothy Gu
2017-06-21src: don't set --icu_case_mapping flag on startupBen Noordhuis
2017-06-15inspector,cluster: fix inspect port assignmentcornholio
2017-06-09src: check whether inspector is doing ioSam Roberts
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05src: remove process._inspectorEnbalecjihrig
2017-06-01src: added newline in help messageJosh Ferge
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-30inspector: bind to random port with --inspect=0Ben Noordhuis
2017-05-29src: reduce duplicate code in SafeGetenv()cjihrig
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-27async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-27src: fix InspectorStarted macro guardDaniel Bevenius
2017-05-25src: add linux getauxval(AT_SECURE) in SafeGetenvDaniel Bevenius
2017-05-25async_wrap,src: promise hook integrationMatt Loring
2017-05-25src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts
2017-05-24inspector: document bad usage for --inspect-portSam Roberts
2017-05-23src: redirect-warnings to file, not pathSam Roberts
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-19src: check if --icu-data-dir= points to valid dirBen Noordhuis
2017-05-17src: whitelist new options for NODE_OPTIONSSam Roberts
2017-05-16src: fix --abort_on_uncaught_exception arg parsingSam Roberts
2017-05-16src: only call FatalException if not verboseDaniel Bevenius
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-05-03src: do proper StringBytes error handlingAnna Henningsen
2017-05-03src: add --napi-modules to whitelistMichael Dawson
2017-05-03node: add missing option to --help outputRuslan Bekenev
2017-04-29src: remove debugger dead codeMichaƫl Zasso
2017-04-27src: fix incorrect macro commentDaniel Bevenius
2017-04-27domain: support promisesAnna Henningsen
2017-04-27src: expose `node::AddPromiseHook`Anna Henningsen
2017-04-25src: allow CLI args in env with NODE_OPTIONSSam Roberts
2017-04-24src: remove extraneous dotMyles Borins
2017-04-24src: add fcntl.h include to node.ccBartosz Sosnowski
2017-04-21src: remove TODO about uv errno removalDaniel Bevenius
2017-04-21lib,src,test: update --debug/debug-brk commentsBen Noordhuis
2017-04-19src: add missing "http_parser.h" includeAnna Henningsen
2017-04-19src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell
2017-04-14src: reduce number of exported symbolsAnna Henningsen
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