summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump net-http-persistent to 3.0.1David Rodríguez2019-07-241-1/+1
* Use rubygems utility if availableDavid Rodríguez2019-06-111-1/+1
* Fix file:// handling under WindowsDavid Rodríguez2019-06-111-1/+2
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-4/+4
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-1/+1
* Use Gem::Request.get_cert_files instead of hard-coded paths.unify-certificationSHIBATA Hiroshi2019-03-181-2/+2
* Use Gem::RUBYGEMS_DIR instead of RbConfig::CONFIGSHIBATA Hiroshi2019-03-141-8/+1
* rubocop -aSHIBATA Hiroshi2019-03-141-1/+1
* Unify the certificates for rubygems.org to rubygems store.SHIBATA Hiroshi2019-03-141-1/+8
* Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-081-0/+2
* Auto-correct `Style/TrailingCommaInHashLiteral` offensesglobally_enable_some_layout_copsDavid Rodríguez2019-03-041-1/+1
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* Use Bundler.rubygems.inflate instead of the Gem::Util method directlysegiddins/use-rubygems-integration-inflateSamuel Giddins2018-03-101-2/+2
* 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