[Box Backup-commit] [boxbackup/boxbackup] ad63dc: Refactor test/s3store to make check_new_account_in...

GitHub noreply at github.com
Tue May 30 20:47:23 BST 2017


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: ad63dce33549cb480e64ae32d77fb2d02805f600
      https://github.com/boxbackup/boxbackup/commit/ad63dce33549cb480e64ae32d77fb2d02805f600
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M lib/common/Test.h
    M test/s3store/tests3store.cpp

  Log Message:
  -----------
  Refactor test/s3store to make check_new_account_info() reusable.

(cherry picked from commit 2f597e11ccf56129319851f767581de1055da53e)


  Commit: b62485f53c351894711f3b8322f1cb077e2b12a5
      https://github.com/boxbackup/boxbackup/commit/b62485f53c351894711f3b8322f1cb077e2b12a5
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M bin/bbackupquery/bbackupquery.cpp
    M bin/bbstoreaccounts/bbstoreaccounts.cpp
    M lib/backupstore/BackupAccountControl.cpp
    M lib/backupstore/BackupStoreAccounts.cpp
    M lib/backupstore/BackupStoreCheck.h
    M lib/backupstore/BackupStoreRefCountDatabase.cpp
    M lib/backupstore/BackupStoreRefCountDatabase.h
    M lib/backupstore/HousekeepStoreAccount.h
    M lib/bbackupd/BackupClientContext.cpp
    M lib/bbstored/BBStoreDHousekeeping.cpp
    M lib/common/Configuration.cpp
    M lib/common/Configuration.h
    M lib/common/IOStream.cpp
    M lib/common/NamedLock.h
    M lib/common/ReadLoggingStream.cpp
    M lib/common/Utils.cpp
    M lib/common/ZeroStream.h
    M lib/httpserver/HTTPRequest.cpp

  Log Message:
  -----------
  Whitespace cleanup

(cherry picked from commit 88f7f4ef025a32680d0545571e0e5bdf9e0d5c3c)


  Commit: 099ed4ac43b2ccbe5fb3e4b8addf12f2966e71c8
      https://github.com/boxbackup/boxbackup/commit/099ed4ac43b2ccbe5fb3e4b8addf12f2966e71c8
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M lib/server/Daemon.cpp

  Log Message:
  -----------
  Fix warning about snprintf() being deprecated on Windows.

(cherry picked from commit eeb2a127fe1410a871f3943651fa363edff943d0)


  Commit: d0745e7db9db0100d09b6ec09f65fd836dfe7cdf
      https://github.com/boxbackup/boxbackup/commit/d0745e7db9db0100d09b6ec09f65fd836dfe7cdf
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M lib/common/Test.cpp
    A lib/httpserver/HTTPHeaders.cpp
    A lib/httpserver/HTTPHeaders.h
    M lib/httpserver/HTTPQueryDecoder.cpp
    M lib/httpserver/HTTPQueryDecoder.h
    M lib/httpserver/HTTPRequest.cpp
    M lib/httpserver/HTTPRequest.h
    M lib/httpserver/HTTPResponse.cpp
    M lib/httpserver/HTTPResponse.h
    M lib/httpserver/S3Client.cpp
    M lib/httpserver/S3Simulator.cpp
    A test/httpserver/testfiles/dsfdsfs98.fd
    M test/httpserver/testhttpserver.cpp

  Log Message:
  -----------
  Refactor common HTTP header handling

Move the common code out of HTTPRequest and HTTPResponse into the new
HTTPHeaders class, a container for headers with some sensible HTTP-specific
behaviour.

(cherry picked from commit 546c0d068934e8fc5ba53f32bdf61b3a6841c65b)


Compare: https://github.com/boxbackup/boxbackup/compare/0188f614b3c4...d0745e7db9db


More information about the Boxbackup-commit mailing list