| ApplyChangesOperation |
Applies a given winners database to the local directory.
|
| DatabaseBranch |
A branch represents a list of DatabaseVersionHeaders, thereby identifying a
the history of a client's database.
|
| DatabaseBranches |
The database branches class is a convenience class to bundle multiple
DatabaseBranchs into one object, and map it to its corresponding
owner machine name.
|
| DatabaseFileReader |
The DatabaseFileReader provides a way to read a series of database files
in a memory-efficient way, by converting them to a series of MemoryDatabases,
none of which are too large.
|
| DatabaseReconciliator |
The database reconciliator implements various parts of the sync down algorithm (see also:
DownOperation).
|
| DatabaseVersionHeaderComparator |
|
| DownOperation |
The down operation implements a central part of Syncany's business logic.
|
| DownOperationOptions |
|
| DownOperationResult |
|
| FileSystemActionComparator |
Sorts file system actions according to their natural order to prevent scenarios
in which a non-empty directory is deleted, ...
|
| FileSystemActionReconciliator |
Implements the file synchronization algorithm in the down operation.
|