1. 16 Apr, 2021 2 commits
  2. 04 May, 2020 1 commit
  3. 27 Apr, 2020 1 commit
  4. 07 Feb, 2020 2 commits
  5. 06 Jan, 2020 2 commits
  6. 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
  7. 26 Sep, 2019 2 commits
  8. 19 Sep, 2019 1 commit
  9. 26 Jul, 2019 2 commits
  10. 25 Jul, 2019 2 commits
  11. 11 Jul, 2019 4 commits
  12. 12 Jun, 2019 2 commits
  13. 24 May, 2019 2 commits
  14. 20 May, 2019 1 commit
  15. 17 May, 2019 1 commit
  16. 16 May, 2019 1 commit
  17. 26 Apr, 2019 2 commits
  18. 22 Mar, 2019 1 commit
  19. 20 Mar, 2019 1 commit
  20. 16 Mar, 2019 1 commit
  21. 02 Mar, 2019 2 commits
  22. 27 Feb, 2019 2 commits
  23. 26 Feb, 2019 1 commit
  24. 21 Feb, 2019 2 commits
  25. 20 Feb, 2019 1 commit