| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 213642 "Lock-free shutdown of profile sync service. Chang..." | earthdok@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-25 | 1 | -1/+1 |
* | Add version field to syncer::Invalidation. | stepco@chromium.org | 2013-07-18 | 7 | -10/+69 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 8 | -8/+8 |
* | 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 | 13 | -292/+7 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 3 | -5/+5 |
* | Revert 208315 "Make use of InvalidationService" | rlarocque@chromium.org | 2013-06-25 | 13 | -7/+292 |
* | Make use of InvalidationService | rlarocque@chromium.org | 2013-06-25 | 13 | -292/+7 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 2 | -4/+4 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Update sync/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 9 | -18/+18 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 3 | -4/+4 |
* | sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-27 | 3 | -6/+5 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -21/+29 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 6 | -29/+21 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 6 | -21/+29 |
* | Separate invalidator and sync client ID (part 2/2) | rlarocque@chromium.org | 2013-03-28 | 22 | -102/+95 |
* | Use specific client type for tango on iOS. | qsr@chromium.org | 2013-03-24 | 1 | -0/+4 |
* | Implement Invalidator::Acknowledge. | dcheng@chromium.org | 2013-03-05 | 14 | -105/+465 |
* | Add a Clock and TickClock interface for mocking out time | akalin@chromium.org | 2013-02-21 | 3 | -63/+54 |
* | Linux/ChromeOS Chromium style checker cleanup, sync/ edition. | rsleevi@chromium.org | 2013-02-07 | 3 | -10/+12 |
* | Migrate invalidator client IDs out of sync | rlarocque@chromium.org | 2013-02-06 | 5 | -0/+45 |
* | Remove syncer::IncomingInvalidationSource | rlarocque@chromium.org | 2013-02-02 | 18 | -140/+57 |
* | Separate local and remote sync invalidations | rlarocque@chromium.org | 2013-01-30 | 1 | -1/+2 |
* | Don't try to read notifications state from sync DB | rlarocque@chromium.org | 2013-01-29 | 15 | -142/+5 |
* | Makes the necessary changes to sync.gyp as well as its dependencies (most not... | blundell@chromium.org | 2013-01-24 | 1 | -0/+2 |
* | Roll cacheinvalidation forward to @261. | ghc@google.com | 2013-01-18 | 1 | -1/+1 |
* | [sync] Componentize sync: Part 6: Add more SYNC_EXPORTs to files in src/sync/ | rsimha@chromium.org | 2013-01-02 | 15 | -39/+56 |
* | [sync] Componentize sync: Part 2: Add SYNC_EXPORTs to files in src/sync/ | rsimha@chromium.org | 2012-12-11 | 8 | -20/+29 |
* | [Sync] Treat XMPP auth errors as sync auth errors | akalin@chromium.org | 2012-12-05 | 1 | -0/+1 |
* | Implement features needed for local ack handling in InvalidationStateTracker. | dcheng@chromium.org | 2012-12-05 | 6 | -18/+102 |
* | Remove unregistered IDs from the invalidation state map cache. | dcheng@chromium.org | 2012-11-21 | 5 | -2/+48 |
* | Remove various DoNothing functions in favor of base::DoNothing | akalin@chromium.org | 2012-11-15 | 1 | -4/+2 |
* | sync: Update calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-11-14 | 5 | -11/+11 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 2 | -2/+3 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 2 | -3/+2 |
* | Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 2 | -2/+3 |
* | Implement a class to manage backoff timers for local invalidation reminders. | dcheng@chromium.org | 2012-11-09 | 4 | -0/+692 |
* | Add the InvalidationState struct to bundle local state about invalidations. | dcheng@chromium.org | 2012-10-19 | 14 | -49/+52 |
* | [Invalidations] Require there to be no registered handlers on Invalidator des... | akalin@chromium.org | 2012-10-05 | 5 | -5/+39 |
* | Rename ModelType/ObjectIdStateMap to InvalidationMap. | dcheng@chromium.org | 2012-10-04 | 30 | -389/+410 |
* | Rename InvalidationState to BootstrapData | dcheng@chromium.org | 2012-10-03 | 13 | -52/+53 |
* | [Invalidations] Add GetInvalidatorState() to Invalidator{,Frontend} | akalin@chromium.org | 2012-09-07 | 29 | -488/+504 |