summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreContext.cpp
Commit message (Expand)AuthorAge
* Replace sprintf() with snprintf(), fixes compile warnings on OpenBSD.Chris Wilson2014-12-22
* Add cache invalidation checks to BackupStoreDirectory.Chris Wilson2014-11-16
* Whitespace, comment and readability fixesChris Wilson2014-10-31
* Improve directory cache messages in BackupStoreContext.Chris Wilson2014-09-04
* Simplify code with macros, update comments and fix whitespace.Chris Wilson2014-09-04
* Whitespace fixes.Chris Wilson2014-04-29
* Fix error when modifying a directory with missing entry in parent.Chris Wilson2014-04-29
* Directories' entries in parent directory should track current size.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
* Add QueryCreateDirectory2 command.Chris Wilson2014-03-02
* Fix crash in BackupStoreContext with no HousekeepingInterface pointer.Chris Wilson2014-02-27
* Check that adding a new directory doesn't exceed store limits.Chris Wilson2014-02-13
* Fix accounting for old and deleted files and blocks during backup operations.Chris Wilson2014-02-10
* Add a ClearDirectoryCache method to BackupStoreContext.Chris Wilson2014-02-10
* Reformat for readability, add defensive comment.Chris Wilson2014-02-10
* Rename BackupStoreInfo variable NumFiles to NumCurrentFiles.Chris Wilson2014-02-09
* Fix compile error.Chris Wilson2014-02-07
* Rename BackupStoreContext.GetStoreRoot() to GetAccountRoot().Chris Wilson2014-02-07
* Add remote host and port to post-login login message, requested by Pete Jalajas.Chris Wilson2011-12-13
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26