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