summaryrefslogtreecommitdiff
path: root/lib/bundler/vendor/compact_index_client/lib/compact_index_client/updater.rb
Commit message (Expand)AuthorAgeFilesLines
* [Updater] Add a comment why we use IO.readseg-updater-read-commentSamuel Giddins2016-04-291-0/+3
* Auto merge of #4479 - mwrock:windows, r=segiddinsHomu2016-04-291-1/+1
|\
| * compute index checksums with IO.read instead of file method to avout carriage...Matt Wrock2016-04-281-1/+1
* | [CompactIndex] Fall back when the versions checksum mismatchesseg-checksum-mismatch-errorSamuel Giddins2016-04-281-1/+1
* | [Updater] Raise a more helpful error on checksum mismatchSamuel Giddins2016-04-281-4/+16
|/
* [Updater] Simplify content logicSamuel Giddins2016-01-251-3/+2
* [CompactIndexClient] Don't raise Bundler::HTTPErrorSamuel Giddins2016-01-251-1/+3
* address feedback from @segiddinsAndre Arko2016-01-251-0/+3
* update the retry logic to work in the good case :PAndre Arko2016-01-251-1/+3
* print remote path not localAndre Arko2016-01-251-2/+2
* wrap checksum_for_file /ht @segiddinsAndre Arko2016-01-251-1/+6
* only retry once and then raiseAndre Arko2016-01-251-4/+8
* Quote the ETag per rfc2616Andre Arko2016-01-251-4/+4
* stop requesting gzip with range, it breaks fastlyAndre Arko2016-01-251-1/+4
* request gzipped gem info, ungzip if neededAndre Arko2016-01-251-2/+11
* [CompactIndex] Update vendored gemSamuel E. Giddins2016-01-251-2/+1
* it's local_pathAndre Arko2016-01-251-1/+1
* [CompactIndex] Use vendored compact_index_clientSamuel E. Giddins2016-01-251-0/+29