1. 29 Oct, 2015 2 commits
  2. 28 Oct, 2015 10 commits
  3. 27 Oct, 2015 3 commits
  4. 26 Oct, 2015 2 commits
  5. 23 Oct, 2015 5 commits
  6. 22 Oct, 2015 5 commits
  7. 21 Oct, 2015 9 commits
  8. 15 Oct, 2015 3 commits
  9. 14 Oct, 2015 1 commit
    • odb: Prioritize alternate backends · a0a1b19a
      For most real use cases, repositories with alternates use them as main
      object storage. Checking the alternate for objects before the main
      repository should result in measurable speedups.
      
      Because of this, we're changing the sorting algorithm to prioritize
      alternates *in cases where two backends have the same priority*. This
      means that the pack backend for the alternate will be checked before the
      pack backend for the main repository *but* both of them will be checked
      before any loose backends.
      Vicent Marti committed