aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/fetcher/compact_index.rb
Commit message (Expand)AuthorAgeFilesLines
* [CompactIndex] Only check for fips constant when it is definedSamuel 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
* clearer objects, fix fetch_url typoAndre 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
* | Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+1
|/
* Add FeatureFlag classSamuel 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
* Update CompactIndex to use log_specsNick LaMuro2016-07-251-1/+1
* Use Array#concat instead of push(*ary)Samuel Giddins2016-06-021-1/+1
* 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 writableSamuel Giddins2016-05-061-0/+2
* [CompactIndex] Fall back when the versions checksum mismatchesSamuel Giddins2016-04-281-0/+3
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [Worker] Add a worker name to ease debuggingSamuel Giddins2016-01-301-1/+2
* [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
* 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-251-1/+2
* handle compact HTTP errors like deps errorsAndre Arko2016-01-251-3/+6
* accurately report available? for compact indexAndre Arko2016-01-251-4/+5
* stop caching compact index spec resultsAndre Arko2016-01-251-1/+1
* build spec objects only in Fetcher#specsAndre Arko2016-01-251-9/+3
* 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-251-6/+10