summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Remove Android filter file for sync_unit_tests.tfarina2015-08-121-1/+7
* Add more info for invalid position check.gangwu2015-08-074-58/+61
* Optimization of loading sync entries from the DB to avoid deep copy of Entity...stanisc2015-08-074-5/+64
* [Sync] Remove backend unrecoverable error handlerzea2015-08-075-38/+48
* Sync: MutableEntry shouldn't track changes that have no actual impact on the ...stanisc2015-07-223-66/+66
* Enable DeleteDirectoryWhenCorrupted testgangwu2015-07-221-5/+9
* Remove using finch experiment to control database size, and nowgangwu2015-07-172-11/+7
* Revert of Sync: MutableEntry shouldn't track changes that have no actual impa...loyso2015-07-173-64/+66
* Sync: MutableEntry shouldn't track changes that have no actual impact on the ...stanisc2015-07-163-66/+64
* Sync: Support nodes with implicit permanent folders:stanisc2015-07-106-71/+199
* Remove a few friend lines referring to nonexistent classes.thakis2015-07-071-3/+0
* Replace DCHECK with CHECK.gangwu2015-07-061-1/+3
* Sync: Implement sharing of sync data in the directory using ProtoValuePtrstanisc2015-06-208-56/+251
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-161-1/+4
* Sync: Initial implementation of EntryProtoFieldPtr.stanisc2015-06-152-0/+269
* Sync: Change Delete Journals to apply to server deletions onlystanisc2015-06-112-20/+52
* [Sync] Replace ReportUnrecoverableErrorFunction with base::Closurezea2015-06-094-33/+27
* Fixed Implicit Permanent Folders issues found when testing with alpha serverstanisc2015-05-281-2/+2
* [sync] Add AUTOFILL_WALLET_METADATA sync datatype.rouslan2015-05-222-3/+31
* Sync: ParentChildIndex fix for out of order deletion of entries by PurgeEntri...stanisc2015-05-202-11/+38
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-3/+2
* Sync: Change Local IDs to GUID based to avoid ID collisionstanisc2015-05-148-103/+17
* Convert some parts of sync/ to use of scoped_ptr instead of bare ptrsestade2015-05-073-6/+6
* [Sync] Add UMA to Directory to count number of catastrophic errorsmaniscalco2015-05-051-0/+2
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-306-31/+54
* Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...vkuzkokov2015-04-286-54/+31
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-276-31/+54
* [Sync] Add test to verify sync DB corruption handling during SaveChangesmaniscalco2015-04-242-11/+71
* [Sync] Make OnDiskDirectoryBackingStore base class for deferred DBSmaniscalco2015-04-208-44/+86
* [Sync] Delete syncable::Blob and associated dead codemaniscalco2015-04-172-28/+0
* [Sync] Make more of DirectoryBackingStore's methods privatemaniscalco2015-04-172-88/+80
* [Sync] Make Directory's protected methods private where possiblemaniscalco2015-04-161-9/+9
* [Sync] Make DirectoryBackingStore's db_ private.maniscalco2015-04-167-25/+61
* [Sync] Update DirectoryBackingStore to detect Sync DB corruptionmaniscalco2015-04-144-0/+148
* [Sync] Eliminate friends from Directory by exposing kernel via accessormaniscalco2015-04-0311-210/+217
* [Sync] Fix undeletion during commit logiczea2015-04-027-10/+30
* [Sync] Refactor DirectoryBackingStore's sql::Connection creationmaniscalco2015-03-315-79/+91
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-253-18/+16
* Increase page size for SyncData DB from 4K to maximumgangwu2015-03-205-4/+80
* Sync: Handle empty (implicit) ParentId in GetPredecessorId and GetSuccessorIdstanisc2015-03-175-18/+82
* Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the diskstanisc2015-03-1716-71/+179
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-111-6/+6
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-101-6/+6
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-101-6/+6
* Sync: Small refactoring of Directory::CheckTreeInvariants.stanisc2015-02-243-7/+16
* Hook up wallet card and address syncbrettw2015-02-122-5/+32
* Remove dependency on server generated type root foldersstanisc2015-01-3010-28/+153
* Mechanical rename of tracing includes for /syncprimiano2015-01-303-3/+3
* Sync: Support directory entries with unset (implicit) parent IDstanisc2015-01-128-52/+272
* replace COMPILE_ASSERT with static_assert in sync/mostynb2015-01-074-12/+12