1. 22 May, 2018 4 commits
  2. 18 May, 2018 18 commits
  3. 12 May, 2018 8 commits
  4. 11 May, 2018 1 commit
  5. 09 May, 2018 4 commits
  6. 08 May, 2018 4 commits
  7. 07 May, 2018 1 commit
    • Fix bug in Aes128DataSource · b7399c75
      Open was not calling through to upstream.open. This was not problematic for
      reading, because DataSourceInputStream.read would open the upstream if it's
      not open already. It was however a problem for calling getUri() between
      calling open and the first call to read, which would end up calling
      upstream.getUri() on the not-yet-opened upstream.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=195689472
      olly committed