summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2017-10-12src: add internalBindings for binding isolationBradley Farias
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-10-08src: use more appropriate context-entered checkAnna Henningsen
2017-10-07src: fix ^ in stack trace with vm's columnOffsetTimothy Gu
2017-10-04src: do not add .domain to promises in VM contextsTimothy Gu
2017-09-28src: add help for NODE_PENDING_DEPRECATION envThomas Corbière
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-27src: clear async id stack if bootstrap throwsTrevor Norris
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-24src: add --pending-deprecation to NODE_OPTIONSThomas Corbière
2017-09-21src: prepare platform for upstream V8 changesAnna Henningsen
2017-09-20domain: remove `.dispose()`Anna Henningsen
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-14src: move DomainEnter,DomainExit to node.ccAnna Henningsen
2017-09-14src: remove virtually unused ExecScopeAnna Henningsen
2017-09-14src: refactor async callback handlingAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-10intl: unexpose Intl.v8BreakIteratorBen Noordhuis
2017-09-08src: add support to pass flags to dlopenEzequiel Garcia
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-18src: minor cleanup for node_revertJames M Snell
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17tracing: Update to use new Platform tracing apisMatt Loring
2017-08-14async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-08-13src: mention that node options are space-separatedGabriel Schulhof
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-11src: use local isolate instead of args.GetIsolateDaniel Bevenius
2017-08-04http2: introducing HTTP/2James M Snell
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