[Box Backup-commit] [boxbackup/boxbackup] 026c10: Add CreateTemporaryFile support to FileStream

GitHub noreply at github.com
Mon Feb 5 22:41:43 GMT 2018


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 026c1025bcbb0091fb7b0d9f869d45e6e606751f
      https://github.com/boxbackup/boxbackup/commit/026c1025bcbb0091fb7b0d9f869d45e6e606751f
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
    M lib/backupstore/BackupStoreCheck.cpp
    M lib/backupstore/BackupStoreException.txt
    M lib/common/CommonException.txt
    M lib/common/FileStream.cpp
    M lib/common/FileStream.h
    R lib/common/InvisibleTempFileStream.cpp
    M lib/common/InvisibleTempFileStream.h

  Log Message:
  -----------
  Add CreateTemporaryFile support to FileStream

InvisibleTempFileStream becomes a trivial wrapper around this.


  Commit: 2076349c9c8412a890c6887cc6fe675fd385d951
      https://github.com/boxbackup/boxbackup/commit/2076349c9c8412a890c6887cc6fe675fd385d951
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

  Changed paths:
    M lib/backupstore/BackupStoreCheck2.cpp
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/BackupStoreDirectory.cpp
    M lib/backupstore/BackupStoreDirectory.h
    M lib/backupstore/BackupStoreObjectDump.cpp
    M lib/backupstore/HousekeepStoreAccount.cpp
    M test/backupstore/testbackupstore.cpp
    M test/backupstorefix/testbackupstorefix.cpp
    M test/backupstorepatch/testbackupstorepatch.cpp

  Log Message:
  -----------
  Rename Depends{Older,Newer} to DependsOn and RequiredBy

This will make the code clearer when implementing support for patches in
S3BackupFileSystem, where DependsNewer and DependsOlder have a very different
meaning, and also for RaidBackupFileSystem where DependsOlder does not mean
that we depend on the old file at all, but that it depends on us.


  Commit: c28c1bcc2349e27fbd6e099f561fe1a176a5c6ed
      https://github.com/boxbackup/boxbackup/commit/c28c1bcc2349e27fbd6e099f561fe1a176a5c6ed
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-12-28 (Thu, 28 Dec 2017)

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

  Log Message:
  -----------
  Add support for merging patches in S3BackupFileSystem

Enable test_multiple_uploads(s3) which requires this.


Compare: https://github.com/boxbackup/boxbackup/compare/6df32f038e77...c28c1bcc2349


More information about the Boxbackup-commit mailing list