| Commit message (Expand) | Author | Age | Files | Lines |
* | Standardize usage of virtual/override/final in sync/ | dcheng | 2014-10-21 | 1 | -39/+29 |
* | replace OVERRIDE and FINAL with override and final in sync/ | mostynb | 2014-10-06 | 1 | -15/+15 |
* | Refactor SyncManager::Init to receive args via a struct. | maniscalco@chromium.org | 2014-08-08 | 1 | -17/+20 |
* | Refactor SyncManager::Init to use a GURL for the sync server URL. | maniscalco@chromium.org | 2014-08-06 | 1 | -22/+18 |
* | Prep for moving files into components/invalidation | rlarocque@chromium.org | 2014-07-23 | 1 | -0/+1 |
* | Move sync/notifier to components/invalidation | rlarocque@chromium.org | 2014-07-17 | 1 | -1/+1 |
* | Remove most remaining sync/notifier dependencies | rlarocque@chromium.org | 2014-07-10 | 1 | -1/+1 |
* | Replace MessageLoopProxy with ThreadTaskRunnerHandle in src/sync/. | maniscalco@chromium.org | 2014-07-09 | 1 | -2/+2 |
* | sync: Inject sync/'s dependency on invalidations | rlarocque@chromium.org | 2014-07-08 | 1 | -2/+76 |
* | Retry: Move some sync/notifier to components/invalidation | rlarocque@chromium.org | 2014-06-06 | 1 | -1/+1 |
* | Revert of Move some sync/notifier to components/invalidation (https://coderev... | rlarocque@chromium.org | 2014-06-02 | 1 | -1/+1 |
* | Move some sync/notifier to components/invalidation | rlarocque@chromium.org | 2014-06-02 | 1 | -1/+1 |
* | Let SyncManagerFactory create different types of sync managers according to | haitaol@chromium.org | 2014-05-15 | 1 | -1/+1 |
* | Reduce dependency of TiclInvalidationService on Profile | bartfab@chromium.org | 2014-04-16 | 1 | -3/+1 |
* | New Sync datatype for Synced Notifications App Info | petewil@chromium.org | 2014-01-29 | 1 | -0/+1 |
* | sync: Remove some WebUI debug functions | rlarocque@chromium.org | 2014-01-16 | 1 | -1/+1 |
* | sync: Consistently refcount ModelSafeWorkers | rlarocque@chromium.org | 2014-01-11 | 1 | -2/+2 |
* | Control invalidations network channel from TiclInvalidationService | pavely@chromium.org | 2014-01-04 | 1 | -2/+6 |
* | Update uses of Value in extensions/, google_apis/, gpu/, media/, net/, printi... | avi@chromium.org | 2013-12-23 | 1 | -1/+1 |
* | Implement new invalidations ack tracking system | rlarocque@chromium.org | 2013-11-26 | 1 | -1/+1 |
* | Fix sync_client to work with oauth2 tokens. | pavely@chromium.org | 2013-11-06 | 1 | -0/+1 |
* | Remove OAuth2 token commandline switch | pavely@chromium.org | 2013-10-23 | 1 | -1/+1 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -1/+0 |
* | sync: Gracefully handle early shutdown | rlarocque@chromium.org | 2013-09-19 | 1 | -3/+8 |
* | Revert 222154 "sync: Gracefully handle very early shutdown" | vitalybuka@chromium.org | 2013-09-10 | 1 | -4/+1 |
* | sync: Gracefully handle very early shutdown | rlarocque@chromium.org | 2013-09-10 | 1 | -1/+4 |
* | Rename base::debug::StackTrace::PrintBacktrace() to Print(). | rsesek@chromium.org | 2013-08-29 | 1 | -2/+1 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-31 | 1 | -6/+5 |
* | Revert 213642 "Lock-free shutdown of profile sync service. Chang..." | earthdok@chromium.org | 2013-07-25 | 1 | -5/+6 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-25 | 1 | -6/+5 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use InvalidationService (retry of r208315) | rlarocque@chromium.org | 2013-06-29 | 1 | -23/+54 |
* | Revert 208315 "Make use of InvalidationService" | rlarocque@chromium.org | 2013-06-25 | 1 | -54/+23 |
* | Make use of InvalidationService | rlarocque@chromium.org | 2013-06-25 | 1 | -23/+54 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 1 | -6/+3 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 1 | -1/+1 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -4/+2 |
* | Worker changes to prepare for lock-free shutdown. | haitaol@chromium.org | 2013-05-29 | 1 | -1/+1 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 1 | -2/+2 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 1 | -1/+1 |
* | Split NetworkTimeTracker into service part and observer part. | zea@chromium.org | 2013-04-30 | 1 | -1/+3 |
* | Separate invalidator and sync client ID (part 2/2) | rlarocque@chromium.org | 2013-03-28 | 1 | -0/+1 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | net: split net/ssl out of net/base | phajdan.jr@chromium.org | 2013-03-14 | 1 | -1/+1 |
* | Implement features needed for local ack handling in InvalidationStateTracker. | dcheng@chromium.org | 2012-12-05 | 1 | -36/+1 |
* | Sync: Add DeviceInfo's ChangeProcessor | rlarocque@chromium.org | 2012-11-21 | 1 | -2/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -3/+3 |
* | Reland 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -3/+3 |
* | Revert 167337 - Move url_request_test_util into net namespace | jochen@chromium.org | 2012-11-13 | 1 | -3/+3 |