[Box Backup-commit] [boxbackup/boxbackup] 3d49db: Fix warning that overloaded method hides inherited...

GitHub noreply at github.com
Sat Dec 10 22:25:40 GMT 2016


  Branch: refs/heads/s3_support_merge_5
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 3d49db27de53590278870d369371bb9026d4b6af
      https://github.com/boxbackup/boxbackup/commit/3d49db27de53590278870d369371bb9026d4b6af
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M infrastructure/m4/boxbackup_tests.m4
    M lib/backupstore/BackupStoreFile.h
    M lib/common/FileStream.h
    M lib/common/ReadLoggingStream.h
    M lib/server/SocketStream.h
    M lib/server/SocketStreamTLS.h
    M lib/server/TcpNice.h
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Fix warning that overloaded method hides inherited ones

Make this warning an error to prevent it from happening again.


  Commit: 23bab742d404e11ddc8c8c485d57434d95fbc1ad
      https://github.com/boxbackup/boxbackup/commit/23bab742d404e11ddc8c8c485d57434d95fbc1ad
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M appveyor.yml

  Log Message:
  -----------
  Disable Appveyor cache.

I want repeatable builds, even if they take longer, and that's hard to
guarantee with CMake and its cache.


  Commit: d580e5315c76f20758b75c8f2ca2642e8ea0b0ee
      https://github.com/boxbackup/boxbackup/commit/d580e5315c76f20758b75c8f2ca2642e8ea0b0ee
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M lib/httpserver/HTTPException.txt
    M lib/httpserver/S3Client.cpp
    M lib/httpserver/S3Client.h
    M lib/httpserver/S3Simulator.cpp
    M lib/httpserver/S3Simulator.h
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Add support for the DELETE method to the S3Simulator and S3Client

Also adds a test for the PUT method.


  Commit: 29ba09574ddd34135b63d6f68a6bf70dcec0e37b
      https://github.com/boxbackup/boxbackup/commit/29ba09574ddd34135b63d6f68a6bf70dcec0e37b
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-10 (Sat, 10 Dec 2016)

  Changed paths:
    M lib/backupclient/BackupClientRestore.cpp
    M lib/backupstore/BackupClientFileAttributes.cpp
    M lib/backupstore/BackupFileSystem.cpp
    M lib/backupstore/BackupStoreContext.cpp
    M lib/backupstore/BackupStoreFile.cpp
    M lib/backupstore/BackupStoreRefCountDatabase.cpp
    M lib/bbackupd/BackupDaemon.cpp
    M lib/bbackupquery/BackupQueries.cpp
    M lib/common/InvisibleTempFileStream.cpp
    M lib/common/NamedLock.cpp
    M lib/common/Test.cpp
    M lib/httpserver/S3Simulator.cpp
    M lib/raidfile/RaidFileWrite.cpp
    M lib/server/Daemon.cpp
    M lib/server/ServerControl.cpp
    M lib/server/ServerStream.h
    M lib/win32/emu.h
    M test/backupstore/testbackupstore.cpp
    M test/backupstorefix/testbackupstorefix.cpp
    M test/backupstorepatch/testbackupstorepatch.cpp
    M test/basicserver/testbasicserver.cpp
    M test/bbackupd/testbbackupd.cpp
    M test/httpserver/testhttpserver.cpp
    M test/raidfile/testraidfile.cpp

  Log Message:
  -----------
  Remove link and unlink macros on Windows.

They provided source-code compatibility with the POSIX versions of these
functions, but they conflict with Boost. Replace with EMU_LINK and
EMU_UNLINK everywhere.


Compare: https://github.com/boxbackup/boxbackup/compare/67b8d8e07fed...29ba09574ddd


More information about the Boxbackup-commit mailing list