| Commit message (Expand) | Author | Age | Files | Lines |
* | Build correct URL for cacheinvalidation endpoint. | pavely@chromium.org | 2014-03-09 | 3 | -21/+154 |
* | Refactor GCMNetworkChannelDelegateImpl | pavely@chromium.org | 2014-03-06 | 3 | -0/+4 |
* | Wrapping message into ClientGatewayMessage is specific to PushClient | pavely@chromium.org | 2014-03-01 | 8 | -305/+264 |
* | [invalidations] Added table with registered objectsIds | mferreria@chromium.org | 2014-02-20 | 7 | -0/+30 |
* | Implement retry for Register call in GCMNetworkChannel | pavely@chromium.org | 2014-02-05 | 3 | -26/+136 |
* | Client-to-server messages in GCMNetworkChannel | pavely@chromium.org | 2014-01-22 | 9 | -22/+438 |
* | Control invalidations network channel from TiclInvalidationService | pavely@chromium.org | 2014-01-04 | 17 | -55/+245 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 3 | -3/+3 |
* | sync: Use invalidation local acknowledgements | rlarocque@chromium.org | 2013-12-17 | 6 | -4/+76 |
* | 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 |