[Box Backup-commit] [boxbackup/boxbackup] 54151f: S3BackupFileSystem: Add caching of BackupStoreInfo...

GitHub noreply at github.com
Fri Nov 16 23:10:59 GMT 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 54151f10e043d4c46d31b9b389dc4f49f7d671b1
      https://github.com/boxbackup/boxbackup/commit/54151f10e043d4c46d31b9b389dc4f49f7d671b1
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp
    M test/backupstore/testbackupstore.cpp

  Log Message:
  -----------
  S3BackupFileSystem: Add caching of BackupStoreInfo files


  Commit: 693b366b84f18d73f4d7b181b8dbdc5bd2d5c477
      https://github.com/boxbackup/boxbackup/commit/693b366b84f18d73f4d7b181b8dbdc5bd2d5c477
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp

  Log Message:
  -----------
  S3BackupFileSystem: Add warning when downloading entire files from S3

This should serve as a more visible reminder to implement block index caching,
and reduce wasteful re-downloading of entire files.


  Commit: b11e40791954993f1e2b68aa06e4e30e19c7a4e5
      https://github.com/boxbackup/boxbackup/commit/b11e40791954993f1e2b68aa06e4e30e19c7a4e5
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-11-16 (Fri, 16 Nov 2018)

  Changed paths:
    M lib/backupstore/BackupStoreRefCountDatabase.cpp
    M lib/common/BufferedStream.cpp
    M lib/common/BufferedStream.h
    M lib/common/BufferedWriteStream.cpp
    M lib/common/BufferedWriteStream.h
    M lib/common/CollectInBufferStream.cpp
    M lib/common/CollectInBufferStream.h
    M lib/common/FileStream.cpp
    M lib/common/FileStream.h
    M lib/common/IOStream.cpp
    M lib/common/IOStream.h
    M lib/common/MemBlockStream.cpp
    M lib/common/MemBlockStream.h
    M lib/common/RateLimitingStream.h
    M lib/common/ReadLoggingStream.cpp
    M lib/common/ReadLoggingStream.h
    M lib/common/TeeStream.h
    M lib/common/ZeroStream.cpp
    M lib/common/ZeroStream.h
    M lib/crypto/MD5Digest.h
    M lib/raidfile/RaidFileRead.cpp
    M lib/raidfile/RaidFileWrite.cpp
    M lib/raidfile/RaidFileWrite.h
    M lib/server/TcpNice.h

  Log Message:
  -----------
  Convert second argument of IOStream::Seek to a typed seek_type value

Should prevent accidentally passing arguments to Seek() the wrong way around.

Remove unused (duplicate) static functions, and change the type of
ConvertSeekTypeToOSWhence's argument to match.


Compare: https://github.com/boxbackup/boxbackup/compare/7af941300459...b11e40791954
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the Boxbackup-commit mailing list