summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreFile.h
Commit message (Expand)AuthorAge
* Allow verifying a BackupStoreFile without closing underlying streamChris Wilson2015-08-29
* Add a BackupStoreFile encoding streaming verifierChris Wilson2015-08-07
* Trivial white space fixes.Chris Wilson2014-08-15
* Fix deadlock waiting for read or write on closed connection.Chris Wilson2014-08-15
* Poll command socket regularly during file uploads.Chris Wilson2014-04-09
* Add a shortcut interface to uploading a new file.Chris Wilson2014-02-13
* Pass std::auto_ptr objects to Protocol for upload.Chris Wilson2013-08-22
* Pass std::strings to functions instead of const char *, for C++ style.Chris Wilson2013-08-21
* Adjust for platforms where sizeof(long) < sizeof(void *), apparentlyChris Wilson2011-10-23
* 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