summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-092-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-315-0/+5
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-312-10/+4
* [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-301-1/+2
* Update dependency fetcher specs for refactoringSamuel Giddins2016-01-251-0/+1
* [Fetcher] Avoid method redefinition warningSamuel Giddins2016-01-251-0/+1
* [CompactIndex] Send the proper arity function to the WorkerSamuel Giddins2016-01-251-1/+2
* [CompactIndex] Centralize error handlingSamuel Giddins2016-01-251-14/+20
* [CompactIndexClient] Don't raise Bundler::HTTPErrorSamuel Giddins2016-01-251-2/+2
* [CompactIndex] Fetch in parallel using Bundler::WorkerSamuel Giddins2016-01-251-0/+7
* Refactor cache slug logic into the RemoteSamuel Giddins2016-01-251-6/+1
* [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-251-2/+3
* update digest to include host+port as well as pathAndre Arko2016-01-251-6/+10
* find is better than .select.firstAndre Arko2016-01-251-2/+1
* uniq the completed list per @segiddinsAndre Arko2016-01-251-1/+1
* flat_map doesn’t exist on 1.8.7 :/Andre Arko2016-01-251-1/+1
* turns out URI#hostname is 1.9+, URI#host is 1.8+Andre Arko2016-01-251-4/+5
* use filesystem_access correctlyAndre Arko2016-01-251-2/+3
* address feedback from @segiddinsAndre Arko2016-01-251-1/+3
* [rubocop] cop those rubos right upAndre Arko2016-01-253-3/+4
* split requirement versions, as Requirement expectsAndre Arko2016-01-251-1/+2