summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Fix autofill wallet metadata notification type.rouslan2016-03-171-1/+1
* [Sync] Remove unused BackupTypes methodzea2016-02-261-15/+0
* sync: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+7
* [Sync] Remove backup/rollback logic from Synczea2016-02-243-238/+0
* [Sync] Fix sync directory initialization to better handle errorszea2016-02-043-37/+87
* Use server-side ModelTypeCount when it did not apply yet.gangwu2015-12-281-2/+6
* Convert Pass()→std::move() in //syncdcheng2015-12-263-3/+4
* [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-2241-209/+277
* [sql] Consider fresh databases suitable for memory-mapped I/O.shess2015-12-181-2/+3
* [Sync] Replace directory unittest rand with base::RandInt to fix lint warnings.skym2015-12-151-4/+7
* [Sync] Removing unnecessary using directive.skym2015-12-141-1/+0
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-1423-67/+82
* Sync: Remove GetEntry() from BaseNode API.stanisc2015-12-121-2/+2
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-1121-97/+102
* Sync: Remove several unused columns from Sync DB meta_info tablestanisc2015-12-093-91/+233
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-0721-102/+97
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-0721-97/+102
* Do not do unnecessary recursive deletes for files.thestig2015-12-071-2/+2
* Cleanup: Correctly spell success(ful).thestig2015-11-231-1/+1
* Add UMA for the number of entries created totally.gangwu2015-11-132-9/+26
* Change EntityData and EntityMetadata according to the design doc.stanisc2015-11-111-0/+6
* Sync: Fix for Directory::UnapplyEntry to handle locally created type root fol...stanisc2015-11-041-5/+14
* Organizing model type, notification type, root tag and model type string in mapdeepak.m12015-11-032-612/+185
* [Sync] Introduce EntityData and EntityMetadata.maxbogue2015-10-293-319/+1
* Add UMA for the number of entries for each model type.gangwu2015-10-231-2/+26
* Sync: fix for the code that checks whether the initial download has completedstanisc2015-10-133-6/+54
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-10-061-0/+4
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #3 id:40...zhaoqin2015-09-301-4/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-291-0/+4
* Cleanup: IWYU for base/gtest_prod_util.h.thestig2015-09-251-0/+1
* Revert of [sql] Use memory-mapped I/O for sql::Connection. (patchset #8 id:14...Jeremy Roman2015-09-231-4/+0
* [sql] Use memory-mapped I/O for sql::Connection.shess2015-09-231-0/+4
* Sync: Fixed crash in ParentChildIndex::Removestanisc2015-08-271-7/+1
* Remove Android filter file for sync_unit_tests.tfarina2015-08-121-1/+7
* Add more info for invalid position check.gangwu2015-08-074-58/+61
* Optimization of loading sync entries from the DB to avoid deep copy of Entity...stanisc2015-08-074-5/+64
* [Sync] Remove backend unrecoverable error handlerzea2015-08-075-38/+48
* Sync: MutableEntry shouldn't track changes that have no actual impact on the ...stanisc2015-07-223-66/+66
* Enable DeleteDirectoryWhenCorrupted testgangwu2015-07-221-5/+9
* Remove using finch experiment to control database size, and nowgangwu2015-07-172-11/+7
* Revert of Sync: MutableEntry shouldn't track changes that have no actual impa...loyso2015-07-173-64/+66
* Sync: MutableEntry shouldn't track changes that have no actual impact on the ...stanisc2015-07-163-66/+64
* Sync: Support nodes with implicit permanent folders:stanisc2015-07-106-71/+199
* Remove a few friend lines referring to nonexistent classes.thakis2015-07-071-3/+0
* Replace DCHECK with CHECK.gangwu2015-07-061-1/+3
* Sync: Implement sharing of sync data in the directory using ProtoValuePtrstanisc2015-06-208-56/+251
* [Sync] Add ability to save/restore Nigori to SyncEncryptionHandlerImplmaniscalco2015-06-161-1/+4
* Sync: Initial implementation of EntryProtoFieldPtr.stanisc2015-06-152-0/+269
* Sync: Change Delete Journals to apply to server deletions onlystanisc2015-06-112-20/+52