summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-09-08src: add support to pass flags to dlopenEzequiel Garcia
2017-09-08promises: more robust stringificationTimothy Gu
2017-09-08fs: add fs.copyFile{Sync}cjihrig
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-09-06src: turn key length exception into CHECKBen Noordhuis
2017-09-06src: fix DEBUG_HTTP2 type argumentsDaniel Bevenius
2017-09-05vm: support parsing a script in a specific contextTimothy Gu
2017-09-04crypto: accept decimal Number in randomBytesBenjamin Gruenbaum
2017-09-03src: fix compiler warnings in node_perf.ccDaniel Bevenius
2017-09-01doc,lib,src,test: strip executable bits off filesAnna Henningsen
2017-09-01src: remove unused persistent properties from envAnna Henningsen
2017-08-30n-api: adds function to adjust external memoryChris Young
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-30crypto: fix error of createCipher in wrap modeShigeki Ohtsu
2017-08-29meta: merge TSC and CTC back into a single bodyJames M Snell
2017-08-28perf_hooks: fix presumed typo in node_perf.ccAnna Henningsen
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-24src: use proper errors as coming from StringBytesAnna Henningsen
2017-08-23src: fix build on certain platformsAnna Henningsen
2017-08-24http2: ignore invalid headers explicitlyAnna Henningsen
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23src: replace assert() with CHECK()Ben Noordhuis
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell