| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor PushClientChannel | pavely@chromium.org | 2013-12-06 | 8 | -365/+517 |
* | Implement new invalidations ack tracking system | rlarocque@chromium.org | 2013-11-26 | 33 | -1596/+846 |
* | Add code for new invalidation local ack system | rlarocque@chromium.org | 2013-10-31 | 6 | -0/+315 |
* | Add UnackedInvalidationSet class | rlarocque@chromium.org | 2013-10-23 | 7 | -23/+736 |
* | Chrome sync: Put WeakPtrFactory members at the end | dmichael@chromium.org | 2013-10-10 | 6 | -19/+20 |
* | Fix misuse of STL in InvalidatorRegistrar | rlarocque@chromium.org | 2013-10-05 | 1 | -1/+3 |
* | Refactor common invalidation framework types | rlarocque@chromium.org | 2013-10-04 | 19 | -429/+746 |
* | test IWYU fixups for base | mostynb@opera.com | 2013-09-03 | 1 | -0/+1 |
* | sync: Remove ModelTypeInvalidationMap | rlarocque@chromium.org | 2013-09-03 | 5 | -52/+11 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-31 | 1 | -1/+1 |
* | 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 |