summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-19build: move to `npm ci` where possibleRich Trott
2018-07-19http2: remove unused nghttp2 error listAnna Henningsen
2018-07-19tools: make getnodeversion.py python3-compatiblesilverwind
2018-07-19src: use offset calc. instead of `req->data` in node_fileAnna Henningsen
2018-07-19tools: properly convert .gypi in install.pyMichael Achenbach
2018-07-19deps: cherry-pick 907d7bc from upstream V8Michaël Zasso
2018-07-19deps: cherry-pick 2075910 from upstream V8Michaël Zasso
2018-07-19src: prepare for V8 Swallowed Rejection HookBenedikt Meurer
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-07-18test: refactor test-module-loading assertionsBruno Pinho
2018-07-18benchmark: remove arrays benchmarkPeter Marshall
2018-07-182018-07-18, Version 10.7.0 (Current)Michaël Zasso
2018-07-18doc: add missing `require` to example in http2.mdKevin Simper
2018-07-18doc: make minor improvements to collab guideRich Trott
2018-07-18test: fix faulty relpath testGus Caplan
2018-07-18doc: fix worker example to receive messageSakthipriyan Vairamani (thefourtheye)
2018-07-18tls: named anonymous functions in _tls_wrap.jsprayag21
2018-07-18trace_events: add more process metadataJames M Snell
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-18stream: name anonymous function in _stream_writable.jsmariotsi
2018-07-18stream: named anonymous functions in _stream_readable.jsSimionescu, Radu
2018-07-18src: avoid unnecessarily formatting a warningTobias Nießen
2018-07-18crypto: add better scrypt option aliasesAnna Henningsen
2018-07-18tls: name anonymous function in tls.jsKevin Lacabane
2018-07-18http: name anonymous function in _http_common.jsPetras
2018-07-18test: remove 3rd arg from to assert.strictEqual()hectorcoronado
2018-07-18crypto: add support for OCB mode for AEADTobias Nießen
2018-07-17test: add support for NODE_TEST_DIR on a separate mount pointAntoine du HAMEL
2018-07-18crypto: prevent Sign::SignFinal from crashingTobias Nießen
2018-07-17buffer: remove superfluous assignmentTobias Nießen
2018-07-17src: include cwd in chdir error messageAnna Henningsen
2018-07-17test: move inspector test back to parallel, unmark flakyAnna Henningsen
2018-07-16lib: update punycode to 2.1.1Rich Trott
2018-07-16test: fix build warnings in bigint N-API testAnna Henningsen
2018-07-16test: refactor test-tls-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: refactor test-net-connect-memleak, move to parallelAnna Henningsen
2018-07-16test: add gc tracking to common APIAnna Henningsen
2018-07-16http2: fix issues with aborted `respondWithFile()`sAnna Henningsen
2018-07-16build: account for pure C sources in `build-addons-napi`Anna Henningsen
2018-07-16lib,src: replace all C++ promises with JS promisesRuben Bridgewater
2018-07-16doc: add documentation for buffer.byteOffsetAndreas Madsen
2018-07-16test: improve inspect readabilityRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16process: refactor emitWarningRuben Bridgewater
2018-07-16assert: improve simple assertRuben Bridgewater
2018-07-16console: fix timeEnd() not coercing the inputRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-07-15test: fix flaky test-debug-promptRich Trott
2018-07-16test: fix comment of fs.promises writeRyuichi Sakagami
2018-07-16test: add test of fs.promises write for non-string buffersRyuichi Sakagami