[Box Backup-commit] [boxbackup/boxbackup] 20af6a: RateLimitingStream::Write should delegate to wrapp...

GitHub noreply at github.com
Tue Aug 23 23:02:00 BST 2016


  Branch: refs/heads/cmake
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 20af6a3d5f09024cb27a44bed1f55eada411aac7
      https://github.com/boxbackup/boxbackup/commit/20af6a3d5f09024cb27a44bed1f55eada411aac7
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-08-22 (Mon, 22 Aug 2016)

  Changed paths:
    M lib/common/RateLimitingStream.h

  Log Message:
  -----------
  RateLimitingStream::Write should delegate to wrapped stream too.

Currently it calls itself, which will result in an infinite loop.


  Commit: 2692381037b37a792ff7f6a3ee4ce50a7ff4f281
      https://github.com/boxbackup/boxbackup/commit/2692381037b37a792ff7f6a3ee4ce50a7ff4f281
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M lib/backupstore/BackupAccountControl.h

  Log Message:
  -----------
  Remove unused variables.


  Commit: 6205a2c3a1f4a9ad46725edc7a070150d370cbf6
      https://github.com/boxbackup/boxbackup/commit/6205a2c3a1f4a9ad46725edc7a070150d370cbf6
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M lib/backupstore/BackupAccountControl.h

  Log Message:
  -----------
  Revert "Remove unused variables."

This reverts commit 2692381037b37a792ff7f6a3ee4ce50a7ff4f281.


  Commit: 109800672a9b826dfbd6d97e5a6801c09e9104bd
      https://github.com/boxbackup/boxbackup/commit/109800672a9b826dfbd6d97e5a6801c09e9104bd
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M lib/backupstore/BackupAccountControl.h

  Log Message:
  -----------
  Remove unused variable.


  Commit: a86c0e5f8af7b643297cdfdda9f88506e46f1356
      https://github.com/boxbackup/boxbackup/commit/a86c0e5f8af7b643297cdfdda9f88506e46f1356
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-08-23 (Tue, 23 Aug 2016)

  Changed paths:
    M infrastructure/makebuildenv.pl.in

  Log Message:
  -----------
  Write a single monolithic makefile.

Massively simplifies the build system. Should result in faster builds, and fix
massively parallel builds (e.g. -j33 on Travis) which tended to try to build
libraries such lib/common multiple times in parallel, which didn't go too well.


Compare: https://github.com/boxbackup/boxbackup/compare/d641096a16eb...a86c0e5f8af7


More information about the Boxbackup-commit mailing list