| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: Process updates responses on the sync thread | rlarocque@chromium.org | 2013-10-01 | 6 | -110/+66 |
* | sync: Process commit responses on the sync thread | rlarocque@chromium.org | 2013-09-26 | 5 | -78/+53 |
* | Clean up remaining unused globals (on mac). | thakis@chromium.org | 2013-09-26 | 1 | -2/+0 |
* | Send configuration stats together at the end of data type configuration so that | haitaol@chromium.org | 2013-09-20 | 1 | -1/+4 |
* | sync: Gracefully handle early shutdown | rlarocque@chromium.org | 2013-09-19 | 10 | -49/+62 |
* | sync: Add getters and setters to Entry classes | rlarocque@chromium.org | 2013-09-13 | 17 | -1181/+1123 |
* | Release sync's RequestContextGetter as soon as possible | haitaol@chromium.org | 2013-09-11 | 1 | -2/+2 |
* | sync: Remove OverrideClientFieldsAfterCommit | rlarocque@chromium.org | 2013-09-11 | 3 | -119/+1 |
* | sync: Implement per-type GetCommitIds | rlarocque@chromium.org | 2013-09-10 | 5 | -246/+277 |
* | Revert 222154 "sync: Gracefully handle very early shutdown" | vitalybuka@chromium.org | 2013-09-10 | 10 | -82/+118 |
* | sync: Gracefully handle very early shutdown | rlarocque@chromium.org | 2013-09-10 | 10 | -118/+82 |
* | sync: Remove IDs from OrderedCommitSet | rlarocque@chromium.org | 2013-09-04 | 7 | -45/+38 |
* | sync: Remove ModelTypeInvalidationMap | rlarocque@chromium.org | 2013-09-03 | 7 | -29/+26 |
* | sync: Expose BuildCommitItem helper function | rlarocque@chromium.org | 2013-08-27 | 2 | -80/+96 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-23 | 1 | -8/+0 |
* | sync: Improve testing of download functions | rlarocque@chromium.org | 2013-08-23 | 5 | -130/+195 |
* | [sync] Properly handle case where sync is disabled by dasher admin | rsimha@chromium.org | 2013-08-22 | 3 | -4/+34 |
* | Allow ProfileSyncService to initialize backend when access token is not avail... | tim@chromium.org | 2013-08-15 | 1 | -1/+5 |
* | sync: Remove SyncSourceInfo | rlarocque@chromium.org | 2013-08-03 | 9 | -326/+220 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-31 | 9 | -40/+39 |
* | Revert 213642 "Lock-free shutdown of profile sync service. Chang..." | earthdok@chromium.org | 2013-07-25 | 9 | -39/+40 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-25 | 9 | -40/+39 |
* | sync: Add pre-commit update avoidance mode + flag | rlarocque@chromium.org | 2013-07-20 | 4 | -9/+15 |
* | Use a direct include of the message_loop header in ppapi/, printing/, rlz/, s... | avi@chromium.org | 2013-07-18 | 5 | -5/+5 |
* | Remove DEPS rules that are redundant with the defaults in src/DEPS. | tfarina@chromium.org | 2013-07-14 | 1 | -1/+0 |
* | Migrate from googleurl/ includes to url/ ones in the remaining top-level dire... | tfarina@chromium.org | 2013-07-13 | 1 | -1/+1 |
* | Sync periodic polls always fail because of expired access tokens. | pavely@chromium.org | 2013-07-13 | 3 | -1/+57 |
* | Revert "Lock-free shutdown of profile sync service. Changes include:" | zea@chromium.org | 2013-07-13 | 4 | -12/+15 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-10 | 4 | -15/+12 |
* | [Sync] Add password support to sync api | zea@chromium.org | 2013-07-10 | 1 | -0/+1 |
* | Revert 210333 "Lock-free shutdown of profile sync service. Chang..." | kinuko@chromium.org | 2013-07-08 | 4 | -12/+15 |
* | Lock-free shutdown of profile sync service. Changes include: | haitaol@chromium.org | 2013-07-08 | 4 | -15/+12 |
* | sync: Expose sync functionality as functions | rlarocque@chromium.org | 2013-07-03 | 16 | -709/+716 |
* | Use a direct include of time headers in rlz/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-28 | 10 | -11/+11 |
* | Add base namespace to more values in sync and elsewhere. | brettw@chromium.org | 2013-06-21 | 4 | -11/+11 |
* | sync: Handle type throttling in NudgeTracker | rlarocque@chromium.org | 2013-06-14 | 16 | -350/+163 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 3 | -42/+17 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. | dcheng@chromium.org | 2013-06-12 | 1 | -5/+1 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 8 | -9/+9 |
* | sync: Allow commit of successors of conflict items | rlarocque@chromium.org | 2013-06-08 | 3 | -75/+60 |
* | sync: Cleanups in and around directory.h | rlarocque@chromium.org | 2013-06-07 | 5 | -16/+16 |
* | [Sync] Allow enabling partial sets of types instead of blocking | zea@chromium.org | 2013-06-07 | 1 | -3/+6 |
* | Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ... | rsleevi@chromium.org | 2013-06-03 | 1 | -1/+1 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Client changes for disabled dasher account | pavely@chromium.org | 2013-05-29 | 2 | -1/+8 |
* | sync: Process conflicts out of order | rlarocque@chromium.org | 2013-05-17 | 1 | -39/+6 |
* | sync: Fix handling of data type throttling | rlarocque@chromium.org | 2013-05-16 | 3 | -24/+131 |
* | Fix mem leak in DownloadUpdatesCommandTest | rlarocque@chromium.org | 2013-05-10 | 1 | -2/+4 |
* | sync: Report GetUpdate triggers to the server | rlarocque@chromium.org | 2013-05-09 | 9 | -241/+309 |
* | sync: Use base::MessageLoop. | xhwang@chromium.org | 2013-05-07 | 4 | -16/+15 |