1. 01 Jun, 2018 1 commit
    • refdb_fs: test whether the base directory exists when globbing · 05e891f1
      This commit fixes a regression introduced by
      
              20a2b02d
      
      The commit introduced an optimization for finding references using a
      glob: rather than iterating over all references and matching each one
      against the glob, we would iterate only over references within the
      directory common to all possible references which may match against the
      glob.
      
      However, contrary to the `ref/` directory, which was the previous entry
      point for the iteration, this directory may not exist. In this case, the
      optimization causes an error (`ENOENT`) rather than the iterator simply
      yielding no references.
      
      This patch fixes the regression by checkign for this specific case.
      Julian Ganz committed
  2. 30 May, 2018 4 commits
  3. 29 May, 2018 2 commits
  4. 25 May, 2018 2 commits
  5. 24 May, 2018 4 commits
  6. 23 May, 2018 4 commits
  7. 22 May, 2018 3 commits
  8. 21 May, 2018 1 commit
  9. 18 May, 2018 5 commits
  10. 14 May, 2018 1 commit
  11. 09 May, 2018 7 commits
  12. 07 May, 2018 5 commits
  13. 05 May, 2018 1 commit