summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-0337-295/+276
* Improve logging in server_connection_manager.ccakalin@chromium.org2012-07-031-1/+2
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-0323-26/+25
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-0217-78/+75
* [Sync] Move nigori_util* to sync/syncableakalin@chromium.org2012-06-2918-550/+138
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-2874-235/+234
* sync: Set explicit protocol_version on commitrlarocque@chromium.org2012-06-271-0/+3
* sync: Create sync entry factory class for testsrlarocque@chromium.org2012-06-262-244/+97
* sync: Refactor session tracking rlarocque@chromium.org2012-06-228-40/+33
* [Sync] Move HttpBridge to sync/akalin@chromium.org2012-06-223-11/+3
* [Sync] Rename sync_api to csyncakalin@chromium.org2012-06-226-114/+111
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-2174-224/+224
* Split syncable.{h,cc} into several filesrlarocque@chromium.org2012-06-2027-45/+80
* sync: Remove ClearUserData command.tim@chromium.org2012-06-2011-296/+1
* Revert 142517 - [Sync] Refactor sync configuration logic.zea@chromium.org2012-06-184-317/+181
* Revert 142794 - Revert 142517 - [Sync] Refactor sync configuration logic.kkania@chromium.org2012-06-184-181/+317
* Revert 142517 - [Sync] Refactor sync configuration logic.zea@chromium.org2012-06-184-317/+181
* sync: move internal_api components used by chrome/browser into internal_api/p...tim@chromium.org2012-06-171-1/+1
* Protect against sync entries left by old clientsrlarocque@chromium.org2012-06-161-0/+8
* [Sync] Refactor sync configuration logic.zea@chromium.org2012-06-154-181/+317
* sync: Refactor per-datatype throttlingrlarocque@chromium.org2012-06-1314-33/+491
* [Sync] Remove unnecessary posting of methods in sync scheduler.zea@chromium.org2012-06-113-207/+117
* Refactor following sync commit loop changerlarocque@chromium.org2012-06-088-96/+84
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-0734-370/+41
* [Sync] Fix sync scheduler/session logic determining successful commands.zea@chromium.org2012-06-063-16/+37
* sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...tim@chromium.org2012-06-062-0/+2
* Fix leak introduced in r140122rlarocque@chromium.org2012-06-022-16/+17
* Remove sync's ModelSafeWorkerRegistrarrlarocque@chromium.org2012-06-016-78/+94
* [Sync] Cleanup all tab sync enabling logic now that its on by default.zea@chromium.org2012-05-302-17/+7
* sync: Loop committing items without downloading updatesrlarocque@chromium.org2012-05-2616-357/+548
* Ignore tombstones for items belonging to unrequested types. lipalani@chromium.org2012-05-242-2/+18
* [Sync] Replace TalkMediator*/MediatorThread* with PushClientakalin@chromium.org2012-05-172-2/+0
* Sync: Clear IS_UNSYNCED for deleted local itemsrlarocque@chromium.org2012-05-166-82/+14
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-1/+0
* Remove flaky assertion from TransientPollFailurerlarocque@chromium.org2012-05-111-7/+2
* Fix memory errors in sync unit testsrlarocque@chromium.org2012-04-241-19/+22
* Abort sync cycles when download step failsrlarocque@chromium.org2012-04-244-233/+386
* [Sync] Convert SyncSessionSnapshot to a copy-able class.zea@chromium.org2012-04-246-119/+123
* Revert 132455 - Abort sync cycles when download step failsrlarocque@chromium.org2012-04-164-362/+221
* Abort sync cycles when download step failsrlarocque@chromium.org2012-04-164-221/+362
* Mark SyncSchedulerTest.TransientPollFailure as flakyglider@chromium.org2012-04-131-1/+2
* sync: remove UnappliedUpdateMetaHandles and just use std::vector<int64>tim@chromium.org2012-04-043-4/+3
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-032-4/+4
* A new 'traffic' tab is introduced and clicking the button on the tab would di...lipalani@chromium.org2012-04-016-4/+67
* Remove executable bit from traffic_recorder_unittest.cc.mihaip@chromium.org2012-03-311-0/+0
* We store the past 10 records of client server communication in a queue in mem...lipalani@chromium.org2012-03-315-4/+201
* sync: Move the error Action enum to sync_enums.proto so that it can be shared...albertb@chromium.org2012-03-261-7/+7
* sync: Count and report reflected updatesrlarocque@chromium.org2012-03-241-16/+50
* [Sync] Improve nigori conflict and rollback handling.zea@chromium.org2012-03-232-5/+118
* This would allow the developers to view the client/server sync traffic. In re...lipalani@chromium.org2012-03-224-2/+82