summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* [Sync] Remove backup/rollback logic from Synczea2016-02-2432-1755/+11
* [Sync] Now also check get updates request types before performing sessions ga...skym2016-02-235-8/+32
* [Sync] USS: Load data for pending commits on startup.maxbogue2016-02-2311-574/+774
* Change sync conflict resolution for extensionsasargent2016-02-202-25/+118
* [Sync] DeviceInfoService implementation for GetData/GetAllData.skym2016-02-181-1/+0
* [Sync] USS: Implement SimpleMetadataChangeList.maxbogue2016-02-172-8/+48
* Implement The Device Info controller, the controller will creategangwu2016-02-121-1/+4
* Renaming EntityData::Pass to PassToPtr to avoid Pass->std::moveskym2016-02-1210-17/+17
* [Sync] USS: Define SharedModelTypeProcessorTest methods inline.maxbogue2016-02-111-342/+239
* [Sync] DeviceInfoService now gives metadata to processor during init.skym2016-02-114-0/+10
* [Sync] USS: Rename SharedModelTypeProcessor::Start and related methods.maxbogue2016-02-118-64/+63
* [Sync] Moving DataTypeState to be a proto so that it can easily beskym2016-02-1022-133/+162
* [Sync] USS: Refactor SharedModelTypeProcessor and improve init flow.maxbogue2016-02-109-122/+114
* [Sync] Initial integration between DeviceInfoService and ModelTypeStore.skym2016-02-094-0/+83
* Clean up dead code related to enhanced_bookmarks.newt2016-02-081-10/+0
* [Sync] Fix sync directory initialization to better handle errorszea2016-02-043-37/+87
* Move gn _run target generation into test(). (RELAND)jbudorick2016-02-031-9/+0
* Revert of Move gn _run target generation into test(). (patchset #1 id:1 of ht...dpranke2016-02-031-0/+9
* Move gn _run target generation into test().jbudorick2016-02-031-9/+0
* [Sync] USS: Load metadata into the processor.maxbogue2016-02-0112-86/+212
* [Sync] Renaming client key to client tag.skym2016-01-2915-67/+67
* allocator cleanup: remove dependencies on allocator from all targetsprimiano2016-01-282-9/+0
* Emit logcats from sync_unit_tests.stip2016-01-261-0/+1
* In case of an AuthException, start the recovery intent if it exists. This is ...maybelle2016-01-261-7/+24
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-1/+1
* [Sync] Re-enable AccountManagerHelperTest.testNonCanonicalAccount.maxbogue2016-01-221-2/+2
* Remove sync request compression.gangwu2016-01-202-202/+5
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-203-4/+4
* Make all targets build without unused data members on Linux.mlamouri2016-01-161-1/+0
* 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