summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2018-05-29, Version 10.3.0 (Current)v10.3.0v10.3.0-proposalMyles Borins2018-05-293-4/+64
* tools: update tools/doc/package-lock.jsonRich Trott2018-05-291-0/+31
* stream: fix removeAllListeners() for Stream.ReadableKael Zhang2018-05-292-1/+14
* Revert "repl: add friendly tips about how to exit repl"cjihrig2018-05-292-38/+4
* doc: fix doc for napi_get_typedarray_infoMichael Dawson2018-05-291-3/+8
* test: improve assert test hygieneRich Trott2018-05-291-20/+27
* test: isolate unusual assert test in its own fileRich Trott2018-05-292-39/+44
* test: fix test failure on aixRuben Bridgewater2018-05-291-1/+1
* doc: add jdalton to collaboratorsJohn-David Dalton2018-05-291-0/+2
* lib: use object destructuring for ContextifyScriptDaniel Bevenius2018-05-291-1/+1
* build,win: disable DLL-interface warningsBert Belder2018-05-291-4/+12
* tools: fix sorting in doc/type-parser.jsVse Mozhet Byt2018-05-291-2/+2
* doc: mark Node 4 as EOL in changelogTeddy Katz2018-05-291-1/+1
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-2933-122/+124
* src: add CHECK_IMPLIES macroTobias Nießen2018-05-295-8/+7
* fs: fix reads with pos > 4GBMathias Buus2018-05-292-2/+17
* test: improve error message in async-wrap testRich Trott2018-05-291-1/+2
* test: reduce runtimeRuben Bridgewater2018-05-292-10/+12
* deps: cherry-pick 6989b3f6d7 from V8 upstreamTimothy Gu2018-05-2512-46/+119
* src: fix MallocedBuffer move assignment operatorAnna Henningsen2018-05-251-1/+1
* test: remove message argument from strictEqual()sagirk2018-05-251-2/+2
* test: remove string literal from strictEqualAbhimanyuVashisht2018-05-251-4/+2
* doc: update the notable changesRuben Bridgewater2018-05-251-1/+6
* doc: fix outdated link FSEventsamitbend2018-05-251-1/+1
* src: move DeleteFnPtr into util.hAnna Henningsen2018-05-252-9/+9
* module: name anonymous function for debuggingNicholas Dangles2018-05-251-1/+1
* test: include port in assertion messagenam2018-05-251-2/+4
* deps: upgrade npm to 6.1.0Rebecca Turner2018-05-254630-169616/+142090
* doc: fix filehandle.truncate() sample codesMasashi Hirano2018-05-251-4/+20
* net: allow IPC servers be accessible by allBartosz Sosnowski2018-05-255-0/+58
* lib: remove unnecessary string interpolationDaniel Bevenius2018-05-251-1/+1
* n-api: throw when entry point is nullGabriel Schulhof2018-05-254-0/+24
* doc: removed LTS label from v4 in doc version pickerChris Young2018-05-251-1/+1
* meta: add link to unofficial discordGus Caplan2018-05-251-0/+1
* test: improve coverage for readline.InterfaceMasashi Hirano2018-05-251-0/+171
* src,doc: add doc of --prof flag to help commandohbarye2018-05-253-1/+12
* assert: handle undefined filename in getErrMessageTim Seckinger2018-05-252-0/+14
* net: remove unnecessary variableschainhelen2018-05-251-3/+2
* test: use log only in test-child-process-fork-netRich Trott2018-05-251-14/+13
* test: changed assert message from string literal to template literalCoreyGMartin2018-05-251-2/+5
* doc: fix incorrect fs.readFileSync example outputTeddy Katz2018-05-251-1/+1
* Working on v10.2.2Myles Borins2018-05-241-2/+2
* 2018-05-24, Version 10.2.1 (Current)v10.2.1v10.2.1-proposalMyles Borins2018-05-242-1/+16
* http: fix res emit close before user finishRobert Nagy2018-05-242-4/+17
* src: re-integrate headers into node.hAnna Henningsen2018-05-247-174/+137
* test: mark test-zlib.zlib-binding.deflate as flakyMatheus Marchini2018-05-241-0/+22
* Working on v10.2.1Myles Borins2018-05-231-1/+1
* 2018-05-23, Version 10.2.0 (Current)v10.2.0v10.2.0-proposalAnna Henningsen2018-05-238-14/+250
* inspector: get rid of the make_uniqueEugene Ostroukhov2018-05-232-4/+6
* test: test about:blank against invalid WHATWG URLJoyee Cheung2018-05-232-15/+36