summaryrefslogtreecommitdiff
path: root/lib/bundler/fetcher/compact_index.rb
Commit message (Expand)AuthorAgeFilesLines
* Migrate internal autoloads to not use LOAD_PATHDavid Rodríguez2019-05-121-1/+1
* Prefer `require_relative` for internal requiresDavid Rodríguez2019-04-191-2/+2
* Fix rubocop issuesDavid Rodríguez2019-03-081-6/+6
* Fallback to sequentially fetching specs on 429sDavid Rodríguez2019-03-081-9/+23
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Extract md5 checking to SharedHelpersSamuel Giddins2017-06-271-11/+1
* 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
* 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
* | Fallback to a temp dir when the home directory is not usableSamuel Giddins2016-09-071-1/+1
|/
* 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
* 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 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
* 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 debuggingseg-thread-namesSamuel 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