summaryrefslogtreecommitdiffstats
path: root/sync/sessions
Commit message (Expand)AuthorAgeFilesLines
* [Sync] USS: Remove pending updates from SharedModelTypeProcessor.maxbogue2016-02-252-8/+1
* [Sync] Now also check get updates request types before performing sessions ga...skym2016-02-232-7/+21
* [Sync] USS: Rename SharedModelTypeProcessor::Start and related methods.maxbogue2016-02-111-1/+1
* [Sync] Moving DataTypeState to be a proto so that it can easily beskym2016-02-101-4/+5
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Convert Pass()→std::move() in //syncdcheng2015-12-265-16/+19
* [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-2212-9/+27
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-146-10/+20
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-117-14/+16
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-077-16/+14
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-077-14/+16
* USS: Introduce dependency of SharedModelTypeProcessor on ModelTypeServicestanisc2015-12-031-11/+9
* ScopedPtrMap -> std::map from /synclimasdf2015-11-302-4/+5
* Sync: Conflict resolution code doesn't take into account implicit permanent f...stanisc2015-10-292-0/+5
* [Sync] USS: Remove task runner from ActivationContext.maxbogue2015-10-272-131/+36
* [Sync] Move ModelTypeProcessor* and rename *Impl to Shared*.maxbogue2015-10-092-11/+10
* USS SyncContextProxy / data type activation refactoringstanisc2015-09-283-32/+49
* [Sync] Introduce ModelTypeStore interfacepavely2015-09-101-10/+14
* [Sync] Use ModelTypeProcessor instead of ModelTypeProcessorImpl.maxbogue2015-09-092-8/+9
* [Sync] Rename ModelTypeSyncWorkerImpl to ModelTypeWorkerpavely2015-09-032-36/+31
* Add OnConnect method to this interface ModelTypeProcessor.gangwu2015-09-021-5/+13
* [Sync] Rename ModelTypeSyncProxyWrapper to ModelTypeProcessorProxy.maxbogue2015-09-021-8/+8
* [Sync] Rename ModelTypeSyncProxyImpl to ModelTypeProcessorImpl.maxbogue2015-09-013-27/+27
* ModelTypeSyncProxy -> ModelTypeProcessorgangwu2015-08-311-6/+6
* move V2 classes in chrome/engine to syncer_v2 namespacestanisc2015-08-143-49/+38
* Sync: DataTypeState cleanupstanisc2015-08-061-1/+0
* Sync: move v2 classes in chrome/internal_api to syncer_v2 namespace.stanisc2015-08-053-50/+50
* fixed kDefaultShortPollIntervalSeconds interpretationpalar2015-07-161-1/+1
* Update usages of std::map to use ScopedPtrMap.mgiuca2015-06-252-15/+16
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-162-0/+6
* Replace more ObserverList with base::ObserverList.brettw2015-06-034-12/+12
* Reland [Sync] Refactoring polling to be reliable.zea2015-05-153-1/+18
* Revert of [Sync] Refactoring polling to be reliable. (patchset #5 id:80001 of...zea2015-05-133-18/+1
* [Sync] Refactoring polling to be reliable.zea2015-05-133-1/+18
* Substituting pattern push_back(ptr.release()) with push_back(ptr.Pass()) in s...pranay.kumar2015-05-131-1/+1
* Sync commit errors should temporarily re-enablegangwu2015-02-117-18/+54
* Revert of Sync commit errors should temporarily re-enable trigger pre-commit ...rch2015-02-097-54/+18
* Sync commit errors should temporarily re-enablegangwu2015-02-097-18/+54
* sync: Remove unused private fieldshashimoto2015-01-092-9/+0
* Standardize usage of virtual/override/final specifiers in sync/.dcheng2014-12-221-2/+2
* ObserverList::HasObserver now takes a const pointer.mgiuca2014-11-102-2/+2
* Standardize usage of virtual/override/final in sync/dcheng2014-10-212-24/+21
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-161-8/+4
* replace OVERRIDE and FINAL with override and final in sync/mostynb2014-10-063-14/+14
* [Sync] Add support for server controlled nudge delayszea@chromium.org2014-08-227-16/+208
* sync: Finish non-blocking type encryption supportrlarocque@chromium.org2014-08-162-7/+80
* sync: Attempt to fix sync scheduler test flakinessrlarocque@chromium.org2014-08-151-2/+2
* sync: Add non-blocking type encryption (retry)rlarocque@chromium.org2014-08-063-6/+28
* Revert of sync: Add non-blocking type encryption support (https://codereview....thestig@chromium.org2014-08-053-28/+6