summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2019-12-10, Version 10.17.1 'Dubnium' (LTS)v10.17.1-proposalBeth Griggs2019-12-063-2/+27
* http2: fix session memory accounting after pausingMichael Lehenbauer2019-12-062-1/+59
* stream: extract Readable.from in its own fileMatteo Collina2019-12-043-35/+51
* http2: use the latest settingsZYSzys2019-12-042-1/+15
* test: do not fail SLOW tests if they are not slowYang Guo2019-12-041-0/+3
* build,win: propagate error codes in vcbuildJoão Reis2019-12-031-2/+5
* build,win: add test-ci-native and test-ci-jsJoão Reis2019-12-032-2/+10
* n-api: correct bug in napi_get_last_errorOctavian Soldea2019-12-032-4/+10
* deps: V8: backport fb63e5cf55e9Michaël Zasso2019-12-033-2/+23
* tools: update tzdata to 2019cMyles Borins2019-12-031-0/+0
* lib: fix comment nits in bootstrap\loaders.jsVse Mozhet Byt2019-11-221-11/+11
* tools: move python code out of jenkins shellSam Roberts2019-11-194-0/+18
* tools: fix v8 testing with devtoolset on ppcleSam Roberts2019-11-191-3/+7
* build: fix configure script to work with Apple Clang 11Saagar Jha2019-11-191-1/+1
* Working on v10.17.1Beth Griggs2019-10-221-2/+2
* 2019-10-22, Version 10.17.0 'Dubnium' (LTS)v10.17.0v10.17.0-proposalBeth Griggs2019-10-2211-19/+93
* crypto: add support for chacha20-poly1305 for AEADchux05192019-10-214-26/+75
* deps: update npm to 6.11.3claudiahdz2019-10-19300-1769/+2130
* deps: update npm to 6.10.3isaacs2019-10-19182-351/+676
* deps: upgrade npm to 6.10.2isaacs2019-10-19603-22583/+12015
* deps: upgrade npm to 6.10.0isaacs2019-10-19778-12245/+19809
* crypto: fix rsa key gen with non-default exponentSam Roberts2019-10-182-2/+4
* doc: move dns.promises to stable statuscjihrig2019-10-181-1/+1
* dns: make dns.promises enumerablecjihrig2019-10-181-1/+1
* dns: remove dns.promises experimental warningcjihrig2019-10-181-2/+0
* readline: make Symbol.asyncIterator support stableMatteo Collina2019-10-182-5/+7
* stream: make Symbol.asyncIterator support stableMatteo Collina2019-10-182-3/+5
* src: use maybe version v8::Function::CallOuyang Yadong2019-10-181-2/+2
* src: use more explicit return type in Sign::SignFinal()Anna Henningsen2019-10-182-13/+22
* doc: add documentation for stream readableFlowingChetan Karande2019-10-171-0/+11
* process: use public readableFlowing propertyChetan Karande2019-10-171-1/+1
* build: update Windows icon to Feb 2016 rebrandMike MacCana2019-10-171-0/+0
* http2: send out pending data earlierAnna Henningsen2019-10-171-1/+4
* zlib: do not coalesce multiple `.flush()` callsAnna Henningsen2019-10-174-53/+79
* stream: implement Readable.from async iterator utilityGuy Bedford2019-10-174-3/+314
* deps: dlloads node static linked executableLuca Lindhorst2019-10-171-1/+13
* fs: remove experimental warning for fs.promisesAnna Henningsen2019-10-163-9/+5
* net: treat ENOTCONN at shutdown as successAnna Henningsen2019-10-161-2/+3
* test: well-defined DH groups now verify cleanSam Roberts2019-10-162-15/+8
* deps: update archs files for OpenSSL-1.1.1dSam Roberts2019-10-16163-994/+1602
* deps: upgrade openssl sources to 1.1.1dSam Roberts2019-10-16323-10916/+5182
* worker: add missing return value in case of fatal exceptionsRuben Bridgewater2019-10-151-16/+18
* process: add --unhandled-rejections flagRuben Bridgewater2019-10-1523-47/+365
* doc: fix the links tls default version sectionsChetan Karande2019-10-072-3/+4
* doc: describe tls.DEFAULT_MIN_VERSION/_MAX_VERSIONChetan Karande2019-10-072-2/+24
* test,win: cleanup exec-timeout processesJoão Reis2019-10-071-0/+16
* http2: makes response.writeHead return the responseMark S. Everitt2019-10-074-5/+18
* http: makes response.writeHead return the responseMark S. Everitt2019-10-073-3/+37
* tls: group chunks into TLS segmentsAlba Mendez2019-10-072-45/+43
* test: fix race in test-http2-originAlba Mendez2019-10-071-5/+9