summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* remove proprietary Google Play dependenciesreplicant-6.0Wolfgang Wiedmeyer2016-03-252-2/+0
* [Sync] Fix sync directory initialization to better handle errorsNicolas Zea2016-02-123-37/+87
* Remove sync request compression.Nicolas Zea2016-01-232-202/+5
* Remove pvalenzuela@chromium.org from OWNERSpvalenzuela2016-01-142-3/+0
* [Sync] Enable testAndroidSyncSettingsPostsNotifications.maxbogue2016-01-141-2/+0
* Move bit_cast from base/macros.h to its own headertapted2016-01-142-0/+2
* Use MetadataChangeList and EntityChangeList in SharedModelTypeProcessorstanisc2016-01-1213-76/+521
* [Sync] Add metrics for how sync is turned off.maxbogue2016-01-095-1/+40
* [Signin] Prepare to remove use of deprecated AMH method in VariationsSerssion.maxbogue2016-01-071-3/+1
* [Sync] Sync should run canary cycle after any network related errorpavely2016-01-068-44/+78
* Fix GetCommitIds local deletion case resulting in orphaning of directory entriesstanisc2016-01-052-61/+312
* [Sync] Add comment that ClientToServerMessage.share can be empty.pavely2016-01-041-0/+4
* Cleanup: Remove double semicolons.thestig2016-01-042-2/+2
* Use server-side ModelTypeCount when it did not apply yet.gangwu2015-12-281-2/+6
* Clean up header files.avi2015-12-261-1/+1
* Convert Pass()→std::move() in //syncdcheng2015-12-2651-163/+191
* [Sync] Use account_id instead of username in a few places in syncpavely2015-12-236-9/+12
* [Sync] replacing base::hash_map/set with std::unordered_map/set.skym2015-12-223-51/+26
* Switch to standard integer types in sync/.avi2015-12-22303-1129/+1597
* Don't toggle sync on/off on account rename.acleung2015-12-192-0/+13
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-181-2/+3
* [Sync] Updating processor's Put method to take a scoped_ptr.skym2015-12-158-39/+102
* [Sync] Replace directory unittest rand with base::RandInt to fix lint warnings.skym2015-12-151-4/+7
* [Sync] Removing unnecessary using directive.skym2015-12-142-2/+0
* [Sync] Audited syncer unittest for gtest eq/bool and expected/actual usage, r...skym2015-12-141-125/+96
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-14110-370/+479
* Sync: relax ordering constraints in GetCommitIdsstanisc2015-12-121-75/+9
* Sync: Remove GetEntry() from BaseNode API.stanisc2015-12-127-18/+44
* [Sync] Fixing lint violations in src/sync/internal_api/*skym2015-12-1184-137/+213
* [Android] Disable five flaky sync & signin tests.jbudorick2015-12-112-0/+4
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-11108-384/+394
* [Sync] Switch to using GoogleAuthUtil.clearToken().maxbogue2015-12-104-117/+121
* [Sync] Make InvalidationPreferences.commit() thread-safe.maxbogue2015-12-101-4/+9
* Sync: make all integration tests use implicit perm. folderspvalenzuela2015-12-102-43/+1
* Sync: Remove several unused columns from Sync DB meta_info tablestanisc2015-12-094-91/+234
* [Sync] Remove ScopedServerStatusWatcherpavely2015-12-089-114/+33
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-07108-401/+404
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-07108-404/+401
* Do not do unnecessary recursive deletes for files.thestig2015-12-071-2/+2
* Format all BUILD.gn with "gn format --in-place".sdefresne2015-12-061-1/+1
* [Sync] Implement support for on-disk ModelTypeStorepavely2015-12-044-6/+60
* [Sync] Ensure all values of SyncProtocolErrorType are handled in ShouldReques...pavely2015-12-043-8/+5
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-042-3/+1
* [Sync] Adding interface methods and impl for data batch, renamed impl.skym2015-12-049-48/+186
* USS: Introduce dependency of SharedModelTypeProcessor on ModelTypeServicestanisc2015-12-0310-36/+128
* Remove kint64min.avi2015-12-032-63/+102
* Remove kuint8max.avi2015-12-034-54/+64
* Cleanup MockGrantCredentialsPermissionActivity after removing downstream refe...knn2015-12-022-35/+0
* Use GoogleAuthUtil's getToken instead of AccountManager.knn2015-12-028-507/+112
* sync/engine: switch base::ScopedPtrMap to std::map.vmpstr2015-12-012-5/+8