summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
2018-04-23n-api: initialize a module via a special symbolGabriel Schulhof
2018-04-23fs: return stats to JS in sync methodsJoyee Cheung
2018-04-18repl: hide top-level await feature behind a flagTimothy Gu
2018-04-04fs: refactor stats array to be more genericJoyee Cheung
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-09src: add tracing category macrosJames M Snell
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-02-10string_decoder: reimplement in C++Anna Henningsen
2018-01-30vm: add modulesGus Caplan
2018-01-29domain: further abstract usage in C++Anatoli Papirovski
2018-01-24fs: use AliasedBuffer for fs_stats_field_arrayJoyee Cheung
2018-01-18src: introduce internal buffer slice constructorAnna Henningsen
2017-12-12src: refactor and harden `ProcessEmitWarning()`Anna Henningsen
2017-12-04src: use uv_os_getpid() to get process idcjihrig
2017-11-29src: remove `ClearFatalExceptionHandlers()`Anna Henningsen
2017-11-29module: print better message on esm syntax errorBen Noordhuis
2017-11-20src: inspector context name = program title + pidBen Noordhuis
2017-11-20src: abstract getpid() operationBen Noordhuis
2017-11-17src: use NODE_BUILTIN_MODULE_CONTEXT_AWARE() macroBen Noordhuis
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-02src: add CollectExceptionInfo & errors.SystemErrorJames M Snell
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-12src: add internalBindings for binding isolationBradley Farias
2017-10-11module: resolve and instantiate loader pipeline hooksguybedford
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-21src: prepare platform for upstream V8 changesAnna 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-07module: Allow runMain to be ESMBradley Farias
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-04http2: introducing HTTP/2James M Snell
2017-06-15inspector,cluster: fix inspect port assignmentcornholio
2017-06-13zlib: improve performanceBrian White
2017-05-27async_hooks: implement C++ embedder APIAnna Henningsen
2017-04-19src: add --pending-deprecation and NODE_PENDING_DEPRECATIONJames M Snell
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-03-14fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-24src, i18n: cleanup usage of MaybeStackBufferTimothy Gu
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-01-30process: add --redirect-warnings command line argumentJames M Snell
2017-01-26src: move trace_event.h include to internal headerBen Noordhuis
2016-11-23src: add wrapper for process.emitWarning()Sam Roberts