summaryrefslogtreecommitdiffstats
path: root/sync/syncable/directory.h
Commit message (Expand)AuthorAgeFilesLines
* Sync: Change Local IDs to GUID based to avoid ID collisionstanisc2015-05-141-3/+1
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-301-0/+7
* Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https:...vkuzkokov2015-04-281-7/+0
* [Sync] Erase sync DB when corruptedmaniscalco2015-04-271-0/+7
* [Sync] Make OnDiskDirectoryBackingStore base class for deferred DBSmaniscalco2015-04-201-0/+3
* [Sync] Make Directory's protected methods private where possiblemaniscalco2015-04-161-9/+9
* [Sync] Make DirectoryBackingStore's db_ private.maniscalco2015-04-161-10/+10
* [Sync] Eliminate friends from Directory by exposing kernel via accessormaniscalco2015-04-031-128/+130
* [Sync] Replace AttachmentIdSet with AttachmentIdList in interfaces.pavely2015-03-251-2/+2
* Sync: Avoid 3 passes over SyncDarta DB when loading the directory from the diskstanisc2015-03-171-2/+3
* Remove dependency on server generated type root foldersstanisc2015-01-301-1/+4
* Make Directory's code style a little more consistent.maniscalco2014-09-221-48/+57
* Make GenericChangeProcessor upload attachments on startup.maniscalco2014-09-221-0/+14
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in [r-t]*/thestig2014-09-121-1/+1
* [Sync] Rely on directory to decide which types need to be purgedzea@chromium.org2014-07-191-0/+3
* Special handling of preference backup to not change local values in backup mode.haitaol@chromium.org2014-06-261-0/+6
* Invoke AttachmentUploader and update AttachmentIds.pavely@chromium.org2014-05-201-0/+7
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-021-1/+43
* Revert of Keep track of which attachments are referenced by which sync entrie...maniscalco@chromium.org2014-05-011-43/+1
* Keep track of which attachments are referenced by which sync entries.maniscalco@chromium.org2014-05-011-1/+43
* Remove unused method Directory::GetRootEntry.maniscalco@chromium.org2014-04-121-1/+0
* [Sync] Properly purge context/progress markers for disabled typeszea@chromium.org2014-04-111-1/+1
* [Sync] Add support for context changes that trigger refresheszea@chromium.org2014-04-091-0/+5
* sync: Re-implement getAllNodes WebUI functionrlarocque@chromium.org2014-04-071-1/+4
* [Sync] Add context proto and directory supportzea@chromium.org2014-04-041-0/+10
* Implememt garbage collection of old entries according tohaitaol@chromium.org2014-03-011-0/+5
* sync: Remove some WebUI debug functionsrlarocque@chromium.org2014-01-161-10/+3
* sync: Per-type update applicationrlarocque@chromium.org2013-12-041-5/+2
* sync: Process updates responses on the sync threadrlarocque@chromium.org2013-10-011-2/+2
* sync: Introduce ModelNeutralWriteTransactionsrlarocque@chromium.org2013-09-261-3/+4
* sync: Add ModelNeutralMutableEntryrlarocque@chromium.org2013-09-241-0/+1
* sync: Reduce work done to process bookmark changesrlarocque@chromium.org2013-06-151-0/+4
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-1/+1
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-0/+1
* sync: Cleanups in and around directory.hrlarocque@chromium.org2013-06-071-100/+88
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-071-10/+24
* Use hash_map for syncable::Directory indicesrlarocque@chromium.org2013-06-041-85/+42
* sync: Count nodes more efficientlyrlarocque@chromium.org2013-05-291-0/+9
* sync: Bookmark unique position end-to-end supportrlarocque@chromium.org2013-04-021-81/+28
* Replace FilePath with base::FilePath in some more top level directories.brettw@chromium.org2013-02-101-1/+1
* Don't try to read notifications state from sync DBrlarocque@chromium.org2013-01-291-10/+0
* Copy entries of broken (having unrecoverable error) data types to delete jour...haitaol@chromium.org2013-01-261-4/+8
* [sync] Componentize sync: Part 7: Eliminate more filename collisions in sync.gyprsimha@chromium.org2013-01-241-2/+2
* Use delete journal to remove bookmarks that are already deleted in sync modelhaitaol@chromium.org2013-01-221-2/+4
* [Sync] Add support for loading, updating and querying delete journals in haitaol@chromium.org2013-01-051-10/+10
* [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2013-01-021-2/+2
* Remove initial_sync_ended bitsrlarocque@chromium.org2012-12-121-6/+3
* [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/rsimha@chromium.org2012-12-111-2/+3
* Added directory entry counters to about:syncvishwath@google.com2012-11-151-0/+7
* Transaction version is used to detect out-of-sync between sync model and nati...haitaol@chromium.org2012-10-261-0/+5