summaryrefslogtreecommitdiffstats
path: root/sync/sessions
Commit message (Expand)AuthorAgeFilesLines
* sync: Follow-up to conflict resolution refactorrlarocque@chromium.org2012-11-0113-437/+12
* sync: reland scheduler ownership refactoring, now with less crashtim@chromium.org2012-10-305-76/+36
* Revert 164565 - sync: make scheduling logic and job ownership more obvious.dharani@google.com2012-10-295-36/+76
* sync: make scheduling logic and job ownership more obvious. tim@chromium.org2012-10-285-76/+36
* sync: Merge apply updates and resolve conflictsrlarocque@chromium.org2012-10-263-50/+21
* sync: Remove UpdateProgress and related coderlarocque@chromium.org2012-10-175-170/+13
* sync: Merge {Verify,Process}UpdatesCommandrlarocque@chromium.org2012-10-162-21/+0
* Extend sync protocol to report hierarchy conflictsrlarocque@chromium.org2012-10-161-0/+12
* [sync] Refactor SyncSessionSnapshot to use new ProgressMarkerMap.mmontgomery@chromium.org2012-10-152-9/+6
* Cleanup: IWYU for base/time.h in sync/.thestig@chromium.org2012-10-101-1/+0
* sync: Remove ConflictProgressrlarocque@chromium.org2012-10-067-220/+90
* Rename ModelType/ObjectIdStateMap to InvalidationMap.dcheng@chromium.org2012-10-043-29/+29
* sync: Don't use ConflictProgress in the resolverrlarocque@chromium.org2012-10-023-11/+4
* sync: remove buggy freshness condition in SyncSchedulerImpl add defensive DCH...tim@chromium.org2012-09-071-5/+13
* Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps.dcheng@chromium.org2012-08-243-40/+44
* sync: add InternalComponentsFactory::Switches to simplify passing switches to...tim@chromium.org2012-08-151-8/+3
* [Sync] Add support for performing a GetKey on startup.zea@chromium.org2012-07-318-7/+45
* Reland 148792zea@chromium.org2012-07-301-12/+0
* Make SyncBackendRegistrar aware of loaded datarlarocque@chromium.org2012-07-303-14/+16
* Revert 148792 - [Sync] Remove CleanupDisabledTypes command and move purge log...sergeyu@chromium.org2012-07-271-0/+12
* [Sync] Remove CleanupDisabledTypes command and move purge logic into SyncMana...zea@chromium.org2012-07-271-12/+0
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-2011-109/+103
* Remove syncproto.hrlarocque@chromium.org2012-07-124-5/+6
* Remove #pragma once from syncajwong@chromium.org2012-07-116-6/+0
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-039-97/+93
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-036-45/+24
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-024-12/+14
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-2817-51/+51
* sync: Refactor session tracking rlarocque@chromium.org2012-06-228-252/+81
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-2117-49/+49
* Split syncable.{h,cc} into several filesrlarocque@chromium.org2012-06-202-2/+2
* sync: Refactor per-datatype throttlingrlarocque@chromium.org2012-06-134-115/+16
* Refactor following sync commit loop changerlarocque@chromium.org2012-06-085-40/+10
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-0718-514/+20
* [Sync] Fix sync scheduler/session logic determining successful commands.zea@chromium.org2012-06-063-13/+55
* sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...tim@chromium.org2012-06-0612-366/+504
* Remove sync's ModelSafeWorkerRegistrarrlarocque@chromium.org2012-06-013-16/+33
* sync: Loop committing items without downloading updatesrlarocque@chromium.org2012-05-2612-184/+71
* Cleanup: Remove unneeded scoped_ptr.h includes from ppapi, printing, remoting...thestig@chromium.org2012-05-161-3/+4
* Abort sync cycles when download step failsrlarocque@chromium.org2012-04-242-49/+6
* [Sync] Convert SyncSessionSnapshot to a copy-able class.zea@chromium.org2012-04-246-122/+183
* Fix some migration-related bugsrlarocque@chromium.org2012-04-231-2/+1
* Revert 132455 - Abort sync cycles when download step failsrlarocque@chromium.org2012-04-162-6/+49
* Abort sync cycles when download step failsrlarocque@chromium.org2012-04-162-49/+6
* Add #include <iterator> to files that use std::back_inserter.halyavin@google.com2012-04-051-0/+1
* A new 'traffic' tab is introduced and clicking the button on the tab would di...lipalani@chromium.org2012-04-013-8/+9
* We store the past 10 records of client server communication in a queue in mem...lipalani@chromium.org2012-03-312-2/+15
* sync: Count and report reflected updatesrlarocque@chromium.org2012-03-246-2/+24
* Trim code form sync's ServerConnectionManagerrlarocque@chromium.org2012-03-172-0/+8
* JSONWriter cleanup: integrate pretty print into write options.ericdingle@chromium.org2012-03-161-1/+3