summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Remove unnecessary link to HousekeepStoreAccount.oChris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Use static_cast instead of C-style casts, for C++ style and safety.Chris Wilson2014-03-02
* Fix whitespace and comments, remove redundant code in protocol generator.Chris Wilson2014-03-02
* Add convenience macro for testing commands that return errors.Chris Wilson2014-03-02
* Fix memory leak in local protocol.Chris Wilson2014-03-02
* Add information about last exchange when wrong type of object received.Chris Wilson2014-03-02
* SpellingChris Wilson2014-03-02
* Adding a directory when over limit returns an error instead of crashing.Chris Wilson2014-03-02
* Add QueryCreateDirectory2 command.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
* Don't throw a wobbly while backing up if files don't exist.Chris Wilson2014-02-27
* Start converting MinGW instructions to 64-bit Cygwin.Chris Wilson2014-02-27
* Simplify exception handling by using std::auto_ptr.Chris Wilson2014-02-27
* Add extra checks for block counting during backup operations.Chris Wilson2014-02-27
* Fix crash in BackupStoreContext with no HousekeepingInterface pointer.Chris Wilson2014-02-27
* Shorthand check for deleted flag.Chris Wilson2014-02-27
* Fix buggy directory deletion by housekeeping.Chris Wilson2014-02-27
* Allow read-only account check without taking a write lock on account.Chris Wilson2014-02-27
* Test that deleting a directory doesn't leave errors in the store.Chris Wilson2014-02-27
* Use the new test utilities to remove some duplicate code.Chris Wilson2014-02-27
* Move test utilities into a separate file, to share with testbbackupd.Chris Wilson2014-02-27
* Fix memory leak in bbackupquery readline completion.Chris Wilson2014-02-27
* Rename tests. Split up and refactor.Chris Wilson2014-02-27
* Check that adding a new directory doesn't exceed store limits.Chris Wilson2014-02-13
* Add a shortcut interface to uploading a new file.Chris Wilson2014-02-13
* Revert part of patch that caused compile errors.Chris Wilson2014-02-13
* Change some TEST_THAT assertions to TEST_EQUAL.Chris Wilson2014-02-13
* White space and comment fixes.Chris Wilson2014-02-13
* Compile fix. Remove redefinition of ExpectedRefCounts.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add a convenience constructor to read a BackupStoreDirectory from a stream.Chris Wilson2014-02-13
* Compile fix.Chris Wilson2014-02-13
* Add some utility methods.Chris Wilson2014-02-13
* Overwrite existing files left by previous tests.Chris Wilson2014-02-13
* The new backupstore check detects 4 errors instead of 3, adjust test to match.Chris Wilson2014-02-11
* Re-enable the disabled test_dir_fixingChris Wilson2014-02-11
* Remove unnecessary importChris Wilson2014-02-11
* Don't consider it an error if LastObjectIDUsed changes during check.Chris Wilson2014-02-11
* Fix accounting for old and deleted files, and dirs removed by housekeeping.Chris Wilson2014-02-11
* Fix compile error in MemBlockStream.Chris Wilson2014-02-11
* Fix double parentheses, which llvm complains about.Chris Wilson2014-02-11
* Simplify C++ name demangling code, and its memory allocation tracking.Chris Wilson2014-02-11
* Add a TEST_THAT_THROWONFAIL macro that throws an AssertFailed exception.Chris Wilson2014-02-11
* Give tests access to the list of tests requested by the user.Chris Wilson2014-02-11
* Add a MemBlockStream constructor from a simple string.Chris Wilson2014-02-11