summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Accumulate GU response chunks in the Worker.maxbogue2016-03-245-93/+128
* [Sync] USS: Clean up ModelTypeWorker a little bit.maxbogue2016-03-215-129/+89
* [Sync] Adding device count histogram based off pulsing device info.skym2016-03-051-1/+1
* [Sync] Rename to (Processor|Worker)EntityTracker for clarity.maxbogue2016-03-015-74/+78
* sync: Add out-of-line copy ctors for complex classes.vmpstr2016-02-262-0/+5
* [Sync] USS: Remove pending updates from SharedModelTypeProcessor.maxbogue2016-02-253-31/+11
* [Sync] Remove backup/rollback logic from Synczea2016-02-242-7/+0
* [Sync] Now also check get updates request types before performing sessions ga...skym2016-02-232-0/+7
* Change sync conflict resolution for extensionsasargent2016-02-202-25/+118
* Renaming EntityData::Pass to PassToPtr to avoid Pass->std::moveskym2016-02-123-8/+8
* [Sync] Moving DataTypeState to be a proto so that it can easily beskym2016-02-103-33/+38
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-2/+2
* [Sync] Sync should run canary cycle after any network related errorpavely2016-01-064-41/+7
* Fix GetCommitIds local deletion case resulting in orphaning of directory entriesstanisc2016-01-052-61/+312
* Convert Pass()→std::move() in //syncdcheng2015-12-264-9/+10
* [Sync] Use account_id instead of username in a few places in syncpavely2015-12-231-1/+0
* Switch to standard integer types in sync/.avi2015-12-2250-286/+364
* [Sync] Audited syncer unittest for gtest eq/bool and expected/actual usage, r...skym2015-12-141-125/+96
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-1427-219/+249
* Sync: relax ordering constraints in GetCommitIdsstanisc2015-12-121-75/+9
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-1124-67/+67
* [Sync] Remove ScopedServerStatusWatcherpavely2015-12-084-80/+19
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-0724-68/+69
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-0724-69/+68
* [Sync] Ensure all values of SyncProtocolErrorType are handled in ShouldReques...pavely2015-12-041-3/+5
* sync/engine: switch base::ScopedPtrMap to std::map.vmpstr2015-12-012-5/+8
* base: Make ScopedPtrMap use DISALLOW_COPY_AND_ASSIGNdanakj2015-12-011-4/+4
* ModelTypeEntity refactoring to use EntityData and EntityMetadatastanisc2015-12-015-601/+6
* ScopedPtrMap -> std::map from /synclimasdf2015-11-303-17/+22
* Cleanup: Correctly spell success(ful).thestig2015-11-231-3/+1
* USS refactoring with EntityDatastanisc2015-11-185-87/+132
* Sync: Conflict resolution code doesn't take into account implicit permanent f...stanisc2015-10-292-1/+46
* Sync: fix for the code that checks whether the initial download has completedstanisc2015-10-136-35/+160
* [Sync] Client should prompt for passphrase after server data was cleared by d...pavely2015-10-124-86/+139
* [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*.maxbogue2015-10-098-1218/+5
* USS: Refactoring of ModelTypeProcessorImpl to not dependstanisc2015-10-063-108/+96
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-061-6/+6
* USS SyncContextProxy / data type activation refactoringstanisc2015-09-282-6/+14
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-4/+4
* [Sync] USS: Simplify EntityTracker to use data structs.maxbogue2015-09-164-234/+140
* [Sync] Introduce ModelTypeStore interfacepavely2015-09-103-3/+15
* [Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl.maxbogue2015-09-091-25/+24
* [Sync] Rename ModelTypeSyncWorkerImpl to ModelTypeWorkerpavely2015-09-035-202/+171
* Add OnConnect method to this interface ModelTypeProcessor.gangwu2015-09-022-8/+17
* [Sync] Rename ModelTypeSyncProxyImpl to ModelTypeProcessorImpl.maxbogue2015-09-014-77/+77
* ModelTypeSyncProxy -> ModelTypeProcessorgangwu2015-08-3112-77/+80
* Remove base::debug::DumpWithoutCrashing() when UniquePositiongangwu2015-08-311-9/+9
* When receive a bookmark with an invalid unique position from syncgangwu2015-08-283-1/+42
* Measuring data use of different ModelTypes in Sync Service.amohammadkhan2015-08-254-4/+139
* move V2 classes in chrome/engine to syncer_v2 namespacestanisc2015-08-1418-304/+268