summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Don't require passing the object ID into BackupStoreContext::SaveDirectory.Chris Wilson2014-04-09
* Add a static GetMessage() to BackupProtocolError.Chris Wilson2014-04-09
* Support microsecond timestamps for files on Linux.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
* 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
* 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
* 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
* Add a convenience constructor to read a BackupStoreDirectory from a stream.Chris Wilson2014-02-13
* 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
* Record mallocs that happen while the memleak finder is disabled.Chris Wilson2014-02-11
* Fix accounting for old and deleted files and blocks during backup operations.Chris Wilson2014-02-10
* Update copyright to 2014.Chris Wilson2014-02-10
* Include the filename in NamedLock exception messages.Chris Wilson2014-02-10
* Add a ClearDirectoryCache method to BackupStoreContext.Chris Wilson2014-02-10
* Reformat for readability, add defensive comment.Chris Wilson2014-02-10
* Fix wrong output of client store marker in bbstoraccounts info.Chris Wilson2014-02-10
* Fix testbackupstore, apart from wrong accounting for old files.Chris Wilson2014-02-10
* Rename BackupStoreInfo variable NumFiles to NumCurrentFiles.Chris Wilson2014-02-09
* Fix wrong handling of objects with multiple references in housekeeping.Chris Wilson2014-02-09
* Fix accounting in bbstoreaccounts check.Chris Wilson2014-02-09
* The user asked us to fix errors, so it's not a very important notification th...Chris Wilson2014-02-09
* Allow a logging tagger to temporarily replace the current tag.Chris Wilson2014-02-08
* Add a logging guard that temporarily enables tagging on the console.Chris Wilson2014-02-08
* Allow checking whether console logging is currently tagged.Chris Wilson2014-02-08