summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2018-11-27, Version 10.13.1 'Dubnium' (LTS)v10.13.1-proposalShelley Vohr2018-11-273-3/+341
* deps: cherry-pick 2987946 from upstream V8Refael Ackermann2018-11-272-26/+3
* doc: fix dublication in net.createServer() docsIvan Filenko2018-11-271-4/+3
* doc: address bits of proof reading workJagannath Bhat2018-11-271-3/+3
* doc: revise COLLABORATOR_GUIDE.mdRich Trott2018-11-271-9/+6
* doc: simplify CODE_OF_CONDUCT.mdRich Trott2018-11-271-6/+2
* doc: revise CHANGELOG.md textRich Trott2018-11-271-10/+3
* tools: update alternative docs versionsRichard Lau2018-11-271-1/+2
* test: assert that invalidcmd throws error codeJerome Covington2018-11-271-4/+3
* test: fix strictEqual arguments orderEsteban Sotillo2018-11-271-2/+2
* test: add property for RangeError in test-buffer-copymritunjaygoutam122018-11-271-5/+13
* child_process: handle undefined/null for fork() argsShobhit Chittora2018-11-273-0/+43
* test: fix test-fs-watch-system-limitAli Ijaz Sheikh2018-11-271-0/+15
* doc: improve COLLABORATOR_GUIDEJagannath Bhat2018-11-271-2/+2
* doc: improve BUILDING.mdJagannath Bhat2018-11-271-8/+8
* doc: add types and their corresponding return valuesOuyang Yadong2018-11-276-1/+22
* build: make benchmark/napi all prereq order-onlyDaniel Bevenius2018-11-271-4/+4
* src: fix fully-static & large-pages combinationSuresh Srinivas2018-11-271-2/+4
* build: add -Werror=undefined-inline to clang buildsRefael Ackermann2018-11-271-0/+4
* deps,v8: fix gypfile bugRefael Ackermann2018-11-273-166/+115
* build: configure default v8_optimized_debugRefael Ackermann2018-11-272-4/+7
* src: use "constants" string instead of creating new oneOuyang Yadong2018-11-263-3/+3
* test: run code cache test by default and test generatorJoyee Cheung2018-11-263-17/+88
* lib: fix code cache generationJoyee Cheung2018-11-261-1/+12
* lib: remove useless cwd in posix.resolveZYSzys2018-11-261-4/+1
* src,win: informative stack tracesRefael Ackermann2018-11-262-30/+123
* doc: add branding to style guideRich Trott2018-11-261-0/+2
* doc: use Node.js instead of NodeRich Trott2018-11-266-11/+12
* doc: revise BUILDING.mdRich Trott2018-11-261-9/+8
* doc: clarify fd behaviour with {read,write}FileSakthipriyan Vairamani (thefourtheye)2018-11-261-8/+27
* os: fix memory leak in `userInfo()`Anna Henningsen2018-11-261-1/+2
* doc: fix typographical issuesDenis McDonald2018-11-261-4/+4
* doc: document HPE_HEADER_OVERFLOW errorSam Roberts2018-11-261-0/+8
* doc: add documentation for http.IncomingMessage$completeJames M Snell2018-11-261-0/+28
* doc: remove mailing listRich Trott2018-11-262-5/+0
* doc: remove notice of dashes in V8 optionsDenys Otrishko2018-11-2614-34/+20
* doc: rename README section for Release KeysRich Trott2018-11-261-7/+7
* doc: add note about ABI compatibilityMyles Borins2018-11-261-0/+11
* tools: update ESLint to 5.8.0cjihrig2018-11-2633-6386/+1583
* doc: add optional callback to socket.end()Ajido2018-11-261-2/+3
* doc: make example more clarified in cluster.mdZYSzys2018-11-261-2/+2
* test: fix regression when compiled with FIPSAdam Majer2018-11-261-1/+1
* benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt2018-11-261-1/+1
* doc: simplify valid security issue descriptionsRich Trott2018-11-261-5/+4
* test: fix strictEqual() argument orderLoic2018-11-261-1/+1
* test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen2018-11-264-1/+81
* doc: simplify path.basename() on POSIX and WindowsZYSzys2018-11-261-3/+1
* doc: document nullptr comparisons in style guideAnna Henningsen2018-11-261-0/+7
* build,meta: switch to gcc-4.9 on travisRefael Ackermann2018-11-261-7/+8
* build: add lint-py which uses flake8cclauss2018-11-263-1/+28