summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-2310-39/+40
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-225-18/+12
* Add a new component for WiFi credential sync. Populate thequiche2014-12-201-0/+7
* Add a datatype for supervised user whitelists.bauerb2014-12-162-3/+31
* [Sync] Fix deletion while uncommitted logiczea2014-11-172-9/+8
* sync: add WIFI_CREDENTIALS protobuf, ModelType, and preferencequiche2014-10-302-2/+53
* Revert enhanced bookmarks sync datatypewittman2014-10-282-27/+2
* Standardize usage of virtual/override/final in sync/dcheng2014-10-2111-34/+29
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-0610-12/+12
* Add enhanced bookmarks sync datatypeMike Wittman2014-10-012-2/+27
* Make Directory's code style a little more consistent.maniscalco2014-09-222-79/+87
* Refactor syncable DEVICE_INFO type from ChangeProcessor to SyncableService - ...stanisc2014-09-221-1/+4
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-224-1/+125
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-123-3/+3
* Let SyncBackupManager keep backup data in memory until shutdown. Only persisthaitaol@chromium.org2014-08-153-0/+232
* Revert of Let SyncBackupManager keep backup data in memory until shutdown. On...miu@chromium.org2014-08-143-232/+0