summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Unquote cache directories to try to fix AppVeyor caching error:Chris Wilson2015-12-27
* Try listing files to help debug random failures of test_multiple_uploads().Chris Wilson2015-12-27
* Check that DoHousekeeping() actually returns true.Chris Wilson2015-12-27
* Whitespace cleanup.Chris Wilson2015-12-27
* Fix passing of "release" argument to runtest.pl in release mode.Chris Wilson2015-12-27
* Exclude one more symlink from untarring on Windows with 7za.Chris Wilson2015-12-26
* Fix keepalive test on Windows, which depends on number of files present.Chris Wilson2015-12-26
* Replace Unix-specific paths used by test/bbackupd with native paths.Chris Wilson2015-12-26
* Fix test/backupstorefix random failures caused by file upload order.Chris Wilson2015-12-26
* Fix deletion of test fixture directories with unicode names on Windows.Chris Wilson2015-12-25
* Fix deletion of fixtures between tests in test/backupstore.Chris Wilson2015-12-25
* Fix recursive directory deletion on Windows.Chris Wilson2015-12-24
* Replace shell implementation of test/bbackupd kill_running_daemons() with pur...Chris Wilson2015-12-24
* Use 7za to extract tgz files on Windows, as there's no (reliable) tar command.Chris Wilson2015-12-24
* Improve handing of error messages that Windows won't decode for some reason.Chris Wilson2015-12-24
* Properly initialise pBytesTransferred before WaitForOverlappedOperation returns.Chris Wilson2015-12-24
* Replace mpGetLine pointer with a std::auto_ptr.Chris Wilson2015-12-24
* Substitute TARGET_PERL in test/bbackupd config.Chris Wilson2015-12-24
* Catch exceptions during destruction of BackupStoreRefCountDatabase as well.Chris Wilson2015-12-24
* Run release tests, not debug tests, in the release configuration.Chris Wilson2015-12-24
* Add a verbose mode to runtest.pl, to show the build progress.Chris Wilson2015-12-24
* Really build both debug and release versions of PCRE and Zlib.Chris Wilson2015-12-24
* In release configuration, install binaries into release tree, not debug tree.Chris Wilson2015-12-24
* We don't need to redefine TEST_EXECUTABLE here, Test.h does it for us.Chris Wilson2015-12-24
* We need to include IOStreamGetLine.h on Unix as well as on Windows.Chris Wilson2015-12-24
* Build release libs as well as debug in Appveyor, and link the right ones into...Chris Wilson2015-12-24
* Add Visual Studio .user files to start executables in the right working direc...Chris Wilson2015-12-24
* Throw an exception if we try to openlog() without closelog() first on Windows.Chris Wilson2015-12-24
* Improve error message when we fail to register our custom Event Source on Win...Chris Wilson2015-12-24
* Remove duplicate error number from Windows log messages.Chris Wilson2015-12-24
* Remove duplicate printing of exception details on test errors.Chris Wilson2015-12-24
* Remove unix shell-isms from test/s3store, to make it work on Windows.Chris Wilson2015-12-24
* Fix test/httpserver startup on Windows (compiled with MSVC).Chris Wilson2015-12-24
* Use 127.0.0.1 instead of localhost in test/httpserver, to force use of IPv4.Chris Wilson2015-12-24
* Catch exceptions during destruction of BackupStoreCheck as well.Chris Wilson2015-12-24
* Add a version of KillServer that takes a pid_file, and reads the PID from it.Chris Wilson2015-12-24
* Move directory listing of build directories to after build is complete.Chris Wilson2015-12-23
* Try making registry change before enabling RDP, to see if that helps.Chris Wilson2015-12-23
* Change RDP authentication to allow connection from Linux.Chris Wilson2015-12-23
* Escape backslashes to try to fix parse error.Chris Wilson2015-12-23
* Increase indentation again to try to fix parse error.Chris Wilson2015-12-23
* Try enabling RDP to debug stuck build.Chris Wilson2015-12-22
* OK, try double-quoting then.Chris Wilson2015-12-22
* Try unquoting cache paths to see if that makes the cache work.Chris Wilson2015-12-22
* Don't start and stop bbstored on Windows.Chris Wilson2015-12-22
* Change a generated filename to avoid creating files called "con".Chris Wilson2015-12-22
* Check file counts before messing with the store in test/backupstorefix.Chris Wilson2015-12-22
* Don't use close() to close a Winsock socket.Chris Wilson2015-12-22
* Catch and log exceptions in the HousekeepStoreAccount destructor.Chris Wilson2015-12-22
* Use rd instead of rmdir command, to try to work properly in appveyor.Chris Wilson2015-12-20