summaryrefslogtreecommitdiff
path: root/src/misc/donwload-url.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo (#6238)MeiMei2020-04-111-39/+0
|
* ファイルのダウンロードがタイムアウトしなくなってい ↵MeiMei2020-04-111-32/+16
| | | | | | | のを修正など (#6233) * Refactor download / file-info * body read timeout on download Fix syuilo#6232
* Use node-fetch instead of request (#6228)MeiMei2020-04-091-32/+28
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* Update dependencies :rocket:syuilo2019-11-241-1/+1
|
* HTTPリクエストのKeep-AliveとPrxoy対応など (#5226)MeiMei2019-07-281-0/+1
| | | | | | | | | | * DriveのKeep-Alive, Proxy と APのProxy対応 * request系でKeep-Aliveするように * fix lookup-dns-cache.d.ts * remove debug output
* Simplify log domainsyuilo2019-07-011-1/+1
|
* Fix #2637syuilo2019-06-181-4/+1
|
* Add notesyuilo2019-06-181-0/+1
|
* strictNullChecks (#4666)syuilo2019-04-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* Fix #4546 (#4548)MeiMei2019-03-211-0/+61
* Refactor download * emoji type