1. 11 Oct, 2021 2 commits
  2. 30 Aug, 2021 2 commits
  3. 24 Aug, 2021 2 commits
  4. 23 Aug, 2021 2 commits
  5. 14 May, 2021 2 commits
  6. 07 May, 2021 1 commit
  7. 06 May, 2021 4 commits
  8. 21 Apr, 2021 1 commit
  9. 16 Apr, 2021 2 commits
  10. 04 May, 2020 1 commit
  11. 27 Apr, 2020 1 commit
  12. 07 Feb, 2020 2 commits
  13. 06 Jan, 2020 2 commits
  14. 04 Jan, 2020 1 commit
    • Steven Allen's avatar
      fix(dagreader): remove a buggy workaround for a gateway issue · 47e41818
      Steven Allen authored
      We had a hack that "pretended" seeking worked when it didn't as go's HTTP
      library uses seeks to determine the file size. However,
      
      1. I'm changing the gateway to actually rely on seeking working as specified.
      2. We don't even need this hack. The gateway performs two types of seeks (unless
         a range query is passed):
          1. It seeks to the beginning. We can always shortcut this.
          2. It seeks to the end. The gateway now has a special "lazy" seeker to avoid
            seeking until we actually try to _read_. Therefore, we don't need a hack
            for that either.
      47e41818
  15. 26 Sep, 2019 2 commits
  16. 19 Sep, 2019 1 commit
  17. 26 Jul, 2019 2 commits
  18. 25 Jul, 2019 2 commits
  19. 11 Jul, 2019 4 commits
  20. 12 Jun, 2019 2 commits
  21. 24 May, 2019 2 commits