aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add standalone-checksum parsing for the fetcherAndre Arko2016-01-253-2/+23
* it's by name, let's call it thatAndre Arko2016-01-251-2/+2
* stop requesting gzip with range, it breaks fastlyAndre Arko2016-01-251-1/+4
* request gzipped gem info, ungzip if neededAndre Arko2016-01-251-2/+11
* only materialize specs that we at least might needAndre Arko2016-01-251-7/+35
* make --full-index fall back to specs.4.8.gzAndre Arko2016-01-252-8/+13
* just pull out the map! into a variableAndre Arko2016-01-251-3/+5
* handle nil checksumsAndre Arko2016-01-251-1/+2
* handle nil checksumsAndre Arko2016-01-251-1/+1
* call Pathname#join one less timeAndre Arko2016-01-251-2/+2
* micro-optimize specific_dependencyAndre Arko2016-01-251-5/+5
* make it clear this is a PathnameAndre Arko2016-01-251-1/+1
* we don’t care about the returnAndre Arko2016-01-251-1/+1
* fix an info_path that didn’t get updatedAndre Arko2016-01-251-1/+1
* micro-optimize lines()Andre Arko2016-01-251-3/+2
* [CompactIndex] Update vendored gemSamuel E. Giddins2016-01-254-10/+11
* [Fetcher] Dont check dependency api unless compact index is unavailableSamuel E. Giddins2016-01-251-1/+1
* Cache compact indexes per-userAndre Arko2016-01-252-1/+5
* [RuboCop] Put spaces placesSamuel E. Giddins2016-01-252-2/+2
* update artifice /extra for compact_index 0.9.1Andre Arko2016-01-252-5/+3
* update artifice for compact_index 0.9.1Andre Arko2016-01-251-2/+4
* improve the error messageAndre Arko2016-01-251-1/+2
* raise when fetch_spec failsAndre Arko2016-01-252-1/+2
* it's local_pathAndre Arko2016-01-251-1/+1
* fetcher is self nowAndre Arko2016-01-251-5/+4
* [CompactIndex] Use vendored compact_index_clientSamuel E. Giddins2016-01-2510-193/+186
* [RuboCop] Fix violationsSamuel E. Giddins2016-01-2511-49/+49
* Add integration specs for the compact indexSamuel E. Giddins2016-01-2513-50/+868
* Don't crash when actually using the compact index >.<Samuel E. Giddins2016-01-253-2/+3
* Add compact index artifice serverSamuel E. Giddins2016-01-252-1/+115
* Handle /versions having info checksumsSamuel E. Giddins2016-01-253-16/+24
* [Fetcher] Make checking for API availability Ruby 1.8.7 compatibleSamuel E. Giddins2016-01-251-1/+1
* [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
* Return a 500 in the windows fakeweb for the new index version endpointSamuel E. Giddins2016-01-251-0/+3
* [Fetcher::Index] Fix the returned specificationsSamuel E. Giddins2016-01-252-1/+11
* [Fetcher] Ensure only the old index fetcher is used for file urisSamuel E. Giddins2016-01-252-2/+2
* [RemoteSpecification] Platform should indeed be a stringSamuel E. Giddins2016-01-251-1/+1
* [CompactGemList::Cache] Allow matching specific dependencies that have no ver...Samuel E. Giddins2016-01-251-2/+2
* [CompactGemList] Only make each request onceSamuel E. Giddins2016-01-251-5/+16
* [CompactIndex] Return an EndpointSpecification from #fetch_specSamuel E. Giddins2016-01-251-1/+4
* [Fetcher] Fix availability logic to avoid multiple callsSamuel E. Giddins2016-01-254-9/+17
* [RemoteSpecification] Ensure version and platform are of the correct classSamuel E. Giddins2016-01-252-3/+3
* [CompactGemList::Updater] Fix cachingSamuel E. Giddins2016-01-251-1/+2
* [CompactIndex] Actually return specs from versionsSamuel E. Giddins2016-01-253-5/+4
* [CompactIndex] Allow falling back!Samuel E. Giddins2016-01-253-1/+4
* [CompactIndex] Implement cache invalidationSamuel E. Giddins2016-01-255-21/+26
* Actually implement the vision for the new indexSamuel E. Giddins2016-01-2510-55/+69