| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: Remove some WebUI debug functions | rlarocque@chromium.org | 2014-01-16 | 1 | -19/+0 |
* | sync: Add getters and setters to Entry classes | rlarocque@chromium.org | 2013-09-13 | 1 | -297/+297 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Rename base::Delete to base::DeleteFile | brettw@chromium.org | 2013-07-16 | 1 | -3/+3 |
* | Move file_util::Delete to the base namespace | brettw@chromium.org | 2013-07-01 | 1 | -3/+3 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | sync: Cleanups in and around directory.h | rlarocque@chromium.org | 2013-06-07 | 1 | -5/+5 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 1 | -4/+4 |
* | Use hash_map for syncable::Directory indices | rlarocque@chromium.org | 2013-06-04 | 1 | -3/+3 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -4/+4 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | sync: Bookmark unique position end-to-end support | rlarocque@chromium.org | 2013-04-02 | 1 | -22/+56 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -8/+8 |
* | [Sync] Add support for proxy types | zea@chromium.org | 2013-02-08 | 1 | -2/+4 |
* | Linux/ChromeOS Chromium style checker cleanup, sync/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Don't try to read notifications state from sync DB | rlarocque@chromium.org | 2013-01-29 | 1 | -7/+5 |
* | Copy entries of broken (having unrecoverable error) data types to delete jour... | haitaol@chromium.org | 2013-01-26 | 1 | -4/+4 |
* | reland: sync: Initialize entries with a model type | rlarocque@chromium.org | 2013-01-12 | 1 | -64/+65 |
* | Revert 176340 | joaodasilva@chromium.org | 2013-01-11 | 1 | -65/+64 |
* | sync: Initialize entries with a valid model type | rlarocque@chromium.org | 2013-01-11 | 1 | -64/+65 |
* | [Sync] Add support for loading, updating and querying delete journals in | haitaol@chromium.org | 2013-01-05 | 1 | -3/+127 |
* | [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp | rsimha@chromium.org | 2012-12-19 | 1 | -3/+3 |
* | [Sync] Display encrypted data in about:sync | zea@chromium.org | 2012-12-13 | 1 | -3/+3 |
* | Remove initial_sync_ended bits | rlarocque@chromium.org | 2012-12-12 | 1 | -15/+14 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -6/+6 |
* | Populate versions on individual nodes in sync model and native bookmark model. | haitaol@chromium.org | 2012-11-10 | 1 | -2/+5 |
* | Changed DB to store node positions as Ordinals. | vishwath@google.com | 2012-10-09 | 1 | -0/+43 |
* | Implement a bag of chips for sync. | qsr@chromium.org | 2012-09-11 | 1 | -0/+11 |
* | Fix sync unit test. | qsr@chromium.org | 2012-08-27 | 1 | -0/+1 |
* | [Sync] Refactor GetEncryptedTypes usage. | zea@chromium.org | 2012-08-24 | 1 | -24/+63 |
* | Update next_id when loading sync DB | rlarocque@chromium.org | 2012-08-22 | 1 | -50/+149 |
* | [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings | akalin@chromium.org | 2012-07-20 | 1 | -10/+7 |
* | Remove syncproto.h | rlarocque@chromium.org | 2012-07-12 | 1 | -7/+7 |
* | [Sync] Move ModelType and related classes to 'syncer' namespace | akalin@chromium.org | 2012-07-03 | 1 | -5/+4 |
* | sync: Fix and test delete of server-unknown items | rlarocque@chromium.org | 2012-07-03 | 1 | -2/+14 |
* | [Sync] Move sync/{internal_api,syncable} into syncer namespace | akalin@chromium.org | 2012-07-02 | 1 | -0/+2 |
* | [Sync] Rename csync namespace to syncer | akalin@chromium.org | 2012-06-28 | 1 | -5/+5 |
* | sync: inject DirectoryBackingStore to Directory and remove "OpenInMemoryForTe... | tim@chromium.org | 2012-06-22 | 1 | -57/+56 |
* | [Sync] Rename browser_sync to csync in sync/ | akalin@chromium.org | 2012-06-21 | 1 | -6/+6 |
* | Split syncable.{h,cc} into several files | rlarocque@chromium.org | 2012-06-20 | 1 | -4/+7 |
* | Protect against sync entries left by old clients | rlarocque@chromium.org | 2012-06-16 | 1 | -0/+64 |
* | Sync: Clear IS_UNSYNCED for deleted local items | rlarocque@chromium.org | 2012-05-16 | 1 | -1/+133 |
* | sync: remove UnappliedUpdateMetaHandles and just use std::vector<int64> | tim@chromium.org | 2012-04-04 | 1 | -1/+1 |
* | [Sync] Move 'sync' target to sync/ | akalin@chromium.org | 2012-03-15 | 1 | -0/+1741 |