summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add utility methods to HTTPRequest and HTTPResponse classes.Chris Wilson2015-07-31
* Refactor to allow sharing code for starting and stopping daemons in tests.Chris Wilson2015-07-31
* Move InvalidConfiguration exception to CommonException.Chris Wilson2015-07-31
* Refactor BackupStoreInfo to allow creating them without RaidFiles.Chris Wilson2015-07-31
* Add AccountNumber to list of config keys checked at runtime.Chris Wilson2015-07-31
* Move load_config_file to Test.cpp to allow reuse.Chris Wilson2015-07-25
* Remove duplicate declaration of test functions.Chris Wilson2015-07-25
* Refactor BackupStoreInfo to allow loading from any IOStream.Chris Wilson2015-07-19
* Fix test_backup_pauses_when_store_is_full by waiting for housekeeping.Chris Wilson2015-07-18
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Compile fix for test/bbackupd after ClientException moveChris Wilson2015-06-28
* Add configuration keys for S3 store type.Chris Wilson2015-06-28
* Refactor store account control to allow other store types.Chris Wilson2015-06-28
* Refactor to allow non-bbstored store configurations.Chris Wilson2015-06-28
* Ensure that errored tests are reported as failures, not successesChris Wilson2015-06-10
* Switch inode database to storing values using Archive.Chris Wilson2015-06-10
* Allow MemoryBlockGuard to guard a block passed in (already malloced).Chris Wilson2015-06-10
* Add support for optional items in Archives.Chris Wilson2015-06-10
* Add missing timeouts to Archive Read() calls.Chris Wilson2015-06-10
* Fix logging of NamedLock acquisition for O_EXLOCK method.Chris Wilson2015-06-10
* Add usage example for -L option, showing how module names were compiled inChris Wilson2015-06-10
* Initialise ModificationTime when uploading complete file.Chris Wilson2015-06-10
* Add command-line help to test executables.Chris Wilson2015-06-10
* Fix another test failure on Windows caused by holding files open.Chris Wilson2015-05-16
* Include full platform name in parcels, to distinguish 64-bit builds.Chris Wilson2015-05-16
* Fix test script to match change to autoconf variable names.Chris Wilson2015-05-16
* Fix error reporting from Reg* functions.Chris Wilson2015-05-16
* Use variable substitution to avoid hard-coding paths to DLLs on Windows.Chris Wilson2015-05-16
* Allow matching parcel platforms on cpu-vendor and os-cpu-vendor.Chris Wilson2015-05-16
* Fix test failures on Windows caused by keeping files open too long.Chris Wilson2015-05-16
* Improve exception message when unlink() on a raidfile stripe failsChris Wilson2015-05-16
* Use FileModificationTime instead of raw stat() on Windows.Chris Wilson2015-05-16
* Fix NamedLock release on Windows.Chris Wilson2015-05-16
* Fix missing account lock while checking for errors.Chris Wilson2015-05-06
* Fix lock race condition by unlinking before closing the file handle.Chris Wilson2015-05-04
* Add extra logging for acquiring and releasing NamedLocks.Chris Wilson2015-05-04
* Add command-line option to limit log messages to certain file(s).Chris Wilson2015-05-04
* Fix minor test problem caused by not deleting a file between tests.Chris Wilson2015-05-04
* Fix tests failing because they can't delete the lock file.Chris Wilson2015-05-04
* Fix system exit codes from tests, so we can use them in the shell.Chris Wilson2015-05-04
* Define BOX_SOCKET_ERROR_MESSAGE, replace more BOX_LOG_SOCKET_ERROR calls with...Chris Wilson2015-04-15
* Update compilation instructions for Windows.Chris Wilson2015-04-15
* Use THROW_EXCEPTION_MESSAGE macro to save a message in exceptions.Chris Wilson2015-04-15
* Add ability to run commands in context with TEST_CHECK_THROWS_AND_OR.Chris Wilson2015-04-15
* Add a static GetMessage() to get exception message for a known subtype code.Chris Wilson2015-04-15
* Fix file locking on Windows.Chris Wilson2015-04-13
* Fix warning caused by saving a const string in a non-const pointerChris Wilson2015-04-06
* Fix test failures caused by failure to commit the temporary refcount DB.Chris Wilson2015-04-06
* Improve error logging in win32 emu library.Chris Wilson2015-04-06
* Hopefully fix clang detection on Travis.Chris Wilson2015-04-06