summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-09-25src: correct typo in trace_event headerDaniel Bevenius
2017-09-24url: fix windows drive letter handlingBenjamin Coe
2017-09-24src: add --pending-deprecation to NODE_OPTIONSThomas Corbière
2017-09-24n-api: fix warning about size_t compare with intSampson Gao
2017-09-24src: remove unused constant from node_perf.hAnna Henningsen
2017-09-23src: minor c++ refactors to module_wrapAnna Henningsen
2017-09-23async_hooks: support promise resolve hookAnna Henningsen
2017-09-22src: do not include internals from node_buffer.hAnna Henningsen
2017-09-22dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-09-22src: use UV_EINVAL instead of EINVAL in udp_wrapDaniel Bevenius
2017-09-22fs: add O_DSYNCJussi Räsänen
2017-09-21src: constify PerformanceEntry data membersBen Noordhuis
2017-09-21src: return references from getters, not copiesBen Noordhuis
2017-09-21src: handle uv_async_init() failureBen Noordhuis
2017-09-21src: remove unused static variableBen Noordhuis
2017-09-21src: prepare platform for upstream V8 changesAnna Henningsen
2017-09-20src: fix compiler warning in udp_wrap.ccDaniel Bevenius
2017-09-20domain: remove `.dispose()`Anna Henningsen
2017-09-20http2: expand list of known headersAnatoli Papirovski
2017-09-20crypto: support multiple ECDH curves and autoRoga Pria Sembada
2017-09-19n-api: remove n-api module loading flagGabriel Schulhof
2017-09-19src: remove outdated todo from node_crypto.ccBartek Szczepański
2017-09-18n-api: add optional string length parametersSampson Gao
2017-09-18crypto: refactor the crypto moduleJames M Snell
2017-09-18src: use InstantiateModule instead of deprecatedDaniel Bevenius
2017-09-15module: coverity fixes for ESM C++Bradley Farias
2017-09-15src: keep track of env properly in node_perf.ccAnna Henningsen
2017-09-14n-api: napi_is_construct_call->napi_get_new_targetSampson Gao
2017-09-14n-api: Context for custom async operationsJason Ginchereau
2017-09-14n-api: refactor napi_addon_register_funcTaylor Woll
2017-09-14src: fix typo in probe descriptionEvan Lucas
2017-09-14n-api: change async resource name to napi_valueJason Ginchereau
2017-09-14src: move DomainEnter,DomainExit to node.ccAnna Henningsen
2017-09-14n-api: use AsyncResource for Work trackingAnna Henningsen
2017-09-14src: remove virtually unused ExecScopeAnna Henningsen
2017-09-14src: refactor async callback handlingAnna Henningsen
2017-09-14src: make in_makecallback() getter constAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-14dgram: added setMulticastInterface()Will Young
2017-09-13http2: custom promisify for http2.connectJames M Snell
2017-09-13http2: improve http2 coverageJames M Snell
2017-09-13src: remove unused perf_hooks uv handlesJames M Snell
2017-09-13http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-13dgram: support for setting socket buffer sizeDamien O'Reilly
2017-09-13src: fix SmartOS compilationMichaël Zasso
2017-09-13src: update NODE_MODULE_VERSION to 58Michaël Zasso
2017-09-13n-api: stop creating references to primitivesGabriel Schulhof
2017-09-11crypto: fix Node_SignFinalDavid Benjamin
2017-09-10intl: unexpose Intl.v8BreakIteratorBen Noordhuis
2017-09-10n-api: implement napi_run_scriptGabriel Schulhof