summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* deps: update V8 to 7.1.302.28Michaël Zasso2018-12-061526-41694/+78425
* tools: prepare tools/install.py for Python 3cclauss2018-12-061-6/+7
* Revert "lib: repl multiline history support"Ruben Bridgewater2018-12-053-34/+0
* Revert "repl: handle buffered string logic on finish"Ruben Bridgewater2018-12-052-10/+4
* http: make parser choice a runtime flagAnna Henningsen2018-12-0629-85/+157
* build: add '.git' to 'make lint-py' exclude listcclauss2018-12-051-1/+1
* build,win: pack the install-tools scripts for distRefael Ackermann2018-12-052-28/+31
* lib: remove some useless assignmentsGus Caplan2018-12-053-6/+2
* url: support LF, CR and TAB in pathToFileURLCharles Samborski2018-12-052-3/+120
* doc: mention util depth default changeRuben Bridgewater2018-12-051-0/+3
* doc: list all versions WHATWG URL api was addedThomas Watson2018-12-051-7/+27
* buffer: remove checkNumberType()cjihrig2018-12-051-33/+29
* tools: replace rollup with nccRich Trott2018-12-054-21247/+26582
* win: do not use Boxstarter to install toolsJoão Reis2018-12-054-53/+16
* doc: add authority and scheme psuedo headersKenigbolo Meya Stephen2018-12-051-0/+20
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-0516-18/+25
* doc: add internal functionality details of util.inheritsRuben Bridgewater2018-12-051-0/+2
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-0526-0/+43
* lib: remove `inherits()` usageRuben Bridgewater2018-12-0526-72/+50
* build: fix check-xz for platforms defaulting to shRod Vagg2018-12-041-2/+2
* test: remove unused addons-napi directoryRich Trott2018-12-041-1/+1
* test: add .gitignore file for node-apiRich Trott2018-12-041-0/+1
* doc: add triaging section to releases.mdBeth Griggs2018-12-041-7/+32
* doc: use author's titles for linked resourcesRich Trott2018-12-041-2/+3
* build: make tar.xz creation opt-out, fail if no xzRod Vagg2018-12-041-8/+24
* test: partition N-API testsGabriel Schulhof2018-12-04179-444/+662
* doc: revise code review guidelinesRich Trott2018-12-041-16/+9
* process: provide dummy stdio for non-console Windows appsAnna Henningsen2018-12-044-26/+68
* dns: simplify dns.promises warning logiccjihrig2018-12-041-5/+3
* fs: simplify fs.promises warning logiccjihrig2018-12-041-4/+2
* test: fix `common.mustNotCall()` usage in HTTP testAnna Henningsen2018-12-041-1/+1
* doc: add a note on usage scope of AliasedBufferGireesh Punathil2018-12-041-0/+17
* test: use ES2017 syntax in test-fs-open-*jy952018-12-042-16/+12
* test: check for the correct strict equal arguments orderRuben Bridgewater2018-12-043-7/+6
* lib: remove duplicated noop functionZYSzys2018-12-041-1/+0
* src: fix type mismatch warnings from missing privSam Roberts2018-12-0343-45/+96
* test: add flag scenario in test-fs-write-file-syncGireesh Punathil2018-12-031-0/+9
* src: move version metadata into node_metadata{.h, .cc}Joyee Cheung2018-12-034-90/+117
* src: move READONLY_* macros into util.hJoyee Cheung2018-12-033-71/+43
* http: destroy the socket on parse errorLuigi Pinca2018-12-032-2/+46
* doc: hide undocumented object artifacts in async_hooksGireesh Punathil2018-12-031-7/+10
* src: use NativeModuleLoader to compile all the bootstrappersJoyee Cheung2018-12-047-1074/+975
* doc: fix added version of randomFill+randomFillSyncThomas Watson2018-12-031-2/+6
* doc: streamline Accepting Modifications in Collaborator GuideRich Trott2018-12-031-3/+2
* doc: make release README link be consistent with textZYSzys2018-12-031-1/+1
* doc: fix REPLACEME for tls min/max protocol optionSam Roberts2018-12-031-4/+4
* src: use custom TryCatch subclassGus Caplan2018-12-0310-75/+116
* 2018-12-03, Version 6.15.1 'Boron' (LTS)Rod Vagg2018-12-042-1/+14
* test: improve comparison coverage to 100%Ruben Bridgewater2018-12-031-0/+3
* assert,util: fix sparse array comparisonRuben Bridgewater2018-12-032-5/+15