summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cluster: add support for NODE_OPTIONS="--inspect"Sameer Srivastava2018-03-212-1/+34
* tools,lib: forbid native Error constructorsMichaël Zasso2018-03-2116-0/+39
* fs,cluster,net: assign error codes to remaining errorsMichaël Zasso2018-03-217-19/+32
* test: move ESM fixtures to fixtures dirMichaël Zasso2018-03-2124-40/+30
* net: emit 'close' after 'end'Luigi Pinca2018-03-2112-31/+82
* test: refactor test-cluster-send-deadlockLuigi Pinca2018-03-211-8/+14
* doc: fix changelogMyles Borins2018-03-211-1/+1
* 2018-03-21, Version 9.9.0 (Current)Myles Borins2018-03-217-11/+171
* crypto: doc-only deprecate createCipher/DecipherTobias Nießen2018-03-212-0/+26
* tools: fix nits in tools/doc/preprocess.jsVse Mozhet Byt2018-03-211-7/+7
* deps: patch V8 to 6.5.254.41Myles Borins2018-03-213-4/+25
* doc: fix paragraph order in stream.mdVse Mozhet Byt2018-03-211-37/+37
* doc: update collaborator guideRuben Bridgewater2018-03-212-79/+135
* doc: add note about browsers and HTTP/2Steven2018-03-201-4/+16
* doc: fix/improve inspector profiler exampleAli Ijaz Sheikh2018-03-201-2/+5
* n-api: add napi_fatal_exceptionMathias Buus2018-03-208-4/+105
* test: refactor test-fs-readfile-tostring-failRich Trott2018-03-201-3/+2
* doc: add trivikr to collaboratorsTrivikram2018-03-201-0/+2
* tools: fix logic nit in tools/doc/generate.jsVse Mozhet Byt2018-03-201-1/+1
* async_hooks: add copyHooks functionDaniel Bevenius2018-03-201-10/+10
* src: remove unused stdlib.h includeDaniel Bevenius2018-03-206-6/+0
* perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell2018-03-191-1/+1
* net: emit error on invalid address familycjihrig2018-03-194-1/+23
* test: fix flaky test-http2-ping-floodRich Trott2018-03-192-11/+14
* n-api: separate out async_hooks testGabriel Schulhof2018-03-192-38/+44
* doc: add note to readable stream async iteratorIvan Filenko2018-03-181-1/+4
* fs: improve errors in watchFile and unwatchFileJoyee Cheung2018-03-195-22/+109
* fs: remove watcher state errors for fs.watchJoyee Cheung2018-03-194-34/+12
* fs: fix memory leak in WriteStringJoyee Cheung2018-03-192-17/+46
* deps: patch V8 to 6.5.254.40Myles Borins2018-03-183-3/+3
* src: fix minor typo in comment stream_base.hDaniel Bevenius2018-03-181-1/+1
* test: rename regression tests file namesUjjwal Sharma2018-03-188-40/+64
* http2: some general code improvementsJames M Snell2018-03-181-49/+21
* http2: clean up Http2SettingsJames M Snell2018-03-182-54/+16
* http2: don't aggressively inlineJames M Snell2018-03-182-155/+145
* crypto: deprecate Decipher.finaltolTobias Nießen2018-03-183-4/+32
* src: fix indentation of params in env-inl.hDaniel Bevenius2018-03-181-4/+4
* async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius2018-03-182-4/+8
* src: make AsyncWrap constructors delegateDaniel Bevenius2018-03-182-18/+12
* Revert "util: use blue on non-windows systems for number/bigint"Ruben Bridgewater2018-03-172-5/+3
* fs: fix `createReadStream(…, {end: n})` for non-seekable fdsAnna Henningsen2018-03-172-2/+36
* util: add boxed BigInt formatting to util.inspectMichaël Zasso2018-03-172-0/+9
* n-api: add missing exception checkingMichael Dawson2018-03-162-5/+22
* perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell2018-03-167-28/+92
* test: fix flaky test-http2-settings-floodRich Trott2018-03-162-11/+15
* doc: fix typos on n-apiKyle Robinson Young2018-03-161-8/+8
* src: remove unused uv.h include from async_wrap.ccDaniel Bevenius2018-03-161-1/+0
* src: fix indenting of wrap->EmitTraceEventBeforeDaniel Bevenius2018-03-161-1/+1
* src: add extractPromiseWrap functionDaniel Bevenius2018-03-161-12/+9
* doc: fix punctuation issue in async_hooks.mdRich Trott2018-03-151-1/+1