From noreply at github.com Tue Oct 13 23:05:28 2015 From: noreply at github.com (GitHub) Date: Tue, 13 Oct 2015 15:05:28 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] e8faf7: Comments improvements, whitespace cleanup. Message-ID: <561d80285406b_65b33f9104f532bc64452@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: e8faf7fd5779b488d47cd3985af2581df3473411 https://github.com/boxbackup/boxbackup/commit/e8faf7fd5779b488d47cd3985af2581df3473411 Author: Chris Wilson Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M bin/bbackupd/BackupClientContext.cpp M lib/backupstore/BackupAccountControl.cpp M lib/backupstore/BackupStoreContext.cpp M lib/backupstore/BackupStoreDirectory.cpp M lib/httpserver/HTTPRequest.cpp M lib/httpserver/HTTPResponse.cpp M lib/httpserver/HTTPServer.cpp M lib/httpserver/HTTPServer.h M lib/httpserver/S3Client.cpp M lib/httpserver/S3Simulator.cpp M test/bbackupd/testbbackupd.cpp M test/httpserver/testhttpserver.cpp Log Message: ----------- Comments improvements, whitespace cleanup. From noreply at github.com Tue Oct 13 23:21:35 2015 From: noreply at github.com (GitHub) Date: Tue, 13 Oct 2015 15:21:35 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] 899af9: Make IOStream::CopyStreamTo throw an exception on ... Message-ID: <561d83ef8c960_4cb33fdf0df1729c77091@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: 899af993bff637272415b68d52db128fabe68dc4 https://github.com/boxbackup/boxbackup/commit/899af993bff637272415b68d52db128fabe68dc4 Author: Chris Wilson Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M lib/common/CollectInBufferStream.cpp M lib/common/CommonException.txt M lib/common/IOStream.cpp M lib/common/IOStream.h Log Message: ----------- Make IOStream::CopyStreamTo 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. Add an assertion to CollectInBufferStream to ensure that we don't try to write a negative number of bytes. From noreply at github.com Wed Oct 14 22:05:45 2015 From: noreply at github.com (GitHub) Date: Wed, 14 Oct 2015 14:05:45 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] 7ca8fd: Refactor common HTTP header processing into a sepa... Message-ID: <561ec3a9a56b8_68db3f9cec7772c01289a8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: 7ca8fdca6d73f646695529ae578cef13b531cb1c https://github.com/boxbackup/boxbackup/commit/7ca8fdca6d73f646695529ae578cef13b531cb1c Author: Chris Wilson Date: 2015-10-13 (Tue, 13 Oct 2015) Changed paths: M lib/httpserver/HTTPException.txt A lib/httpserver/HTTPHeaders.cpp A lib/httpserver/HTTPHeaders.h M lib/httpserver/HTTPRequest.cpp M lib/httpserver/HTTPRequest.h M lib/httpserver/HTTPResponse.cpp M lib/httpserver/HTTPResponse.h M lib/httpserver/HTTPServer.cpp M lib/httpserver/HTTPServer.h M lib/httpserver/S3Client.cpp M lib/httpserver/S3Simulator.cpp M lib/httpserver/S3Simulator.h M test/httpserver/testhttpserver.cpp Log Message: ----------- Refactor common HTTP header processing into a separate library. From noreply at github.com Thu Oct 15 22:40:23 2015 From: noreply at github.com (GitHub) Date: Thu, 15 Oct 2015 14:40:23 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] db5c86: Remove unused intercept code from testbbackupd. Message-ID: <56201d4799eb1_40103fbffc18729c29734@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: db5c8661ba73ae7b02d82800d482d8957e50489b https://github.com/boxbackup/boxbackup/commit/db5c8661ba73ae7b02d82800d482d8957e50489b Author: Chris Wilson Date: 2015-10-15 (Thu, 15 Oct 2015) Changed paths: M test/bbackupd/testbbackupd.cpp Log Message: ----------- Remove unused intercept code from testbbackupd. From noreply at github.com Fri Oct 16 23:02:09 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 15:02:09 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] df317f: Move S3BackupFileSystem class into its own file. Message-ID: <562173e140f5e_51f33fc3f0ce92a095366@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: df317fe2911d5caa3636189fd6cdb53d0ea6dbd4 https://github.com/boxbackup/boxbackup/commit/df317fe2911d5caa3636189fd6cdb53d0ea6dbd4 Author: Chris Wilson Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M lib/backupstore/BackupAccountControl.cpp M lib/backupstore/BackupAccountControl.h A lib/backupstore/BackupFileSystem.cpp A lib/backupstore/BackupFileSystem.h M lib/backupstore/BackupStoreException.txt M lib/backupstore/BackupStoreInfo.h Log Message: ----------- Move S3BackupFileSystem class into its own file. Create BackupFileSystem, an abstract interface for reading and writing files and directories, abstracting over RaidFile, S3, FTP etc. as a parent class for S3BackupFileSystem. From noreply at github.com Fri Oct 16 23:23:28 2015 From: noreply at github.com (GitHub) Date: Fri, 16 Oct 2015 15:23:28 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] fa6e3a: Remove duplicate code from BackupAccountControl, s... Message-ID: <562178e0a5471_33fb3fdde8f672b8114227@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: fa6e3a17160710b9405c4db6e03701e5029e6505 https://github.com/boxbackup/boxbackup/commit/fa6e3a17160710b9405c4db6e03701e5029e6505 Author: Chris Wilson Date: 2015-10-16 (Fri, 16 Oct 2015) Changed paths: M lib/backupstore/BackupAccountControl.cpp M lib/backupstore/BackupAccountControl.h Log Message: ----------- Remove duplicate code from BackupAccountControl, simplify API. Remove confusing URL functions, replace with calls to better-defined BackupFileSystem functions. Remove useless proxies for GetObject and PutObject. From noreply at github.com Sat Oct 17 18:35:33 2015 From: noreply at github.com (GitHub) Date: Sat, 17 Oct 2015 10:35:33 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] cd4963: Refactor all RaidFile code out of BackupStoreConte... Message-ID: <562286e5c69d4_66653ffcd50872a01013a9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: cd49635d73d33c8ac902ab86281f0b35f29ff537 https://github.com/boxbackup/boxbackup/commit/cd49635d73d33c8ac902ab86281f0b35f29ff537 Author: Chris Wilson Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M lib/backupstore/BackupAccountControl.cpp M lib/backupstore/BackupCommands.cpp M lib/backupstore/BackupFileSystem.cpp M lib/backupstore/BackupFileSystem.h M lib/backupstore/BackupStoreContext.cpp M lib/backupstore/BackupStoreContext.h Log Message: ----------- Refactor all RaidFile code out of BackupStoreContext and BackupCommands. Add a RaidBackupFileSystem implementation and use it instead. From noreply at github.com Sat Oct 17 18:35:33 2015 From: noreply at github.com (GitHub) Date: Sat, 17 Oct 2015 10:35:33 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] cd4963: Refactor all RaidFile code out of BackupStoreConte... Message-ID: <562286e5c69d4_66653ffcd50872a01013a9@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: cd49635d73d33c8ac902ab86281f0b35f29ff537 https://github.com/boxbackup/boxbackup/commit/cd49635d73d33c8ac902ab86281f0b35f29ff537 Author: Chris Wilson Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M lib/backupstore/BackupAccountControl.cpp M lib/backupstore/BackupCommands.cpp M lib/backupstore/BackupFileSystem.cpp M lib/backupstore/BackupFileSystem.h M lib/backupstore/BackupStoreContext.cpp M lib/backupstore/BackupStoreContext.h Log Message: ----------- Refactor all RaidFile code out of BackupStoreContext and BackupCommands. Add a RaidBackupFileSystem implementation and use it instead. From noreply at github.com Sat Oct 31 23:45:05 2015 From: noreply at github.com (GitHub) Date: Sat, 31 Oct 2015 16:45:05 -0700 Subject: [Box Backup-commit] [boxbackup/boxbackup] ce2774: Comment and whitespace cleanups. Message-ID: <56355281ade8f_3bb23f84dcddd2b81248d1@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/s3_support_merge Home: https://github.com/boxbackup/boxbackup Commit: ce277452b775031be101aaff1f636f51433543f4 https://github.com/boxbackup/boxbackup/commit/ce277452b775031be101aaff1f636f51433543f4 Author: Chris Wilson Date: 2015-10-31 (Sat, 31 Oct 2015) 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/BackupStoreCheck2.cpp M lib/backupstore/BackupStoreContext.h M lib/backupstore/BackupStoreDirectory.cpp M test/backupstore/testbackupstore.cpp M test/backupstorefix/testbackupstorefix.cpp Log Message: ----------- Comment and whitespace cleanups.