summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sync commit errors should temporarily re-enablegangwu2015-02-097-31/+50
* Remove dependency on server generated type root foldersstanisc2015-01-305-99/+196
* Mechanical rename of tracing includes for /syncprimiano2015-01-303-3/+3
* Correct a comment typogangwu2015-01-201-1/+1
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-236-37/+35
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-2211-43/+27
* [Sync] Enforce child-to-parent deletion order with more than max entrieszea2014-12-092-4/+45
* [Sync] Fix deletion while uncommitted logiczea2014-11-171-33/+234
* Standardize usage of virtual/override/final in sync/dcheng2014-10-2112-121/+106
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-163-8/+3
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-0614-84/+84
* [Sync] Clean up ProfileSyncService observer eventszea2014-09-301-1/+0
* Add test that checks function UpdateServerFieldsFromUpdate is workingreat2014-09-052-1/+80
* Remove implicit conversions from scoped_refptr to T* in sync/Daniel Cheng2014-08-261-9/+10
* [Sync] Add support for server controlled nudge delayszea@chromium.org2014-08-226-177/+161
* [Sync] Move reenable logic into DTMzea@chromium.org2014-08-212-0/+3
* sync: Finish non-blocking type encryption supportrlarocque@chromium.org2014-08-169-293/+151
* sync: Attempt to fix sync scheduler test flakinessrlarocque@chromium.org2014-08-151-37/+29
* Disable SyncSchedulerTest.ReceiveNewRetryDelay on Windows as its timing out.jam@chromium.org2014-08-131-1/+7