summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-082-2/+2
* 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-1/+1
* Merge #6928Bundlerbot2019-04-282-0/+2
|\
| * raise BadAuthenticationError when userinfo is found in 401 responsesJonathan2019-01-232-0/+2
* | Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-193-4/+4
* | Fix rubocop issuesDavid Rodríguez2019-03-081-6/+6
* | Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-082-9/+25
|/
* Ensure credentials are masked in FallbackError from Net::HTTPNotFoundgreysteil/show-notfound-uriGrey Baker2019-01-141-1/+1
* Include URL in Bundler::Fetcher::FallbackError message for Net::HTTPNotFoundGrey Baker2019-01-031-1/+1
* Let updater retry on HTTPRequestedRangeNotSatisfiable (416)Maxime Lapointe2018-08-271-0/+5
* Clarify variable options => headersMaxime Lapointe2018-08-271-5/+5
* 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
* [Fetcher::Dependency] Avoid re-checking availability via network requestsseg-fix-fetcher-regressionSamuel Giddins2017-09-131-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-165-0/+5
* Extract md5 checking to SharedHelpersSamuel Giddins2017-06-271-11/+1
* [Downloader] Print underlying error in HTTPErrorseg-downloader-errorSamuel Giddins2017-04-131-2/+3
* simplify `md5_available?` test using `OpenSSL::Digest:MD5.digest`Will Jordan2017-02-171-18/+7
* Enable compact index when OpenSSL FIPS mode is enabled but not activeWill Jordan2017-02-161-3/+13
* [CompactIndex] Only check for fips constant when it is definedseg-fipsSamuel Giddins2016-12-011-1/+1
* [CompactIndex] Disable when openssl is in fips modeSamuel Giddins2016-12-011-2/+14
* [Fetcher::CompactIndex] Don’t run in parallel on RBXSamuel Giddins2016-11-281-1/+1
* [Fetcher::Dependency] Sort gem names in query stringSamuel Giddins2016-10-091-1/+1
* clearer objects, fix fetch_url typoaa-debug-etag-mismatchAndre Arko2016-10-081-4/+7
* change checksum warning to debug printAndre Arko2016-10-071-1/+1
* make lambda an object with explicit attributesAndre Arko2016-10-071-9/+8
* begin/end so the indentation matches the endsAndre Arko2016-10-071-1/+2
* Auto merge of #5007 - bundler:seg-unvendor-compact-index-client, r=indirectHomu2016-09-301-1/+1
|\
| * Un-vendor the compact index clientSamuel Giddins2016-09-211-1/+1
* | Auto merge of #4951 - bundler:seg-no-writable-home, r=indirectHomu2016-09-301-1/+1
|\ \ | |/ |/|
| * Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+1
* | Fail gracefully when attempting to request from an unknown URI schemeseg-fail-invalid-uri-schemesSamuel Giddins2016-09-071-0/+11
|/
* Add FeatureFlag classseg-feature-flagSamuel Giddins2016-08-181-1/+1
* Allow installing / updating when everything necessary is available locallySamuel Giddins2016-08-051-6/+13
* [CompactIndex] Avoid initialized variable warningSamuel Giddins2016-08-041-6/+5
* Allow for Thread reuse for CompactIndex fetcherNick LaMuro2016-07-271-3/+15
* Auto merge of #4811 - NickLaMuro:dots_for_compact_index_logger, r=segiddinsHomu2016-07-263-13/+12
|\
| * Update CompactIndex to use log_specsNick LaMuro2016-07-251-1/+1
| * Move Bundler::Fetcher::Dependency#log_specs to BaseNick LaMuro2016-07-252-12/+11
* | Add URI to http response output in debug modeNick LaMuro2016-07-251-1/+1
|/
* Do not log the credentials used to contact a gem serverRoman Sandler2016-06-181-1/+1
* Use Array#concat instead of push(*ary)Samuel Giddins2016-06-022-3/+3
* Switch to tapWilliam Johnston2016-05-241-4/+1
* Clean up worker threads once done with them.William Johnston2016-05-241-1/+4
* [CompactIndex] Fall back when the user's home directory is not writableseg-compact-index-fallback-no-homeSamuel Giddins2016-05-061-0/+2
* [CompactIndex] Fall back when the versions checksum mismatchesseg-checksum-mismatch-errorSamuel Giddins2016-04-281-0/+3
* Suggest usage of `--full-index` flag in case of Dependency API failureJames Wen2016-03-311-1/+5
* [Fetcher] Switch from bundler.rubygems.org to index.rubygems.orgseg-index-rubygems-orgSamuel Giddins2016-03-111-1/+1