[Box Backup-commit] [boxbackup/boxbackup] 7398d2: Use a named enum type for DirReadType (RaidFileRea...

GitHub noreply at github.com
Sun Jun 25 20:38:28 BST 2017


  Branch: refs/heads/s3_support_merge
  Home:   https://github.com/boxbackup/boxbackup
  Commit: 7398d22e1256eed88cf0db04ee923f12e5168d8e
      https://github.com/boxbackup/boxbackup/commit/7398d22e1256eed88cf0db04ee923f12e5168d8e
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-25 (Sun, 25 Jun 2017)

  Changed paths:
    M lib/raidfile/RaidFileRead.cpp
    M lib/raidfile/RaidFileRead.h

  Log Message:
  -----------
  Use a named enum type for DirReadType (RaidFileRead::ReadDirectoryContents)

Allows checking for valid values at compile time, and allows the debugger to
show the symbolic constant instead of just its numeric value.


  Commit: 801d3e6a091e79bbf79d0bec9bd0ae582a2ba673
      https://github.com/boxbackup/boxbackup/commit/801d3e6a091e79bbf79d0bec9bd0ae582a2ba673
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-25 (Sun, 25 Jun 2017)

  Changed paths:
    M lib/httpserver/S3Client.h

  Log Message:
  -----------
  Add comments to explain the three S3Client constructors


  Commit: 77b382bcfdb310ea991037d83da94b3374445746
      https://github.com/boxbackup/boxbackup/commit/77b382bcfdb310ea991037d83da94b3374445746
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-25 (Sun, 25 Jun 2017)

  Changed paths:
    M lib/common/BoxPlatform.h
    M lib/intercept/intercept.h
    M test/raidfile/testraidfile.cpp

  Log Message:
  -----------
  Enable and fix raidfile intercepts on Mac OSX


  Commit: 5ac41f46865a6a0acf24cfff40f8a3840c9a0aa9
      https://github.com/boxbackup/boxbackup/commit/5ac41f46865a6a0acf24cfff40f8a3840c9a0aa9
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2017-06-25 (Sun, 25 Jun 2017)

  Changed paths:
    M infrastructure/m4/ax_check_dirent_d_type.m4

  Log Message:
  -----------
  Fix check for a working struct dirent.d_type

Which I broke in 2007 and never noticed was broken until now. Oops!


Compare: https://github.com/boxbackup/boxbackup/compare/3433291fc5bf...5ac41f46865a


More information about the Boxbackup-commit mailing list