1. 25 Nov, 2016 11 commits
  2. 24 Nov, 2016 2 commits
  3. 21 Nov, 2016 7 commits
  4. 18 Nov, 2016 19 commits
  5. 10 Nov, 2016 1 commit
    • Encrypt SimpleCache index file. · 92a98d1c
      Clean up AtomicFile and make it return a custom FileOutputStream
      for writing which handles IOException automatically during write
      operations.
      
      It also syncs the file descriptor and deletes the backup file on
      close() call. This fixes the order of flush and close operations
      when the fileoutputstream is wrapped by another OutputStream.
      
      -------------
      Created by MOE: https://github.com/google/moe
      MOE_MIGRATED_REVID=138779187
      eguven committed