summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Fix OpenSSL makefile caching against version upgrades.Chris Wilson2015-12-20
* Add more debugging for perl not being able to run rmdir /s/q.Chris Wilson2015-12-20
* Move reusable files from bin/bbstored to lib/bbstored.Chris Wilson2015-12-20
* Reinstate bbackupquery Makefile.extra, removed by 403e7e2.Chris Wilson2015-12-20
* Try to debug why rmdir /s/q is failing.Chris Wilson2015-12-20
* Build the INSTALL target for tests, to put executables into the right placesChris Wilson2015-12-19
* Add a prepare-only mode to runtest.pl, to help with debugging on WindowsChris Wilson2015-12-19
* Fix PERL_EXECUTABLE #define to use properly-escaped pathChris Wilson2015-12-19
* Add dependencies between modules properlyChris Wilson2015-12-19
* Make tests verbose, so we can see why they are failingChris Wilson2015-12-19
* Replace mv command with rename(), and replace rm -r with rmdir /s/q on Windows.Chris Wilson2015-12-19
* Fix PERL_EXECUTABLE to be a native path, so that system() works.Chris Wilson2015-12-17
* Add support for cp command in testextra.Chris Wilson2015-12-17
* Add support for rmdir lines in testextra.Chris Wilson2015-12-17
* Fix account deletion on Windows.Chris Wilson2015-12-17
* Install test binaries too.Chris Wilson2015-12-17
* Change back to project directory at end, so that Appveyor can find the soluti...Chris Wilson2015-12-17
* Use CTest to run tests.Chris Wilson2015-12-15
* Remove getpid() that should never have been addedChris Wilson2015-12-14
* Print the message that we failed to send to the syslog, to make some debuggin...Chris Wilson2015-12-14