| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: Init backend without UI thread task | rlarocque@chromium.org | 2013-10-23 | 1 | -0/+5 |
* | Remove OAuth2 token commandline switch | pavely@chromium.org | 2013-10-23 | 1 | -1/+0 |
* | Chrome sync: Put WeakPtrFactory members at the end | dmichael@chromium.org | 2013-10-10 | 1 | -2/+2 |
* | sync: Gracefully handle early shutdown | rlarocque@chromium.org | 2013-09-19 | 1 | -2/+2 |
* | Revert 222154 "sync: Gracefully handle very early shutdown" | vitalybuka@chromium.org | 2013-09-10 | 1 | -2/+2 |
* | sync: Gracefully handle very early shutdown | rlarocque@chromium.org | 2013-09-10 | 1 | -2/+2 |
* | sync: Remove ModelTypeInvalidationMap | rlarocque@chromium.org | 2013-09-03 | 1 | -2/+1 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-31 | 1 | -5/+5 |
* | Revert 213642 "Lock-free shutdown of profile sync service. Chang..." | earthdok@chromium.org | 2013-07-25 | 1 | -5/+5 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-25 | 1 | -5/+5 |
* | Revert "Lock-free shutdown of profile sync service. Changes include:" | zea@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-10 | 1 | -1/+1 |
* | Revert 210333 "Lock-free shutdown of profile sync service. Chang..." | kinuko@chromium.org | 2013-07-08 | 1 | -1/+1 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-08 | 1 | -1/+1 |
* | Use InvalidationService (retry of r208315) | rlarocque@chromium.org | 2013-06-29 | 1 | -21/+3 |
* | Revert 208315 "Make use of InvalidationService" | rlarocque@chromium.org | 2013-06-25 | 1 | -3/+21 |
* | Make use of InvalidationService | rlarocque@chromium.org | 2013-06-25 | 1 | -21/+3 |
* | [Sync] Have SBH tell SyncManager which types to purge | zea@chromium.org | 2013-06-22 | 1 | -8/+6 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 1 | -2/+2 |
* | sync: Reduce work done to process bookmark changes | rlarocque@chromium.org | 2013-06-15 | 1 | -0/+1 |
* | sync: Handle type throttling in NudgeTracker | rlarocque@chromium.org | 2013-06-14 | 1 | -3/+0 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 1 | -1/+2 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 1 | -4/+11 |
* | sync: Bookmark unique position end-to-end support | rlarocque@chromium.org | 2013-04-02 | 1 | -5/+4 |
* | Separate invalidator and sync client ID (part 2/2) | rlarocque@chromium.org | 2013-03-28 | 1 | -0/+1 |
* | Implement Invalidator::Acknowledge. | dcheng@chromium.org | 2013-03-05 | 1 | -0/+3 |
* | sync_manager: Remove UserShare's name member. | lazyboy@chromium.org | 2013-02-20 | 1 | -6/+2 |
* | Replace FilePath with base::FilePath in some more top level directories. | brettw@chromium.org | 2013-02-10 | 1 | -2/+2 |
* | Remove syncer::IncomingInvalidationSource | rlarocque@chromium.org | 2013-02-02 | 1 | -2/+1 |
* | Separate local and remote sync invalidations | rlarocque@chromium.org | 2013-01-30 | 1 | -0/+3 |
* | Copy entries of broken (having unrecoverable error) data types to delete jour... | haitaol@chromium.org | 2013-01-26 | 1 | -1/+3 |
* | [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ | rsimha@chromium.org | 2013-01-02 | 1 | -2/+3 |
* | [Sync] Treat XMPP auth errors as sync auth errors | akalin@chromium.org | 2012-12-05 | 1 | -0/+2 |
* | Sync: Add DeviceInfo's ChangeProcessor | rlarocque@chromium.org | 2012-11-21 | 1 | -5/+1 |
* | Populate versions on individual nodes in sync model and native bookmark model. | haitaol@chromium.org | 2012-11-10 | 1 | -11/+12 |
* | [sync] Upstream Android connection observer for sync. | nyquist@chromium.org | 2012-11-05 | 1 | -11/+17 |
* | sync: Add DeviceInfo protobuf and supporting code | rlarocque@chromium.org | 2012-10-12 | 1 | -6/+0 |
* | [Sync] Add custom passphrase time tracking | zea@chromium.org | 2012-10-12 | 1 | -1/+3 |
* | Rename ModelType/ObjectIdStateMap to InvalidationMap. | dcheng@chromium.org | 2012-10-04 | 1 | -2/+2 |
* | [Sync] Implement keystore migration support. | zea@chromium.org | 2012-09-13 | 1 | -1/+1 |
* | [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} | akalin@chromium.org | 2012-09-07 | 1 | -10/+5 |
* | [Sync] Pass ModelTypeSet by value everywhere | akalin@chromium.org | 2012-09-01 | 1 | -3/+2 |
* | [Sync] Move keystore key handling to SyncEncryptionHandlerImpl | zea@chromium.org | 2012-08-29 | 1 | -2/+2 |
* | Rename SyncNotifier->Invalidator and SyncNotifierObserver->InvalidationHandler. | dcheng@chromium.org | 2012-08-28 | 1 | -9/+9 |
* | [Sync] Refactor passphrase state handling | zea@chromium.org | 2012-08-26 | 1 | -0/+1 |
* | Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. | dcheng@chromium.org | 2012-08-24 | 1 | -2/+2 |
* | [Sync] Add SyncEncryptionHandler | zea@chromium.org | 2012-08-16 | 1 | -66/+29 |
* | sync: add InternalComponentsFactory::Switches to simplify passing switches to... | tim@chromium.org | 2012-08-15 | 1 | -1/+0 |
* | [Sync] Avoid unregistering object IDs on shutdown | akalin@chromium.org | 2012-08-10 | 1 | -0/+4 |
* | Revert 150990 - [Sync] Avoid unregistering object IDs on shutdown | jeremya@chromium.org | 2012-08-10 | 1 | -4/+0 |