summaryrefslogtreecommitdiff
path: root/src/node.cc
AgeCommit message (Expand)Author
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-11-10src: add process.ppidcjihrig
2017-11-03cli: add --stack-trace-limit to NODE_OPTIONSAnna Henningsen
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
2017-11-02src: add 'dynamic' process.release.lts propertyRod Vagg
2017-11-01build,src: Add CloudABI as a POSIX-like runtime environment.Ed Schouten
2017-10-30src: add `InternalCallbackScope` util constructorAnna Henningsen
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-30async_hooks: enable runtime checks by defaultAndreas Madsen
2017-10-20src: fix NewContext for --without-intlTimothy Gu
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
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