summaryrefslogtreecommitdiffstats
path: root/sync/internal_api
Commit message (Expand)AuthorAgeFilesLines
* Let ModelTypeService create SharedModelTypeProcessor insteadgangwu2016-03-255-20/+59
* During my local test, I found I cannot get compressedgangwu2016-03-241-8/+3
* Add RetainedRef uses where needed.vmpstr2016-03-211-2/+2
* [Sync] USS: Add SMTP tests, clean up constants, etc.maxbogue2016-03-162-189/+271
* Remove kAutofillWalletSyncExperimentEnabled.jdonnelly2016-03-152-19/+3
* [Sync] USS: Delete metadata in SMTP when appropriate.maxbogue2016-03-114-97/+101
* [Sync] Rename to (Processor|Worker)EntityTracker for clarity.maxbogue2016-03-017-107/+113
* [Sync] USS: Enforce tag consistency in SMTP.maxbogue2016-02-276-93/+68
* [Sync] Remove unused BackupTypes methodzea2016-02-261-3/+0
* sync: Add out-of-line copy ctors for complex classes.vmpstr2016-02-2620-0/+40
* [Sync] USS: Remove pending updates from SharedModelTypeProcessor.maxbogue2016-02-255-176/+11
* [Sync] USS: Implement initial GetUpdates + merge handling in SMTP.maxbogue2016-02-255-62/+162
* [Sync] Remove backup/rollback logic from Synczea2016-02-2417-1464/+6
* [Sync] Now also check get updates request types before performing sessions ga...skym2016-02-231-1/+4
* [Sync] USS: Load data for pending commits on startup.maxbogue2016-02-239-570/+774
* [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-122-2/+2
* [Sync] USS: Define SharedModelTypeProcessorTest methods inline.maxbogue2016-02-111-342/+239
* [Sync] DeviceInfoService now gives metadata to processor during init.skym2016-02-112-0/+4
* [Sync] USS: Rename SharedModelTypeProcessor::Start and related methods.maxbogue2016-02-115-61/+60
* [Sync] Moving DataTypeState to be a proto so that it can easily beskym2016-02-1011-74/+55
* [Sync] USS: Refactor SharedModelTypeProcessor and improve init flow.maxbogue2016-02-106-112/+104
* [Sync] Initial integration between DeviceInfoService and ModelTypeStore.skym2016-02-092-0/+79
* Clean up dead code related to enhanced_bookmarks.newt2016-02-081-10/+0
* [Sync] USS: Load metadata into the processor.maxbogue2016-02-018-79/+152
* [Sync] Renaming client key to client tag.skym2016-01-2910-45/+45
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-1/+1
* Remove sync request compression.gangwu2016-01-202-202/+5
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Make all targets build without unused data members on Linux.mlamouri2016-01-161-1/+0
* Move bit_cast from base/macros.h to its own headertapted2016-01-142-0/+2
* Use MetadataChangeList and EntityChangeList in SharedModelTypeProcessorstanisc2016-01-128-73/+480
* [Sync] Add metrics for how sync is turned off.maxbogue2016-01-091-0/+27
* [Sync] Sync should run canary cycle after any network related errorpavely2016-01-064-3/+71
* Cleanup: Remove double semicolons.thestig2016-01-042-2/+2
* Clean up header files.avi2015-12-261-1/+1
* Convert Pass()→std::move() in //syncdcheng2015-12-2633-112/+129
* [Sync] Use account_id instead of username in a few places in syncpavely2015-12-233-7/+11
* Switch to standard integer types in sync/.avi2015-12-22119-367/+570
* [Sync] Updating processor's Put method to take a scoped_ptr.skym2015-12-156-35/+96
* [Sync] Fixing all trivial lint violations in src/sync/*skym2015-12-145-7/+8
* Sync: Remove GetEntry() from BaseNode API.stanisc2015-12-126-16/+42
* [Sync] Fixing lint violations in src/sync/internal_api/*skym2015-12-1184-137/+213
* [Sync] Replacing SYNC_EXPORT_PRIVATE with SYNC_EXPORT for all usage, and fixi...skym2015-12-1147-116/+134
* [Sync] Remove ScopedServerStatusWatcherpavely2015-12-081-9/+3
* Revert of [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violation...caitkp2015-12-0747-134/+116
* [Sync] Removing SYNC_EXPORT_PRIVATE macro and fixing lint violations onskym2015-12-0747-116/+134
* [Sync] Implement support for on-disk ModelTypeStorepavely2015-12-042-6/+33
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-2/+0