aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher
Commit message (Expand)AuthorAgeFilesLines
* [Fetcher] Switch from bundler.rubygems.org to 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 debuggingSamuel 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
* handle compact HTTP errors like deps errorsAndre Arko2016-01-251-3/+6
* slightly nicer HTTP exception messagesAndre Arko2016-01-251-2/+4
* accurately report available? for compact indexAndre Arko2016-01-251-4/+5
* stop caching compact index spec resultsAndre Arko2016-01-251-1/+1
* cancel retries on 404 Not FoundAndre Arko2016-01-252-2/+2
* really, no really, return spec data not instancesAndre Arko2016-01-251-5/+1
* arrays of key-value tuples aren’t hashes :/Andre Arko2016-01-251-1/+1
* build spec objects only in Fetcher#specsAndre Arko2016-01-252-29/+8
* return arrays from all fetchersAndre Arko2016-01-251-3/+1
* return nil after tracingAndre Arko2016-01-251-0/+1
* at least trace swallowed errors in verbose modeAndre Arko2016-01-251-1/+2
* flat_map for rubocopAndre Arko2016-01-251-1/+1
* add standalone-checksum parsing for the fetcherAndre Arko2016-01-251-0/+3
* it's by name, let's call it thatAndre Arko2016-01-251-2/+2
* only materialize specs that we at least might needAndre Arko2016-01-251-7/+35
* Cache compact indexes per-userAndre Arko2016-01-251-1/+1
* fetcher is self nowAndre Arko2016-01-251-5/+4
* [CompactIndex] Use vendored compact_index_clientSamuel E. Giddins2016-01-254-192/+10
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-255-38/+38
* Don't crash when actually using the compact index >.<Samuel E. Giddins2016-01-253-2/+3
* Handle /versions having info checksumsSamuel E. Giddins2016-01-253-16/+24
* [Fetcher] Need to append selfSamuel E. Giddins2016-01-252-2/+1
* autoload for consistency and 1.8 compatibilityAndre Arko2016-01-251-2/+2
* splats have to be the last arg on 1.8Andre Arko2016-01-252-4/+4
* [Downloader] Unswitch the parameters to #fetchSamuel E. Giddins2016-01-251-1/+1
* [Fetcher::Index] Fix the returned specificationsSamuel E. Giddins2016-01-251-0/+9
* [Fetcher] Ensure only the old index fetcher is used for file urisSamuel E. Giddins2016-01-252-2/+2
* [CompactGemList::Cache] Allow matching specific dependencies that have no ver...Samuel E. Giddins2016-01-251-2/+2