aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-21doc: update collaborator guideRuben Bridgewater
2018-03-20doc: add note about browsers and HTTP/2Steven
2018-03-20doc: fix/improve inspector profiler exampleAli Ijaz Sheikh
2018-03-20n-api: add napi_fatal_exceptionMathias Buus
2018-03-20test: refactor test-fs-readfile-tostring-failRich Trott
2018-03-20doc: add trivikr to collaboratorsTrivikram
2018-03-20tools: fix logic nit in tools/doc/generate.jsVse Mozhet Byt
2018-03-20async_hooks: add copyHooks functionDaniel Bevenius
2018-03-20src: remove unused stdlib.h includeDaniel Bevenius
2018-03-19perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell
2018-03-19net: emit error on invalid address familycjihrig
2018-03-19test: fix flaky test-http2-ping-floodRich Trott
2018-03-19n-api: separate out async_hooks testGabriel Schulhof
2018-03-18doc: add note to readable stream async iteratorIvan Filenko
2018-03-19fs: improve errors in watchFile and unwatchFileJoyee Cheung
2018-03-19fs: remove watcher state errors for fs.watchJoyee Cheung
2018-03-19fs: fix memory leak in WriteStringJoyee Cheung
2018-03-18deps: patch V8 to 6.5.254.40Myles Borins
2018-03-18src: fix minor typo in comment stream_base.hDaniel Bevenius
2018-03-18test: rename regression tests file namesUjjwal Sharma
2018-03-18http2: some general code improvementsJames M Snell
2018-03-18http2: clean up Http2SettingsJames M Snell
2018-03-18http2: don't aggressively inlineJames M Snell
2018-03-18crypto: deprecate Decipher.finaltolTobias Nießen
2018-03-18src: fix indentation of params in env-inl.hDaniel Bevenius
2018-03-18async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius
2018-03-18src: make AsyncWrap constructors delegateDaniel Bevenius
2018-03-17Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater
2018-03-17fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen
2018-03-17util: add boxed BigInt formatting to util.inspectMichaël Zasso
2018-03-16n-api: add missing exception checkingMichael Dawson
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-16test: fix flaky test-http2-settings-floodRich Trott
2018-03-16doc: fix typos on n-apiKyle Robinson Young
2018-03-16src: remove unused uv.h include from async_wrap.ccDaniel Bevenius
2018-03-16src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius
2018-03-16src: add extractPromiseWrap functionDaniel Bevenius
2018-03-15doc: fix punctuation issue in async_hooks.mdRich Trott
2018-03-15n-api,test: add int64 bounds testsKyle Farnung
2018-03-15assert: improve assert()/assert.ok() performanceBrian White
2018-03-15child_process: define EACCES as a runtime errorGireesh Punathil
2018-03-15src: simplify Environment::HandleCleanupJoyee Cheung
2018-03-15src: call CleanupHandles in FreeEnvironmentJoyee Cheung
2018-03-15build: disable V8 untrusted code mitigationsMichaël Zasso
2018-03-15deps: allow disabling V8 untrusted code mitigationsMichaël Zasso
2018-03-15lib: add back lib/module.js redirectionJoyee Cheung
2018-03-15lib: restructure cjs and esm loadersJoyee Cheung
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-15test: remove NODE_DEBUG in global module loading testJoyee Cheung
2018-03-15http: align parser with StreamBase interface changesAnna Henningsen