summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreDirectory.h
Commit message (Collapse)AuthorAge
* Add a convenience constructor to read a BackupStoreDirectory from a stream.Chris Wilson2014-02-13
| | | | Saves ~2 lines each time it's used. And we use it a lot in testbackupstore.
* Cosmetic improvements in comments.Chris Wilson2012-04-28
|
* Rename the BackupStoreDirectory::AddEntry's AttributesModTime parameter to ↵Chris Wilson2012-01-22
| | | | AttributesHash to avoid misleading the reader.
* Fix spelling error in AddUnattachedObject method name.Chris Wilson2011-11-01
|
* Major refactoring to make lib/backupclient depend on lib/backupstore ratherChris Wilson2011-04-26
than the other way around. This is needed to allow clients to have all the code that they'd need to implement local backups (using the Local protocol) in subsequent commits.