summaryrefslogtreecommitdiff
path: root/lib/backupstore
Commit message (Expand)AuthorAge
* 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
* Add a comment explaining why we can't move detached dirs back into place.Chris Wilson2014-04-29
* Add missing BackgroundTask headerChris Wilson2014-04-12
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* 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
* Add some test helper _OR macros to execute commands when conditions fail.Chris Wilson2014-04-09
* Add a Reopen method to BackupProtocolLocal2 for convenience.Chris Wilson2014-04-09
* Add a utility to check account for errors, expecting that there are some.Chris Wilson2014-04-09
* Fix a (currently cosmetic) bug in BackupProtocolLocal2 account ID.Chris Wilson2014-04-09
* Don't require passing the object ID into BackupStoreContext::SaveDirectory.Chris Wilson2014-04-09
* Don't pass AttributesModTime as the hash of the new directory's attributes.Chris Wilson2014-04-09
* Fix an exception checking refcounts in housekeeping.Chris Wilson2014-03-02
* Whitespace, comments and log messages cleanups.Chris Wilson2014-03-02
* Replace most of APPLY_DELTA macro with a new method.Chris Wilson2014-03-02
* Always flush any incoming stream on server side.Chris Wilson2014-03-02
* Add convenience macro for testing commands that return errors.Chris 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
* Make Protocol take control of the socket object passed in.Chris Wilson2014-03-01
* Don't throw a wobbly while backing up if files don't exist.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
* 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