[Box Backup-commit] [boxbackup/boxbackup] 5207c9: Fix filenames of Appveyor-built binary packages

GitHub noreply at github.com
Tue Apr 25 21:02:41 BST 2017


  Branch: refs/heads/s3_support
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 5207c99ab862ec5d1662ad21abeea3817f6e6441
      https://github.com/boxbackup/boxbackup/commit/5207c99ab862ec5d1662ad21abeea3817f6e6441
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M appveyor.yml
    M infrastructure/cmake/CMakeLists.txt

  Log Message:
  -----------
  Fix filenames of Appveyor-built binary packages


  Commit: 3e8090cf4b79c601a52f137172fb523e5508b46d
      https://github.com/boxbackup/boxbackup/commit/3e8090cf4b79c601a52f137172fb523e5508b46d
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M lib/backupstore/BackupAccountControl.cpp
    M lib/backupstore/BackupFileSystem.cpp
    M lib/backupstore/BackupFileSystem.h
    M lib/backupstore/BackupStoreCheck.cpp
    M lib/backupstore/HousekeepStoreAccount.cpp

  Log Message:
  -----------
  Rename Temporary refcount DB to Potential

This one has the "Potential" to be come the permanent database, by calling
Commit() on it. Soon there will be real "temporary" databases which live in the
temp directory and cannot be committed.


  Commit: 96136adf5dbe38ef92ad3f9490b549c11dd91fd4
      https://github.com/boxbackup/boxbackup/commit/96136adf5dbe38ef92ad3f9490b549c11dd91fd4
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M lib/common/NamedLock.cpp
    M lib/common/NamedLock.h

  Log Message:
  -----------
  NamedLock: improve code readability and log messages


  Commit: 478ee7d7fb457a0cff77a1011d2f104d043e5707
      https://github.com/boxbackup/boxbackup/commit/478ee7d7fb457a0cff77a1011d2f104d043e5707
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-04-25 (Tue, 25 Apr 2017)

  Changed paths:
    M lib/backupstore/BackupFileSystem.cpp
    M lib/backupstore/BackupStoreCheck.cpp
    M lib/backupstore/BackupStoreCheck.h
    M lib/backupstore/BackupStoreException.txt
    M lib/backupstore/BackupStoreRefCountDatabase.cpp
    M lib/backupstore/BackupStoreRefCountDatabase.h
    M lib/common/CommonException.txt
    M lib/common/Utils.cpp
    M lib/common/Utils.h

  Log Message:
  -----------
  Use a really "temporary" refcount DB for read-only checks

Should solve the conflict between read-only checks and housekeeping which
caused test failures.


Compare: https://github.com/boxbackup/boxbackup/compare/3610e9efc0fb...478ee7d7fb45


More information about the Boxbackup-commit mailing list