summaryrefslogtreecommitdiff
path: root/lib/backupstore
Commit message (Expand)AuthorAge
* Improve exception handling on backup store side.Chris Wilson2015-08-15
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Whitespace cleanupChris Wilson2015-08-07
* Improve error message when TEST_PROTOCOL_ERROR_OR() fails.Chris Wilson2015-08-06
* Fix StartClient() to store new pid correctlyChris Wilson2015-08-06
* Compile fixChris Wilson2015-07-31
* Add S3Store account creation.Chris Wilson2015-07-31
* Refactor to allow sharing code for starting and stopping daemons in tests.Chris Wilson2015-07-31
* Refactor BackupStoreInfo to allow creating them without RaidFiles.Chris Wilson2015-07-31
* Remove duplicate declaration of test functions.Chris Wilson2015-07-25
* Refactor BackupStoreInfo to allow loading from any IOStream.Chris Wilson2015-07-19
* Major test refactor to support test suites.Chris Wilson2015-07-01
* Refactor store account control to allow other store types.Chris Wilson2015-06-28
* Initialise ModificationTime when uploading complete file.Chris Wilson2015-06-10
* Fix test failures on Windows caused by keeping files open too long.Chris Wilson2015-05-16
* Fix missing account lock while checking for errors.Chris Wilson2015-05-06
* 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
* Add ability to run commands in context with TEST_CHECK_THROWS_AND_OR.Chris Wilson2015-04-15
* 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
* Fix crash when compiled in release mode caused by refcount not decrementing.Chris Wilson2015-02-26
* Fix test failures caused by using plain stat() instead of emu_stat().Chris Wilson2014-12-26
* Fix test failures caused by store path ending with slash on Windows.Chris Wilson2014-12-26
* Fix MinGW64 compile error due to pointers being too large for uint32_t.Chris Wilson2014-12-26
* Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.Chris Wilson2014-12-22
* Fix detection of filesystems without extended attribute support on NetBSD.Chris Wilson2014-12-06
* Fix test failures caused by reference count database changes.Chris Wilson2014-11-16
* Add cache invalidation checks to BackupStoreDirectory.Chris Wilson2014-11-16
* Repair the refcount database while checking accounts for errors.Chris Wilson2014-10-31
* Refactor handling of exceptions in protocol server command executors.Chris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Whitespace fixesChris Wilson2014-09-18
* Major refactor of testbbackupd.Chris Wilson2014-09-04
* Fix tests broken by changing working directory.Chris Wilson2014-09-04
* Improve directory cache messages in BackupStoreContext.Chris Wilson2014-09-04
* Add EstimatedBytesToUpload to NotifyFileUploadingPatch.Chris Wilson2014-09-04
* Define setup and teardown functions and macros, and use them.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Define some functions to reduce duplication in testbbackupd.Chris Wilson2014-09-04
* Fix timing issue with bbackupd test for recovery after error.Chris Wilson2014-08-24
* Trivial white space fixes.Chris Wilson2014-08-15
* Improve readability of block checksum match message.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Compile fix for backwards compatibility code.Chris Wilson2014-08-15
* Add a TEST_PROTOCOL_ERROR_OR assertion.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-04-29
* Add a ToString method to IOStream and some subclasses.Chris Wilson2014-04-29
* Fix error when modifying a directory with missing entry in parent.Chris Wilson2014-04-29