summaryrefslogtreecommitdiffstats
path: root/sync/engine
Commit message (Expand)AuthorAgeFilesLines
...
* sync: always send entity specifics with bookmark tombstonestim@chromium.org2014-04-231-6/+14
* Add an action for server to send down rollback command.haitaol@chromium.org2014-04-221-1/+7
* sync: Remove some fields from about:syncrlarocque@chromium.org2014-04-121-16/+0
* [Sync] Add support for retrying a getupdates due to a context changezea@chromium.org2014-04-1010-31/+139
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-091-0/+60
* sync: Re-implement getAllNodes WebUI functionrlarocque@chromium.org2014-04-072-0/+60
* [Sync] Add plumbing of context from client to serverzea@chromium.org2014-04-0410-34/+116
* SyncManagerImpl::encryptor_ member is not needed. It is passed to SyncEncrypt...pavely@chromium.org2014-04-042-12/+0
* Add AttachmentMetadata to Sync's EntryKernel.maniscalco@chromium.org2014-04-021-0/+21
* sync: Remove TrafficRecorderrlarocque@chromium.org2014-04-026-362/+3
* sync: Add NonBlockingTypeProcesssor and SyncCorerlarocque@chromium.org2014-03-272-3/+21
* sync: Filter types to apply in configure cyclerlarocque@chromium.org2014-03-257-32/+150
* sync: Expose ProtocolEvents on ProfileSyncServicerlarocque@chromium.org2014-03-2111-5/+86
* sync: Add NonBlockingSyncTypeProcessorCore (again)rlarocque@chromium.org2014-03-206-12/+158
* Revert of sync: Add NonBlockingSyncTypeProcessorCore (https://codereview.chro...pneubeck@chromium.org2014-03-206-158/+12
* sync: Add NonBlockingSyncTypeProcessorCorerlarocque@chromium.org2014-03-196-12/+158
* sync: Merge GU retry logic into normal GUrlarocque@chromium.org2014-03-048-105/+28
* Implememt garbage collection of old entries according tohaitaol@chromium.org2014-03-016-5/+157
* sync: Move download logic into GetUpdatesProcessorrlarocque@chromium.org2014-02-286-297/+264
* sync: Add interfaces for per-type syncrlarocque@chromium.org2014-02-1924-230/+422
* sync: Move migration signal out of snapshotrlarocque@chromium.org2014-02-127-3/+17
* This is the clean-up following r249138.rlarocque@chromium.org2014-02-1210-435/+446
* Split up SyncEngineEventListener callbacksrlarocque@chromium.org2014-02-1114-171/+174
* sync: Set next unthrottle timer relative to 'now'rlarocque@chromium.org2014-02-061-2/+3
* sync: Apply updates passively without routing inforlarocque@chromium.org2014-02-056-24/+78
* sync: GU retry with less explicit TimeTicks logicrlarocque@chromium.org2014-02-037-40/+40
* sync: Introduce ModelTypeRegistry and helpersrlarocque@chromium.org2014-01-1719-296/+487
* [Recommit]haitaol@chromium.org2014-01-1410-35/+276
* Revert 244381 "Support GU retry command in sync engine. The comm..."thakis@chromium.org2014-01-1210-276/+35
* Support GU retry command in sync engine. The command specifies a delay after ...haitaol@chromium.org2014-01-1110-35/+276
* sync: Consistently refcount ModelSafeWorkersrlarocque@chromium.org2014-01-112-18/+6
* Move JobPriority from parameter to scheduler statepavely@chromium.org2014-01-042-12/+24
* Make TrySyncSessionJob post task on sync threadpavely@chromium.org2013-12-163-36/+62
* sync: Refactor GetUpdates looprlarocque@chromium.org2013-12-105-30/+119
* sync: Per-type update applicationrlarocque@chromium.org2013-12-0420-955/+779
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-031-1/+1
* Implement new invalidations ack tracking systemrlarocque@chromium.org2013-11-261-1/+1
* Send debug event info on Commit requests, not just GetUpdates requests.maniscalco@chromium.org2013-11-232-13/+109
* Don't clear debug info until after it has been sent to the server.maniscalco@chromium.org2013-11-214-62/+86
* Avoid SEGFAULT when scheduler is stopped as part of sync cycle.pavely@chromium.org2013-11-202-1/+38
* Channel all low lever scheduling calls through single functionpavely@chromium.org2013-11-182-28/+48
* Remove SyncSchedulerImpl::OnShouldStopSyncingPermanentlypavely@chromium.org2013-11-184-11/+0
* Pass retry_task to SyncScheduler::ScheduleConfigurationpavely@chromium.org2013-11-174-58/+98
* sync: Remove test dependencies on SyncerCommandrlarocque@chromium.org2013-11-157-164/+341
* Fix one case that can make sync backend stuck in auth error state.haitaol@chromium.org2013-11-081-1/+13
* sync: treat gaia http 500s as retriable.tim@chromium.org2013-11-081-0/+2
* sync: Implement per-type update processingrlarocque@chromium.org2013-10-3015-541/+597
* Remove references to GaiaConstants::kSyncService from syncpavely@chromium.org2013-10-254-14/+0
* Remove OAuth2 token commandline switchpavely@chromium.org2013-10-233-12/+2
* sync: Refactor update verification and processingrlarocque@chromium.org2013-10-233-44/+51