[Box Backup-commit] [boxbackup/boxbackup] 56631b: Remove unused intercept code from testbbackupd.

GitHub noreply at github.com
Wed Nov 23 21:09:10 GMT 2016


  Branch: refs/heads/s3_support_merge_5
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 56631b8da4f8f22f291323d640560aca43f32b29
      https://github.com/boxbackup/boxbackup/commit/56631b8da4f8f22f291323d640560aca43f32b29
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M test/bbackupd/testbbackupd.cpp

  Log Message:
  -----------
  Remove unused intercept code from testbbackupd.


  Commit: e38d3d771ebb303e75e635e618f4d1e41370aa23
      https://github.com/boxbackup/boxbackup/commit/e38d3d771ebb303e75e635e618f4d1e41370aa23
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M lib/backupstore/BackupStoreContext.cpp
    M lib/common/CommonException.txt
    M lib/common/IOStream.cpp
    M lib/common/IOStream.h
    M lib/server/Protocol.cpp

  Log Message:
  -----------
  Make IOStream::CopyStreamTo honour timeout

Throw an exception on network timeout.  This is safer than returning false,
which isn't checked in many places, and allows us to return the number of bytes
copied instead.


  Commit: 755242a46275384592281878ad6cce8dc7883be7
      https://github.com/boxbackup/boxbackup/commit/755242a46275384592281878ad6cce8dc7883be7
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-23 (Wed, 23 Nov 2016)

  Changed paths:
    M lib/common/CollectInBufferStream.cpp

  Log Message:
  -----------
  Add an assertion to CollectInBufferStream

Ensure that we don't try to write a negative number of bytes.


Compare: https://github.com/boxbackup/boxbackup/compare/56631b8da4f8^...755242a46275


More information about the Boxbackup-commit mailing list