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

GitHub noreply at github.com
Sun Dec 11 19:31:43 GMT 2016


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

  Changed paths:
    M infrastructure/m4/boxbackup_tests.m4
    M lib/backupstore/BackupStoreFile.h
    M lib/backupstore/BackupStoreFileEncodeStream.h
    M lib/common/BufferedStream.h
    M lib/common/BufferedWriteStream.h
    M lib/common/FileStream.h
    M lib/common/MemBlockStream.h
    M lib/common/RateLimitingStream.h
    M lib/common/ReadLoggingStream.h
    M lib/raidfile/RaidFileRead.h
    M lib/raidfile/RaidFileWrite.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: 4982160abe9d71f196a4c932ce8577c8c48dbea8
      https://github.com/boxbackup/boxbackup/commit/4982160abe9d71f196a4c932ce8577c8c48dbea8
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-11 (Sun, 11 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: 0a4815d28d652d545c209e05fe4a7fdf7bc9baf9
      https://github.com/boxbackup/boxbackup/commit/0a4815d28d652d545c209e05fe4a7fdf7bc9baf9
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-11 (Sun, 11 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: b83d99fb8f1ea3ee937f3bbb22d2c25b0c4e61b4
      https://github.com/boxbackup/boxbackup/commit/b83d99fb8f1ea3ee937f3bbb22d2c25b0c4e61b4
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-12-11 (Sun, 11 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/06eaf33baa0f...b83d99fb8f1e


More information about the Boxbackup-commit mailing list