summaryrefslogtreecommitdiff
path: root/lib/backupstore/backupprotocol.txt
Commit message (Collapse)AuthorAge
* Fix case of filenames of "text" files used to generate protocols and docs.Chris Wilson2016-08-28
|
* Whitespace, comment and readability fixesChris Wilson2014-10-31
|
* Remove NoObject reply, and adapt BackupQueries accordingly.Chris Wilson2014-04-09
|
* Add QueryCreateDirectory2 command.Chris Wilson2014-03-02
| | | | | Allows creating a directory with a specified modtime (in the parent directory entry). Tests to come shortly.
* Add an AccountUsage2 command to backup protocol.Chris Wilson2014-02-07
| | | | | Allows us to get information about the account that's not available using the old AccountUsage command. Currently only used in tests.
* Refuse login to disabled accounts.Chris Wilson2012-10-22
|
* Combine client and server protocols to make way for an offline/local protocol.Chris Wilson2011-08-27
| | | | | Rename ProtocolObject to Message.
* 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.