summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Gem::Util.inflate instead of Gem.inflateupdate-deprecated-methodsSHIBATA Hiroshi2018-03-011-2/+2
* Auto merge of #5638 - bundler:seg-warn-old-tls, r=indirectThe Bundler Bot2017-08-281-2/+2
|\
| * Warn when making an outdated TLS connection to rubygems.orgSamuel Giddins2017-08-121-2/+2
* | Use ssl client cert and ca cert settings from gem configuration as fallbacksTristan Hill2017-07-241-6/+12
|/
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Vendor net-http-persistent with automatiekseg-vendor-persistentSamuel Giddins2016-11-281-2/+2
* Add an open_timeout to the fetcher connectionNick LaMuro2016-07-261-0/+1
* [Fetcher] Pass metadata when constructing EndpointSpecificationsSamuel Giddins2016-07-101-2/+2
* Do not log the credentials used to contact a gem serverRoman Sandler2016-06-181-0/+3
* Fail gracefully on Errno::EHOSTUNREACHAllen Zhao2016-06-101-1/+1
* Use Array#concat instead of push(*ary)Samuel Giddins2016-06-021-1/+1
* use the certs from their new subdirectoriesAndre Arko2016-03-171-1/+1
* [Fetcher] Support setting http_proxy to :no_proxyseg-no-proxy-supportSamuel Giddins2016-02-151-1/+1
* Fix RubyVersion specs failuresseg-ruby-version-fixesSamuel Giddins2016-02-011-2/+2
* [Fetcher] Update user agent construction for new RubyVersion APISamuel Giddins2016-02-011-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-4/+7
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-7/+7
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-7/+5
* ArgumentErrors are not really retriableAndre Arko2016-01-251-1/+1
* BadRequirementError guardAndre Arko2016-01-251-0/+1
* add BadRequirementError to known failures listAndre Arko2016-01-251-1/+1
* [fetcher] stop retrying on known failure errorsAndre Arko2016-01-251-1/+1
* cancel retries on 404 Not FoundAndre Arko2016-01-251-2/+2
* responses aren’t strings, but bodies areAndre Arko2016-01-251-1/+1
* build spec objects only in Fetcher#specsAndre Arko2016-01-251-2/+8
* remove fetchers that aren’t availableAndre Arko2016-01-251-0/+1
* make --full-index fall back to specs.4.8.gzAndre Arko2016-01-251-5/+10
* [Fetcher] Dont check dependency api unless compact index is unavailableSamuel E. Giddins2016-01-251-1/+1
* [CompactIndex] Use vendored compact_index_clientSamuel E. Giddins2016-01-251-1/+0
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-251-1/+1
* [Fetcher] Make checking for API availability Ruby 1.8.7 compatibleSamuel E. Giddins2016-01-251-1/+1
* [Fetcher::Index] Fix the returned specificationsSamuel E. Giddins2016-01-251-1/+2
* [Fetcher] Fix availability logic to avoid multiple callsSamuel E. Giddins2016-01-251-2/+2
* Actually implement the vision for the new indexSamuel E. Giddins2016-01-251-12/+6
* [Fetcher] Add Fetchers for the new index format!Samuel E. Giddins2016-01-251-3/+5
* Move `Bundler#ruby_version` functionality to `Bundler::RubyVersion#system`James Wen2016-01-141-1/+1
* Extract safe const_get logic into `SharedHelpers#const_get_safely`James Wen2016-01-021-9/+7
* Add `Net#HTTP--` errors safely (only if in version of ruby stdlib)James Wen2016-01-011-4/+10
* Add more exception classes not to retry on to the FetcherJames Wen2015-12-131-1/+4
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-7/+6
|\
| * [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-261-3/+1
| * [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-261-1/+0
| * [RuboCop] Enable Style/EmptyElseSamuel Giddins2015-11-261-2/+0
| * [RuboCop] Enable Style/RescueModifierSamuel Giddins2015-11-261-1/+5
* | Auto merge of #4103 - jingweno:master, r=indirectHomu2015-11-271-0/+7
|\ \ | |/ |/|
| * Retry `Fetcher#specs` with `Bundler::Retry`Jingwen Owen Ou2015-11-111-0/+7
* | Auto merge of #4091 - smellsblue:full-index-x-gemfile-source, r=segiddinsHomu2015-11-121-13/+1
|\ \ | |/ |/|
| * Pass remote as is to fetcherMike Virata-Stone2015-11-021-13/+1
* | Require Zlib on the Fetcherretry-http-on-zlib-errorAndre Medeiros2015-11-091-0/+1
* | Retry Fetch operation on Zlib error.Andre Medeiros2015-10-281-1/+1
|/