summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sync: DataTypeState cleanupstanisc2015-08-062-72/+70
* Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.stanisc2015-08-0513-203/+239
* [Sync] Random cleanups.pavely2015-08-044-48/+1
* Sync: Don't set/use Parent ID for non-hierarchical sync data types.stanisc2015-07-304-5/+29
* [Sync] Add ClearServerData support to Sync Schedulermaniscalco2015-07-286-10/+133
* [Sync] Add ClearServerData RPCmaniscalco2015-07-083-2/+116
* Replace StringPrintf("%d", ...) with IntToString()ricea2015-07-011-4/+3
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-2511-129/+98
* Remove base/port.h includes that are not necessary anymore.tfarina2015-06-113-3/+0
* Sync: Change Delete Journals to apply to server deletions onlystanisc2015-06-112-3/+6
* Since Sync auth need to update every 60 minutes, so need to remove SYNC_AUTH_...gangwu2015-06-111-1/+8
* Replace more ObserverList with base::ObserverList.brettw2015-06-033-4/+4
* Fixed Implicit Permanent Folders issues found when testing with alpha serverstanisc2015-05-281-1/+2
* Sync: Remove VerifyLocalIdToUpdate.stanisc2015-05-191-48/+0
* Convert JsonWriter::Write to taking a const ref for the in-paramestade2015-05-161-3/+2
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-157-449/+554
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-137-550/+449
* [Sync] Refactoring polling to be reliable.zea2015-05-137-449/+550
* Convert some parts of sync/ to use of scoped_ptr instead of bare ptrsestade2015-05-072-3/+5
* [Sync] Delete syncable::Blob and associated dead codemaniscalco2015-04-174-89/+0
* [Sync] Fix undeletion during commit logiczea2015-04-024-11/+58
* Sync: support implicit permanent folders in commits.stanisc2015-03-202-25/+40
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-112-6/+8
* Revert of [Sync] Add size and crc32c to AttachmentId. (patchset #8 id:140001 ...dgrogan2015-03-102-8/+6
* Sync: Added extra validation to FindLocalIdToUpdate.stanisc2015-03-101-0/+48
* [Sync] Add size and crc32c to AttachmentId.maniscalco2015-03-102-6/+8
* [Sync] Add support for GetUpdates Throttlinggangwu2015-02-278-28/+134
* Migrate sync/ to base::RunLoop::RunUntilIdle()qi1988.yang2015-02-261-5/+5
* Sync: Small refactoring of Directory::CheckTreeInvariants.stanisc2015-02-242-2/+2
* Sync commit errors should temporarily re-enablegangwu2015-02-117-31/+50
* Revert of Sync commit errors should temporarily re-enable trigger pre-commit ...rch2015-02-097-50/+31