aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/net.ts
Commit message (Expand)AuthorAgeFilesLines
* fix: clean-up #8951wxb1ank2021-06-151-4/+4
* Use `Uri.toString()` for URLswxb1ank2021-06-151-5/+7
* migrate from `fs` to `vscode.FileSystem` APIwxb1ank2021-06-021-15/+15
* Make extension respect http proxy settingsKam Y. Tse2021-03-071-3/+22
* Simplify file download codeLaurențiu Nicola2021-01-251-8/+1
* Code: reduce progress notification spamLaurențiu Nicola2021-01-251-7/+9
* Remove workaround & fix fetch$1 is not a functionKafji2020-12-081-4/+1
* Fix lintMatthias Einwag2020-09-231-1/+1
* Move unlink on download into download functionMatthias Einwag2020-09-231-0/+8
* Use closure in trailing position and strongly type header mapMatthias Einwag2020-09-231-1/+1
* Allow to use a Github Auth token for fetching releasesMatthias Einwag2020-09-231-2/+8
* Gate stream.pipeline workaround on fixed versions of nodeVeetaha2020-08-211-0/+8
* Workaround rollup messing up default importsVeetaha2020-07-081-1/+4
* Gzip artifactsVeetaha2020-07-071-8/+8
* Append 10 random hex chars to temp artifact filesVeetaha2020-06-241-1/+5
* Don't mess with messy temp dir and just download into extension dirVeetaha2020-06-241-57/+23
* Decouple http file stream logic from temp dir logicVeetaha2020-06-221-42/+46
* Hotfix skipping the first chunks of the artifactsVeetaha2020-06-221-6/+7
* Download artifacts into tmp dirVeetaha2020-06-201-10/+45
* Update workaround commentVeetaha2020-06-191-3/+2
* Rewrite auto-updateAleksey Kladov2020-03-191-0/+131