summaryrefslogtreecommitdiffstats
path: root/sync/api
Commit message (Expand)AuthorAgeFilesLines
* Let ModelTypeService create SharedModelTypeProcessor insteadgangwu2016-03-253-11/+55
* [Sync] DeviceInfo implementation of MergeSyncData.skym2016-03-071-2/+13
* sync: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2610-0/+15
* [Sync] USS: Implement initial GetUpdates + merge handling in SMTP.maxbogue2016-02-252-1/+3
* [Sync] DeviceInfoService implementation for GetData/GetAllData.skym2016-02-181-1/+0
* Renaming EntityData::Pass to PassToPtr to avoid Pass->std::moveskym2016-02-123-3/+3
* [Sync] DeviceInfoService now gives metadata to processor during init.skym2016-02-112-0/+6
* [Sync] Moving DataTypeState to be a proto so that it can easily beskym2016-02-103-8/+10
* [Sync] USS: Refactor SharedModelTypeProcessor and improve init flow.maxbogue2016-02-103-10/+10
* [Sync] USS: Load metadata into the processor.maxbogue2016-02-012-3/+58
* [Sync] Renaming client key to client tag.skym2016-01-295-22/+22
* Use MetadataChangeList and EntityChangeList in SharedModelTypeProcessorstanisc2016-01-123-3/+37
* Convert Pass()→std::move() in //syncdcheng2015-12-263-11/+17
* Switch to standard integer types in sync/.avi2015-12-2218-19/+51
* [Sync] Updating processor's Put method to take a scoped_ptr.skym2015-12-152-4/+6
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-1410-21/+32
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-111-1/+1
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-071-1/+1
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-071-1/+1
* [Sync] Implement support for on-disk ModelTypeStorepavely2015-12-042-0/+27
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-1/+1
* [Sync] Adding interface methods and impl for data batch, renamed impl.skym2015-12-041-0/+16
* USS: Introduce dependency of SharedModelTypeProcessor on ModelTypeServicestanisc2015-12-031-4/+1
* [Sync] GetClientTag implementation for device info.skym2015-12-011-1/+1
* [Sync] Renaming MetadataChanges to MetadataChangeList, slight metadata owners...skym2015-12-015-16/+17
* [Sync] ModelTypeStoreImpl implementationpavely2015-11-253-25/+34
* [Sync] USS: Add EntityChange.maxbogue2015-11-233-2/+81
* [Sync] Adding USS interfaces for processor-service communication.maxbogue2015-11-207-0/+159
* USS refactoring with EntityDatastanisc2015-11-183-15/+26
* Change EntityData and EntityMetadata according to the design doc.stanisc2015-11-113-84/+135
* [Sync] Add ModelTypeStore implementation.pavely2015-11-031-2/+2
* [Sync] ModelTypeStore interface.pavely2015-11-034-6/+392
* [Sync] Introduce EntityData and EntityMetadata.maxbogue2015-10-292-0/+135
* [Sync] Add empty ModelTypeService and ModelTypeChangeProcessor interfaces.maxbogue2015-10-134-0/+71
* [Sync] Introduce ModelTypeStore interfacepavely2015-09-102-0/+33
* Reland: [autofill] Sync server card and address metadata.rouslan2015-06-231-1/+1
* Revert of [autofill] Sync server card and address metadata. (patchset #8 id:8...dominicc2015-06-091-1/+1
* [autofill] Sync server card and address metadata.rouslan2015-06-061-1/+1
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-4/+3
* Convert some parts of sync/ to use of scoped_ptr instead of bare ptrsestade2015-05-071-4/+4
* [Sync] Make AttachmentStore API more consistentpavely2015-04-223-15/+28
* [Sync] AttachmentStore: Implementation of reference managementpavely2015-04-032-2/+20
* [Sync] Introduce AttachmentStoreForSync classpavely2015-03-257-35/+93
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-0/+2
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-119-33/+49
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-118-110/+215
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-109-49/+33
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-109-33/+49
* Revert of [Sync] Refactor AttachmentStore classes. Introduce concept of refer...bnc2015-03-098-215/+110
* [Sync] Refactor AttachmentStore classes. Introduce concept of referrer.pavely2015-03-098-110/+215