summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Remove sync request compression.Nicolas Zea2016-01-232-202/+5
* Move bit_cast from base/macros.h to its own headertapted2016-01-142-0/+2
* Use MetadataChangeList and EntityChangeList in SharedModelTypeProcessorstanisc2016-01-128-73/+480
* [Sync] Add metrics for how sync is turned off.maxbogue2016-01-091-0/+27
* [Sync] Sync should run canary cycle after any network related errorpavely2016-01-064-3/+71
* Cleanup: Remove double semicolons.thestig2016-01-042-2/+2
* Clean up header files.avi2015-12-261-1/+1
* Convert Pass()→std::move() in //syncdcheng2015-12-2633-112/+129
* [Sync] Use account_id instead of username in a few places in syncpavely2015-12-233-7/+11
* Switch to standard integer types in sync/.avi2015-12-22119-367/+570
* [Sync] Updating processor's Put method to take a scoped_ptr.skym2015-12-156-35/+96
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-145-7/+8
* Sync: Remove GetEntry() from BaseNode API.stanisc2015-12-126-16/+42
* [Sync] Fixing lint violations in src/sync/internal_api/*skym2015-12-1184-137/+213
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-1147-116/+134
* [Sync] Remove ScopedServerStatusWatcherpavely2015-12-081-9/+3
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-0747-134/+116
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-0747-116/+134
* [Sync] Implement support for on-disk ModelTypeStorepavely2015-12-042-6/+33
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-2/+0
* [Sync] Adding interface methods and impl for data batch, renamed impl.skym2015-12-045-44/+164
* USS: Introduce dependency of SharedModelTypeProcessor on ModelTypeServicestanisc2015-12-036-21/+114
* Remove kint64min.avi2015-12-032-63/+102
* Remove kuint8max.avi2015-12-034-54/+64
* ModelTypeEntity refactoring to use EntityData and EntityMetadatastanisc2015-12-017-34/+684
* [Sync] Renaming MetadataChanges to MetadataChangeList, slight metadata owners...skym2015-12-018-10/+156
* ScopedPtrMap -> std::map from /synclimasdf2015-11-302-14/+14
* Remove the custom base64url implementation from //syncpeter2015-11-253-16/+4
* [Sync] ModelTypeStoreImpl implementationpavely2015-11-253-32/+389
* [Sync] Add histograms for sync response/error codeszea2015-11-241-0/+5
* [Sync] Adding USS interfaces for processor-service communication.maxbogue2015-11-204-38/+45
* Migrating tests to use EmbeddedTestServer (misc)svaldez2015-11-192-14/+12
* USS refactoring with EntityDatastanisc2015-11-185-72/+56
* [Sync] Implementation of ModelTypeStoreBackendpavely2015-11-125-5/+300
* Change EntityData and EntityMetadata according to the design doc.stanisc2015-11-112-23/+74
* [Sync] Add ModelTypeStore implementation.pavely2015-11-035-0/+305
* Organizing model type, notification type, root tag and model type string in mapdeepak.m12015-11-031-0/+4
* [Sync] Introduce EntityData and EntityMetadata.maxbogue2015-10-292-0/+323
* [Sync] USS: Remove task runner from ActivationContext.maxbogue2015-10-274-23/+84
* Refactor NonBlockingDataTypeController to derive from DataTypeController.stanisc2015-10-234-8/+11
* Remove base::MessageLoop::{Quit,QuitClosure} functionski.stfu2015-10-231-1/+2
* [Sync] Componentize SyncBackendRegistrar.maxbogue2015-10-222-10/+3
* [Sync] Update sync's backoff policieszea2015-10-201-2/+2
* [Sync] Add empty ModelTypeService and ModelTypeChangeProcessor interfaces.maxbogue2015-10-131-2/+5
* [Sync] Client should prompt for passphrase after server data was cleared by d...pavely2015-10-122-0/+2
* [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*.maxbogue2015-10-096-8/+1211
* USS: Refactoring of ModelTypeProcessorImpl to not dependstanisc2015-10-062-21/+29
* USS SyncContextProxy / data type activation refactoringstanisc2015-09-288-48/+67
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-257-6/+7
* Cleanup: Pass std::string as const reference from sync/ki.stfu2015-09-225-5/+7