summaryrefslogtreecommitdiffstats
path: root/sync/syncable
Commit message (Expand)AuthorAgeFilesLines
* Transaction version is used to detect out-of-sync between sync model and nati...haitaol@chromium.org2012-10-262-0/+15
* Initial support for the 'Experiments' data typerlarocque@chromium.org2012-10-191-0/+22
* [Sync] Add history delete directive typeakalin@chromium.org2012-10-171-4/+30
* sync: Add DeviceInfo protobuf and supporting coderlarocque@chromium.org2012-10-121-0/+26
* [Sync] Add transaction_version to sync DB schema and PersistedKernelInfo. Rea...haitaol@chromium.org2012-10-105-9/+73
* Fixed memory leak error in sync_unit_testsvishwath@google.com2012-10-091-0/+1
* Changed DB to store node positions as Ordinals.vishwath@google.com2012-10-0916-48/+526
* Implement a bag of chips for sync.qsr@chromium.org2012-09-116-11/+194
* Increment sync DB's next_id with a migrationrlarocque@chromium.org2012-09-073-1/+148
* sync: Introduce control data typesrlarocque@chromium.org2012-08-312-3/+31
* [Sync] Move keystore key handling to SyncEncryptionHandlerImplzea@chromium.org2012-08-291-0/+10
* Fix sync unit test.qsr@chromium.org2012-08-271-0/+1
* [Sync] Refactor GetEncryptedTypes usage.zea@chromium.org2012-08-248-62/+113
* Update next_id when loading sync DBrlarocque@chromium.org2012-08-223-50/+158
* Fix Sync.DirectoryOpenResult histogramrlarocque@chromium.org2012-08-211-3/+3
* [Sync] Add SyncEncryptionHandlerzea@chromium.org2012-08-164-0/+135
* Fix mem leak in DirectoryBackingStore unit testsrlarocque@chromium.org2012-08-081-1/+2
* sync: Attempt to recover from directory corruptionrlarocque@chromium.org2012-08-087-48/+169
* Fix SyncManager initialization failure crash.rlarocque@chromium.org2012-07-312-0/+52
* Fix a typo in RealModelTypeToNotificationType.dcheng@chromium.org2012-07-271-1/+1
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-2017-103/+81
* Finish commit 146665: [Sync] Refactor sync configuration logic.zea@chromium.org2012-07-133-5/+7
* Revert 146262 - Revert "Revert 142517 - [Sync] Refactor sync configuration lo...zea@chromium.org2012-07-133-7/+5
* Remove syncproto.hrlarocque@chromium.org2012-07-125-16/+79
* Revert "Revert 142517 - [Sync] Refactor sync configuration logic."zea@chromium.org2012-07-123-5/+7
* Remove #pragma once from syncajwong@chromium.org2012-07-1123-23/+0
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-0313-51/+46
* sync: Fix and test delete of server-unknown itemsrlarocque@chromium.org2012-07-032-2/+23
* sync: Move MarkForSyncing to mutable_entry.ccrlarocque@chromium.org2012-07-032-10/+10
* sync: Remove GetPossibleLastChildForTest()rlarocque@chromium.org2012-07-032-32/+1
* [Sync] Move model_type* from syncable/ to base/akalin@chromium.org2012-07-038-8/+8
* sync: Remove unused IdFilter classrlarocque@chromium.org2012-07-032-23/+0
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-0249-24/+109
* sync: Move invariant check logic into Directoryrlarocque@chromium.org2012-06-293-87/+56
* [Sync] Move nigori_util* to sync/syncableakalin@chromium.org2012-06-295-9/+399
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-2816-55/+55
* sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe...tim@chromium.org2012-06-224-100/+73
* Removes reference counting of syncable::Directory::Kernelrlarocque@chromium.org2012-06-222-22/+2
* [Sync] Rename sync_api to csyncakalin@chromium.org2012-06-223-6/+6
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-2113-48/+48
* Split syncable.{h,cc} into several filesrlarocque@chromium.org2012-06-2032-1897/+2111
* Revert 142563 - Handle sync database corruption with re-downloadzea@chromium.org2012-06-181-0/+19
* sync: move internal_api components used by chrome/browser into internal_api/p...tim@chromium.org2012-06-172-4/+5
* Handle sync database corruption with re-downloadrlarocque@chromium.org2012-06-161-19/+0
* Protect against sync entries left by old clientsrlarocque@chromium.org2012-06-162-4/+76
* sync: create internal_api/public to house sync/ files needed by chrome/browse...tim@chromium.org2012-06-0714-479/+14
* sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI...tim@chromium.org2012-06-061-0/+2
* Remove sync's ModelSafeWorkerRegistrarrlarocque@chromium.org2012-06-012-0/+6
* sync: Loop committing items without downloading updatesrlarocque@chromium.org2012-05-261-0/+2
* sync: in MutableEntry, SaveOriginals on-demand rather than on construction to...tim@chromium.org2012-05-252-19/+21