summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-14buffer: optimize from() and byteLength()Brian White
2017-04-14n-api: fix coverity scan reportMichael Dawson
2017-04-14n-api: add string api for latin1 encodingSampson Gao
2017-04-14build: run cpplint even if jslint failedRuslan Bekenev
2017-04-14doc: response.write ignores body in some casesRuslan Bekenev
2017-04-14doc: add AnnaMag to collaboratorsAnnaMag
2017-04-14url: disallow invalid IPv4 in IPv6 parserDaijiro Wachi
2017-04-14crypto: make LazyTransform compabile with Streams1Matteo Collina
2017-04-14stream: Fixes missing 'unpipe' eventChristopher Luke
2017-04-14benchmark,windows: TCP.readStart() meaningful only after completionRefael Ackermann
2017-04-13build: disable -O3 for C++ coverageAnna Henningsen
2017-04-13test: run the addon tests lastSebastian Van Sande
2017-04-13doc: limit lines to 80 cols in internal READMEEvan Lucas
2017-04-13test: improve punycode coverage to check surrogate pairNao YONASHIRO
2017-04-13src: remove experimental warning for inspectJosh Gavant
2017-04-13test: fix compiler warning in n-api testAnna Henningsen
2017-04-13test: remove disabled test-dgram-send-errorRich Trott
2017-04-13doc: add single arg scenario for util.formatTarun Batra
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-13src: supply missing comments for CLI optionsSam Roberts
2017-04-13tools: enforce two arguments in assert.throwsMichaël Zasso
2017-04-13test: add second argument to assert.throwsMichaël Zasso
2017-04-13doc: add missing changelog entry for fs.readdir()Shubheksha Jalan
2017-04-13benchmark: replace more [].join() with ''.repeat()Vse Mozhet Byt
2017-04-12test: remove common.fail()Rich Trott
2017-04-12tools: remove assert.fail() lint ruleRich Trott
2017-04-12assert: improve assert.fail() APIRich Trott
2017-04-12tools: replace custom assert.fail lint ruleRich Trott
2017-04-12test: improve test coverage for n-apiMichael Dawson
2017-04-12doc: drop PPC BE from supported platformsMichael Dawson
2017-04-12url: remove javascript URL special caseDaijiro Wachi
2017-04-12zlib: support all ArrayBufferView typesTimothy Gu
2017-04-12crypto: support all ArrayBufferView typesTimothy Gu
2017-04-12test: add common.getArrayBufferViews(buf)Timothy Gu
2017-04-12src: allow ArrayBufferView as instance of BufferTimothy Gu
2017-04-12src: make AtExit callback's per EnvironmentDaniel Bevenius
2017-04-12src: guard bundled_ca/openssl_ca with HAVE_OPENSSLDaniel Bevenius
2017-04-12src: guard default_inspector_portDaniel Bevenius
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-11deps: cherry-pick node-inspect#43Ali Ijaz Sheikh
2017-04-12doc: modernize and fix code examples in path.mdVse Mozhet Byt
2017-04-11inspector: fix Coverity defectsEugene Ostroukhov
2017-04-112017-04-11, Version 7.9.0 (Current)Italo A. Casas
2017-04-11n-api: fix -Wmismatched-tags compiler warningBen Noordhuis
2017-04-11deps,win: increase msvs_shard in gyp for V8João Reis
2017-04-11build,win: limit maxcpucount to 2 for MSBuildJoão Reis
2017-04-11test: fix allocUnsafe uninitialized buffer checkKarl Cheng
2017-04-11doc: update os.uptime() and process.uptime() infoVse Mozhet Byt
2017-04-11doc: add link on logo to READMERoman Reiss
2017-04-10test: remove disabled tls_server.jsRich Trott