summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-01doc: revise CHANGELOG.md textRich Trott
2018-11-02tools: update alternative docs versionsRichard Lau
2018-11-02doc: fix headings for CHANGELOG_v10.mdMyles Borins
2018-11-01test: assert that invalidcmd throws error codeJerome Covington
2018-11-01test: fix strictEqual arguments orderEsteban Sotillo
2018-11-01test: add property for RangeError in test-buffer-copymritunjaygoutam12
2018-11-01child_process: handle undefined/null for fork() argsShobhit Chittora
2018-11-01module: support multi-dot file extensionGeoffrey Booth
2018-11-01test: fix test-fs-watch-system-limitAli Ijaz Sheikh
2018-11-01doc: improve COLLABORATOR_GUIDEJagannath Bhat
2018-11-01doc: improve BUILDING.mdJagannath Bhat
2018-11-02doc: add types and their corresponding return valuesOuyang Yadong
2018-11-01build: make benchmark/napi all prereq order-onlyDaniel Bevenius
2018-10-31doc: add branding to style guideRich Trott
2018-10-31doc: use Node.js instead of NodeRich Trott
2018-10-31doc: revise BUILDING.mdRich Trott
2018-10-31src: fix fully-static & large-pages combinationSuresh Srinivas
2018-10-31test: fixed error message in test-buffer-readArvind Pandey
2018-10-31build: add -Werror=undefined-inline to clang buildsRefael Ackermann
2018-10-31deps,v8: fix gypfile bugRefael Ackermann
2018-10-31build: configure default v8_optimized_debugRefael Ackermann
2018-10-31lib: enable TypedArray and DataView for the v8 moduleOuyang Yadong
2018-10-31doc: clarify fd behaviour with {read,write}FileSakthipriyan Vairamani (thefourtheye)
2018-10-30doc: moved test instructions to BUILDING.mdKamat, Trivikram
2018-10-31os: fix memory leak in `userInfo()`Anna Henningsen
2018-10-31doc: fix typographical issuesDenis McDonald
2018-10-30doc: sort markdown refs in errorsSam Roberts
2018-10-31doc: remove "idiomatic choice" from queueMicrotaskRod Vagg
2018-10-30doc: document HPE_HEADER_OVERFLOW errorSam Roberts
2018-10-30src: use "constants" string instead of creating new oneOuyang Yadong
2018-10-30doc: add documentation for http.IncomingMessage$completeJames M Snell
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-302018-10-30 Version 10.13.0 'Dubnium' (LTS)Myles Borins
2018-10-30src: fix compiler warningcjihrig
2018-10-30test: run code cache test by default and test generatorJoyee Cheung
2018-10-30lib: fix code cache generationJoyee Cheung
2018-10-30lib: remove useless cwd in posix.resolveZYSzys
2018-10-29doc: remove mailing listRich Trott
2018-10-29src,win: informative stack tracesRefael Ackermann
2018-10-29doc: remove notice of dashes in V8 optionsDenys Otrishko
2018-10-29doc: rename README section for Release KeysRich Trott
2018-10-29doc: add note about ABI compatibilityMyles Borins
2018-10-29test: add test-benchmark-http2Rich Trott
2018-10-29tools: update ESLint to 5.8.0cjihrig
2018-10-29doc: add optional callback to socket.end()Ajido
2018-10-28doc: make example more clarified in cluster.mdZYSzys
2018-10-28src: improve StreamBase write throughputAnna Henningsen
2018-10-28test: fix regression when compiled with FIPSAdam Majer
2018-10-28benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt
2018-10-28repl: support top-level for-await-ofShelley Vohr