From noreply at github.com Tue Jan 1 22:38:13 2019 From: noreply at github.com (GitHub) Date: Tue, 01 Jan 2019 14:38:13 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] c06cb5: Fix KillServer on Windows Message-ID: <5c2bebd534275_3e6f2b19c338257c825b2@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/s3_support Home: https://github.com/boxbackup/boxbackup Commit: c06cb5b4b1381f8b0eff5ecf8edb4be1d02207ea https://github.com/boxbackup/boxbackup/commit/c06cb5b4b1381f8b0eff5ecf8edb4be1d02207ea Author: Chris Wilson Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M lib/server/ServerControl.cpp Log Message: ----------- Fix KillServer on Windows Don't hold the PID file open when trying to delete it, as this prevents us from deleting it on Windows. If we still can't delete it, then another process (a zombie server) must have it open. Commit: 4a77b9815297940ebc79d12227f775abcc364568 https://github.com/boxbackup/boxbackup/commit/4a77b9815297940ebc79d12227f775abcc364568 Author: Chris Wilson Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M lib/win32/emu.cpp M lib/win32/emu.h Log Message: ----------- Fix e7c3d2f144c76a15fa3bbdd330bcaa90f337da67 on Windows Code now relies on being able to copy struct dirents, but our Windows emulation library used a pointer to a static buffer for the filename, which was overwritten while iterating over the directory. Now fixed by replacing it with a static buffer in struct dirent, as Unixes seem to. Commit: 98f05841480b5d46d71caf07ae6f45fd25b2958a https://github.com/boxbackup/boxbackup/commit/98f05841480b5d46d71caf07ae6f45fd25b2958a Author: Chris Wilson Date: 2019-01-01 (Tue, 01 Jan 2019) Changed paths: M test/bbackupd/testbbackupd.cpp Log Message: ----------- Simplify and rename test_bbackupd_exclusions Compare: https://github.com/boxbackup/boxbackup/compare/1de0238819d6...98f05841480b **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Jan 14 22:19:13 2019 From: noreply at github.com (GitHub) Date: Mon, 14 Jan 2019 14:19:13 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] 05b920: Refactor Start/StopSimulator out of testbackupstor... Message-ID: <5c3d0ae1a245d_57672b001b2e057c19858@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: 05b9202c4c2536432d41d523b9e17b7a9434b13a https://github.com/boxbackup/boxbackup/commit/05b9202c4c2536432d41d523b9e17b7a9434b13a Author: Chris Wilson Date: 2019-01-14 (Mon, 14 Jan 2019) Changed paths: M lib/backupstore/StoreTestUtils.cpp M lib/backupstore/StoreTestUtils.h M lib/common/Test.h M test/bbackupd/testbbackupd.cpp Log Message: ----------- Refactor Start/StopSimulator out of testbackupstore To enable reuse by testbackupstorepatch. (cherry picked from commit 92d3f329ad1ebd9ce04d18659ea47b14b64e78ba) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Mon Jan 14 22:34:39 2019 From: noreply at github.com (GitHub) Date: Mon, 14 Jan 2019 14:34:39 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] a9bc58: Move LaunchServer and WaitForServerStartup to lib/... Message-ID: <5c3d0e7fddaea_5a332aad11b1058886145@hookshot-fe-6b2eebc.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: a9bc5800d14f6353e1dce98c5e707c4e856df70d https://github.com/boxbackup/boxbackup/commit/a9bc5800d14f6353e1dce98c5e707c4e856df70d Author: Chris Wilson Date: 2019-01-14 (Mon, 14 Jan 2019) Changed paths: M lib/backupstore/StoreTestUtils.cpp M lib/backupstore/StoreTestUtils.h M lib/common/BoxException.h M lib/common/Test.cpp M lib/common/Test.h M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/basicserver/testbasicserver.cpp Log Message: ----------- Move LaunchServer and WaitForServerStartup to lib/server/ServerControl.cpp **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Jan 15 18:34:49 2019 From: noreply at github.com (GitHub) Date: Tue, 15 Jan 2019 10:34:49 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] ed942e: test/bbackupd: add a test for bbackupd-config and ... Message-ID: <5c3e27c9e4e05_6b842ac448b205845233f@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: ed942e386cfff06ca5ad388185b0d87cbc9c7758 https://github.com/boxbackup/boxbackup/commit/ed942e386cfff06ca5ad388185b0d87cbc9c7758 Author: Chris Wilson Date: 2019-01-15 (Tue, 15 Jan 2019) Changed paths: M lib/common/FileStream.h M lib/common/Test.cpp M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/bbackupd/testbbackupd.cpp Log Message: ----------- test/bbackupd: add a test for bbackupd-config and bbstored-config scripts Test creating new clients and servers, signing their certificates and running a test backup. (cherry picked from commit 7ac15a016360fd03eb0d7dddd4c1528069486ab1) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Tue Jan 15 23:35:38 2019 From: noreply at github.com (GitHub) Date: Tue, 15 Jan 2019 15:35:38 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] f2430b: test/bbackupd: add a test for bbackupd-config and ... Message-ID: <5c3e6e4a3cc58_64582ac66f70257857152@hookshot-fe-32b5f5b.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: f2430bd13ee6633b0e1e0a4b14584d208b34a4bb https://github.com/boxbackup/boxbackup/commit/f2430bd13ee6633b0e1e0a4b14584d208b34a4bb Author: Chris Wilson Date: 2019-01-15 (Tue, 15 Jan 2019) Changed paths: M lib/common/FileStream.h M lib/common/Test.cpp M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/bbackupd/testbbackupd.cpp Log Message: ----------- test/bbackupd: add a test for bbackupd-config and bbstored-config scripts Test creating new clients and servers, signing their certificates and running a test backup. (cherry picked from commit 7ac15a016360fd03eb0d7dddd4c1528069486ab1) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 16 19:18:01 2019 From: noreply at github.com (GitHub) Date: Wed, 16 Jan 2019 11:18:01 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] 570a1b: test/bbackupd: add a test for bbackupd-config and ... Message-ID: <5c3f8369bae7d_65a82b15f6ba057c94985@hookshot-fe-88eb02d.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: 570a1b99dac3a6916cd79ac1e876d9236de8f5c7 https://github.com/boxbackup/boxbackup/commit/570a1b99dac3a6916cd79ac1e876d9236de8f5c7 Author: Chris Wilson Date: 2019-01-16 (Wed, 16 Jan 2019) Changed paths: M lib/common/FileStream.h M lib/common/Test.cpp M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/bbackupd/testbbackupd.cpp Log Message: ----------- test/bbackupd: add a test for bbackupd-config and bbstored-config scripts Test creating new clients and servers, signing their certificates and running a test backup. (cherry picked from commit 7ac15a016360fd03eb0d7dddd4c1528069486ab1) **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. From noreply at github.com Wed Jan 16 19:19:46 2019 From: noreply at github.com (GitHub) Date: Wed, 16 Jan 2019 11:19:46 -0800 Subject: [Box Backup-commit] [boxbackup/boxbackup] 257d42: Move LaunchServer and WaitForServerStartup to lib/... Message-ID: <5c3f83d2c1627_70632ad9add48580922b5@hookshot-fe-6e9b612.cp1-iad.github.net.mail> Branch: refs/heads/fix_debian_907135_ssl_key_size Home: https://github.com/boxbackup/boxbackup Commit: 257d42e0a926fabf1d3e7bfeb0ac3f9067b4adb0 https://github.com/boxbackup/boxbackup/commit/257d42e0a926fabf1d3e7bfeb0ac3f9067b4adb0 Author: Chris Wilson Date: 2019-01-16 (Wed, 16 Jan 2019) Changed paths: M lib/backupstore/StoreTestUtils.cpp M lib/backupstore/StoreTestUtils.h M lib/common/BoxException.h M lib/common/Test.cpp M lib/common/Test.h M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/basicserver/testbasicserver.cpp Log Message: ----------- Move LaunchServer and WaitForServerStartup to lib/server/ServerControl.cpp Commit: 6cc744406b6c7784876308c2c9a4687d73992b5d https://github.com/boxbackup/boxbackup/commit/6cc744406b6c7784876308c2c9a4687d73992b5d Author: Chris Wilson Date: 2019-01-16 (Wed, 16 Jan 2019) Changed paths: M lib/common/FileStream.h M lib/common/Test.cpp M lib/server/ServerControl.cpp M lib/server/ServerControl.h M test/bbackupd/testbbackupd.cpp Log Message: ----------- test/bbackupd: add a test for bbackupd-config and bbstored-config scripts Test creating new clients and servers, signing their certificates and running a test backup. (cherry picked from commit 7ac15a016360fd03eb0d7dddd4c1528069486ab1) Compare: https://github.com/boxbackup/boxbackup/compare/570a1b99dac3...6cc744406b6c **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.