summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix test failures caused by reference count database changes.Chris Wilson2014-11-16
* Merge branch 'master' of /home/chris/projects/2004/boxi/bb-gitChris Wilson2014-10-31
* 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
* Delay daemon startup while it's not being used, for clarity.Chris Wilson2014-10-31
* Add a test that temporary and permanent refcount dbs are independentChris Wilson2014-10-31
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Refactor StartClient and StopClient out of testbbackupd.Chris Wilson2014-10-31
* Minor test fixes to testbbackupd.Chris Wilson2014-09-18
* Fix inability to access locations starting with a slash.Chris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Add test for disappearing directory causing attempt to upload an empty stream.Chris Wilson2014-09-18
* Move MockClientContext and MockBackupDaemon up in testbbackupd fileChris Wilson2014-09-18
* Add a function to compare a backup using a local protocolChris Wilson2014-09-18
* Whitespace fixesChris Wilson2014-09-18
* Major refactor of testbbackupd.Chris Wilson2014-09-04
* Add missing timeouts in StreamableMemBlock::Set and testbbackupd.Chris Wilson2014-09-04
* Catch exceptions while executing store commands, and return an error message.Chris Wilson2014-09-04
* Split test_multiple_uploads in two.Chris Wilson2014-09-04
* More use of functions to simplify testbbackupd.Chris Wilson2014-09-04
* Changed many uses of BackupProtocolClient to BackupProtocolCallable.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
* Fix tests broken by bbackupquery list recursive option change.Chris Wilson2014-08-17
* Improve commentChris Wilson2014-08-15
* Add missing network operation timeouts to test/basicserver.Chris Wilson2014-08-15
* Fix compile error caused by auto consume streams patch.Chris Wilson2014-08-15
* Add timeouts to network operations that are missing them.Chris Wilson2014-08-15
* Add missing timeouts for network operations.Chris Wilson2014-08-15
* Add a TEST_PROTOCOL_ERROR_OR assertion.Chris Wilson2014-08-15
* Remove ServerException.h and the exception code aliases that it defines.Chris Wilson2014-08-15
* Whitespace, wrapping, comments and dead code cleanups.Chris Wilson2014-08-15
* Whitespace fixes.Chris Wilson2014-04-29
* Fix error when modifying a directory with missing entry in parent.Chris Wilson2014-04-29
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
* Remove the global logging level.Chris Wilson2014-04-09
* Directories' entries in parent directory should track current size.Chris Wilson2014-04-09
* Replace magic numbers with named constants for readability.Chris Wilson2014-04-09
* Add a Reopen method to BackupProtocolLocal2 for convenience.Chris Wilson2014-04-09
* Remove unnecessary link to HousekeepStoreAccount.oChris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Adding a directory when over limit returns an error instead of crashing.Chris Wilson2014-03-02
* Simplify codeChris Wilson2014-03-02
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Fix Clang warning about passing NULL as a string.Chris Wilson2014-02-27
* Check number of blocks used before the test that was failing.Chris Wilson2014-02-27
* Use an in-process BackupDaemon for some intercept tests.Chris Wilson2014-02-27
* Add extra checks for block counting during backup operations.Chris Wilson2014-02-27