[Box Backup-commit] [boxbackup/boxbackup] cf127b: BackupFileSystem: add details to "Failed to lock a...

GitHub noreply at github.com
Thu Nov 15 22:22:01 GMT 2018


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

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp

  Log Message:
  -----------
  BackupFileSystem: add details to "Failed to lock account" error message


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

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

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


  Commit: b615cd605e6f9bb860f77c94deca2ab8b55aed77
      https://github.com/boxbackup/boxbackup/commit/b615cd605e6f9bb860f77c94deca2ab8b55aed77
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-11-12 (Mon, 12 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: 7af941300459f5b4698d24c5c183a9f53bf210b9
      https://github.com/boxbackup/boxbackup/commit/7af941300459f5b4698d24c5c183a9f53bf210b9
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2018-11-15 (Thu, 15 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/96cb1a7e3d40...7af941300459
      **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