summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2017-08-23src: remove unnecessary helper functionBrian White
2017-08-22crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-21src: detect nul bytes in InternalModuleReadFile()Ben Noordhuis
2017-08-21src: remove extra copy from Copy() in node_url.ccAnna Henningsen
2017-08-18src: miscellaneous cleanups for node_configJames M Snell
2017-08-18src: minor cleanup for node_revertJames M Snell
2017-08-17http2: minor refactor of passing headers to JSAnna Henningsen
2017-08-17src: use `unordered_set` instead of custom rb treeAnna Henningsen
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17tracing: Update to use new Platform tracing apisMatt Loring
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-16http2: handful of http/2 src cleanupsJames M Snell
2017-08-14async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-14async_wrap: unroll unnecessarily DRY codeTrevor Norris
2017-08-14async_hooks: improve comments and function namesTrevor Norris