summaryrefslogtreecommitdiffstats
path: root/sync/syncable/directory_backing_store.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove using finch experiment to control database size, and nowgangwu2015-07-171-11/+3
* Sync: Implement sharing of sync data in the directory using ProtoValuePtrstanisc2015-06-201-8/+44
* Sync: Change Local IDs to GUID based to avoid ID collisionstanisc2015-05-141-10/+6
* [Sync] Make OnDiskDirectoryBackingStore base class for deferred DBSmaniscalco2015-04-201-4/+2
* [Sync] Make more of DirectoryBackingStore's methods privatemaniscalco2015-04-171-35/+29
* [Sync] Make DirectoryBackingStore's db_ private.maniscalco2015-04-161-2/+20
* [Sync] Update DirectoryBackingStore to detect Sync DB corruptionmaniscalco2015-04-141-0/+29
* [Sync] Refactor DirectoryBackingStore's sql::Connection creationmaniscalco2015-03-311-20/+34
* Increase page size for SyncData DB from 4K to maximumgangwu2015-03-201-1/+38
* Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the diskstanisc2015-03-171-18/+17
* Mechanical rename of tracing includes for /syncprimiano2015-01-301-1/+1
* Enable Null Syncable ID which is different than Root ID.stanisc2014-12-231-3/+5
* Add server_attachment_metadata field to EntryKernel and sync database.maniscalco@chromium.org2014-07-161-1/+19
* sync: Improve handling of bad UniquePos (retry)rlarocque@chromium.org2014-05-151-0/+10
* Revert 270308 "sync: Improve handling of bad UniquePositions"raymes@google.com2014-05-141-10/+0
* sync: Improve handling of bad UniquePositionsrlarocque@chromium.org2014-05-141-0/+10
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-021-0/+9
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-011-9/+0
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-011-0/+9
* [Sync] Add context proto and directory supportzea@chromium.org2014-04-041-7/+43
* Add AttachmentMetadata to Sync's EntryKernel.maniscalco@chromium.org2014-04-021-1/+19
* [sync] Limit DirectoryBackingStore database cache size.feng@chromium.org2013-11-131-0/+2
* Use a direct include of time headers in rlz/, skia/, sql/, sync/.avi@chromium.org2013-06-281-1/+1
* [sql] Add histogram tags to sync databases.shess@chromium.org2013-06-161-0/+1
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/.dcheng@chromium.org2013-06-121-1/+1
* Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/.avi@chromium.org2013-06-111-1/+1
* Use hash_map for syncable::Directory indicesrlarocque@chromium.org2013-06-041-31/+43
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-301-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* sync: Bookmark unique position end-to-end supportrlarocque@chromium.org2013-04-021-29/+155
* [Sync] Add support for proxy typeszea@chromium.org2013-02-081-4/+7
* Don't try to read notifications state from sync DBrlarocque@chromium.org2013-01-291-8/+7
* [Sync] Add support for loading, updating and querying delete journals in haitaol@chromium.org2013-01-051-56/+99
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-021-2/+1
* Remove initial_sync_ended bitsrlarocque@chromium.org2012-12-121-29/+48
* [Sync] Add deleted_metas table to sync database. haitaol@chromium.org2012-12-101-3/+28
* Populate versions on individual nodes in sync model and native bookmark model.haitaol@chromium.org2012-11-101-1/+20
* [Sync] Add transaction_version to sync DB schema and PersistedKernelInfo. Rea...haitaol@chromium.org2012-10-101-7/+37
* Changed DB to store node positions as Ordinals.vishwath@google.com2012-10-091-11/+75
* Implement a bag of chips for sync.qsr@chromium.org2012-09-111-11/+36
* Increment sync DB's next_id with a migrationrlarocque@chromium.org2012-09-071-1/+19
* sync: Attempt to recover from directory corruptionrlarocque@chromium.org2012-08-081-0/+32
* [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopingsakalin@chromium.org2012-07-201-6/+6
* [Sync] Move ModelType and related classes to 'syncer' namespaceakalin@chromium.org2012-07-031-3/+3
* [Sync] Move sync/{internal_api,syncable} into syncer namespaceakalin@chromium.org2012-07-021-0/+2
* [Sync] Rename csync namespace to syncerakalin@chromium.org2012-06-281-3/+3
* [Sync] Rename browser_sync to csync in sync/akalin@chromium.org2012-06-211-3/+3
* Protect against sync entries left by old clientsrlarocque@chromium.org2012-06-161-4/+12