aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/installation/download_file.ts
Commit message (Expand)AuthorAgeFilesLines
* vscode: migrate to more type-safe assert implVeetaha2020-02-281-2/+1
* Extract client-side loggingAleksey Kladov2020-02-221-3/+4
* vscode: removed nested errors as per matkladVeetaha2020-02-131-4/+3
* vscode: replaced DownloadFileError with NestedError itself for simplicityVeetaha2020-02-131-6/+7
* vscode: switched to stream.pipeline with .on(close) workaroundVeetaha2020-02-121-19/+17
* vscode: added error handling to download file streamsVeetaha2020-02-111-7/+16
* vscode: remove chmod in favour of an option to createWriteStream()Veetaha2020-02-111-2/+6
* Merge #3100bors[bot]2020-02-111-3/+10
|\
| * vscode: add error handling to downloadFile()Veetaha2020-02-111-3/+10
* | vscode: fix ebusy error on windowsVeetaha2020-02-101-2/+1
|/
* vscode: added logging when donloading binariesVeetaha2020-02-091-0/+2
* vscode: move throtting of download progress to call siteVeetaha2020-02-091-5/+3
* vscode: reduce throttle latency of downloadFile() progress callback for smoot...Veetaha2020-02-081-1/+1
* vscode: add docs to installation module interfaces and sanity check to donloa...Veetaha2020-02-081-1/+9
* vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha2020-02-081-0/+26