summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [Worker] Add a worker name to ease debuggingseg-thread-namesSamuel Giddins2016-01-303-4/+14
* Auto merge of #4231 - bundler:seg-exec-spaces, r=indirectHomu2016-01-281-1/+1
|\
| * [Exec] Fix exec-ing with 0 args in a directory with spacesseg-exec-spacesSamuel Giddins2016-01-251-1/+1
* | Fail in an informative way when no YAML is available at allSamuel Giddins2016-01-251-1/+1
* | Update dependency fetcher specs for refactoringSamuel Giddins2016-01-252-2/+3
* | [Definition] Insure @locked_ruby_version is initializedSamuel Giddins2016-01-251-0/+1
* | [Fetcher] Avoid method redefinition warningSamuel Giddins2016-01-251-0/+1
* | [CompactIndexClient] Don't request when the gem does not existSamuel Giddins2016-01-251-1/+2
* | [Updater] Simplify content logicSamuel Giddins2016-01-251-3/+2
* | [CompactIndex] Send the proper arity function to the WorkerSamuel Giddins2016-01-251-1/+2
* | [EndpointSpec] Avoid creating unused hashesSamuel Giddins2016-01-251-1/+2
* | [CompactIndex] Centralize error handlingSamuel Giddins2016-01-251-14/+20
* | [CompactIndexClient] Don't raise Bundler::HTTPErrorSamuel Giddins2016-01-253-3/+7
* | [CompactIndex] Fetch in parallel using Bundler::WorkerSamuel Giddins2016-01-251-0/+7
* | [CompactIndexClient] Remove dependency upon Bundler::WorkerSamuel Giddins2016-01-251-8/+11
* | Refactor cache slug logic into the RemoteSamuel Giddins2016-01-252-8/+17
* | [EndpointSpecification] Remove redundant nil-checksSamuel Giddins2016-01-251-3/+3
* | [CompactIndex] Use the cache_uri for the cache pathSamuel Giddins2016-01-251-2/+3
* | [Remote] Add the concept of a cache_uriSamuel Giddins2016-01-251-1/+2
* | [EndpointSpecification] Freeze constant stringSamuel Giddins2016-01-251-1/+1
* | [CompactIndexClient] Require setSamuel Giddins2016-01-251-0/+1
* | 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
* | unify global config and compact index cache dirsAndre Arko2016-01-252-3/+6
* | it’s supposed to return an arrayAndre Arko2016-01-251-3/+3
* | ArgumentErrors are not really retriableAndre Arko2016-01-251-1/+1
* | flat_map doesn’t exist on 1.8.7 :/Andre Arko2016-01-251-1/+1
* | resolve warning for extra proc parametersAndre Arko2016-01-251-1/+1
* | turns out URI#hostname is 1.9+, URI#host is 1.8+Andre Arko2016-01-251-4/+5
* | BadRequirementError guardAndre Arko2016-01-251-0/+1
* | use filesystem_access correctlyAndre Arko2016-01-251-2/+3
* | Version 1.12.0.pre with changelogAndre Arko2016-01-251-1/+1
* | address feedback from @segiddinsAndre Arko2016-01-253-4/+10
* | [rubocop] cop those rubos right upAndre Arko2016-01-254-4/+4
* | fix shadowed variable warningAndre Arko2016-01-251-1/+1
* | split requirement versions, as Requirement expectsAndre Arko2016-01-251-1/+2
* | handle compact HTTP errors like deps errorsAndre Arko2016-01-251-3/+6
* | add BadRequirementError to known failures listAndre Arko2016-01-251-1/+1
* | [fetcher] stop retrying on known failure errorsAndre Arko2016-01-251-1/+1
* | slightly nicer HTTP exception messagesAndre Arko2016-01-251-2/+4
* | accurately report available? for compact indexAndre Arko2016-01-252-5/+6
* | stop caching compact index spec resultsAndre Arko2016-01-251-1/+1
* | cancel retries on 404 Not FoundAndre Arko2016-01-253-4/+4
* | responses aren’t strings, but bodies areAndre Arko2016-01-251-1/+1
* | 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
* | why that didn't error, I have no ideaAndre Arko2016-01-251-1/+1
* | select once instead of twiceAndre Arko2016-01-251-2/+1
* | build spec objects only in Fetcher#specsAndre Arko2016-01-254-33/+31