summaryrefslogtreecommitdiff
path: root/tool/downloader.rb
Commit message (Expand)AuthorAgeFilesLines
* downloader.rb: Select less components pathNobuyoshi Nakada2022-12-031-1/+1
* downloader.rb: Fix link to absolute cache pathNobuyoshi Nakada2022-12-031-2/+12
* Downloader: Define long option aliasesNobuyoshi Nakada2022-09-191-4/+6
* Downloader: Define per-class command line optionsNobuyoshi Nakada2022-09-191-13/+47
* Downloader: retry when RFC 2616 noncompliant dates [ci skip]Nobuyoshi Nakada2021-10-281-5/+8
* Downloader: accept some RFC 2616 noncompliant datesNobuyoshi Nakada2021-09-131-1/+16
* Increase the # of downloader.rb's retry attemptsTakashi Kokubun2020-11-231-1/+1
* Try to fix download errorKazuhiro NISHIYAMA2020-11-201-1/+6
* Use https for downloading Unicode data.Hiroshi SHIBATA2020-03-091-1/+1
* Use jsDelivr instead of raw.githubusercontent.comKazuhiro NISHIYAMA2019-11-221-1/+1
* Revert "Fix building with 1.8 BASERUBY"Jeremy Evans2019-05-291-1/+1
* Clean a garbage [ci skip]Nobuyoshi Nakada2019-05-281-1/+1
* Fix building with 1.8 BASERUBYJeremy Evans2019-05-271-2/+2
* Escape dots in regexpKazuhiro NISHIYAMA2019-05-241-1/+1
* switch UNICODE_BETA to NO (one more try, first try didn't work)Martin Dürst2019-05-241-1/+1
* Change Accept-Encoding from `*` to `identity`Kazuhiro NISHIYAMA2019-04-301-1/+1
* Retry downloads more for unicode outageTakashi Kokubun2019-04-271-1/+1
* downloader.rb: enable cache filesnobu2019-04-171-1/+3
* downloader.rb: use File.read instead of IO.readnobu2019-04-171-1/+1
* appveyor.yml: Use pre-generated headers and tablesnobu2019-04-061-0/+1
* revert r67445, (r67446,) r67447duerst2019-04-051-8/+0
* downloader.rb: fix typo, extra %nobu2019-04-051-1/+1
* downloader.rb: quote base namenobu2019-04-051-1/+1
* output more debug information in downloader.rb (temporary)duerst2019-04-051-0/+1
* * remove trailing spaces.svn2019-04-051-1/+1
* add puts statements to debug Unicode file download (temporary)duerst2019-04-051-0/+7
* downloader.rb: keep linked file newer than cached filenobu2019-04-021-3/+9
* simplify filename-related codeduerst2019-01-061-1/+1
* add logic to handle Unicode beta period file namesduerst2019-01-061-12/+29
* avoid passing unnecessary options to download methodduerst2018-12-191-0/+5
* add option to deal with Unicode beta data filesduerst2018-12-191-0/+9
* tool/downloader.rb: retry Net::OpenTimeoutk0kubun2018-12-011-1/+1
* tool/downloader.rb: retry Net::ReadTimeoutk0kubun2018-10-161-1/+1
* tool/downloader.rb: retry 500 from GitHubk0kubun2018-08-181-1/+1
* tool/downloader.rb: increase retriesk0kubun2018-08-121-1/+1
* tool/downloader.rb: retry on 502 and 503 errork0kubun2018-08-111-3/+4
* tool/downloader.rb:duerst2018-07-161-4/+5
* tool/downloader.rb: retry SocketErrork0kubun2018-02-051-3/+3
* tool/downloader.rb: retry against Errno::ETIMEDOUTk0kubun2018-01-101-1/+1
* tool/downloader.rb: don't suppress exceptionk0kubun2017-12-271-0/+2
* tool/downloader.rb: retry downloadsk0kubun2017-12-271-2/+19
* Revert "switch from http to https for Unicode data file downloads"hsbt2017-12-121-1/+1
* switch from http to https for Unicode data file downloadsduerst2017-12-121-1/+1
* downloader.rb: get rid of symlinks in dist filesnobu2017-07-091-1/+1
* downloader.rb: get rid of symlinksnobu2017-06-271-2/+12
* downloader.rb: true symlink on cygwinnobu2017-05-221-8/+10
* fix r58833nobu2017-05-221-1/+5
* downloader cachenobu2017-05-211-15/+80
* remove verify optionnobu2017-05-211-11/+1
* downloader.rb: utilize dir argumentnobu2017-05-211-2/+1