| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | [Sync] Log age of auth tokens on authentication failure | zea@chromium.org | 2013-05-06 | 2 | -11/+49 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 2 | -3/+3 |
* | sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-27 | 2 | -3/+3 |
* | Sync: Turn DCHECK into a warning. | dubroy@chromium.org | 2013-04-18 | 1 | -2/+2 |
* | sync: Finish the SyncScheduler refactor | rlarocque@chromium.org | 2013-04-18 | 8 | -1034/+195 |
* | [Sync] Prevent redundant sync title changes | zea@chromium.org | 2013-04-15 | 1 | -0/+3 |
* | Add a space between string literals and PRIuS | stuartmorgan@chromium.org | 2013-04-10 | 1 | -4/+4 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -8/+10 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 2 | -10/+8 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 2 | -8/+10 |
* | sync: Refactor job ownership in SyncScheduler | rlarocque@chromium.org | 2013-04-06 | 7 | -478/+198 |
* | sync: Bookmark unique position end-to-end support | rlarocque@chromium.org | 2013-04-02 | 15 | -665/+317 |
* | Move MessageLoop to base namespace. | brettw@chromium.org | 2013-03-31 | 2 | -3/+1 |
* | sync: Remove session member from SyncSessionJob | rlarocque@chromium.org | 2013-03-29 | 8 | -213/+168 |
* | sync: Handle POLL jobs in separate a code path | rlarocque@chromium.org | 2013-03-20 | 3 | -109/+159 |
* | sync: Remove SyncSessionJob destruction observer | rlarocque@chromium.org | 2013-03-18 | 4 | -47/+9 |
* | [Sync] Fix history implicit types | zea@chromium.org | 2013-03-16 | 1 | -0/+2 |
* | C++0x fix: add spaces between literals and identifiers. | glider@chromium.org | 2013-03-15 | 1 | -1/+1 |
* | Send client channel info to server in user-agent string. | pavely@chromium.org | 2013-03-15 | 2 | -16/+0 |
* | Remove some members from SyncSession | rlarocque@chromium.org | 2013-03-15 | 10 | -214/+227 |
* | sync: Fix scheduler crash on duplicate canaries | rlarocque@chromium.org | 2013-03-15 | 2 | -0/+31 |
* | Remove canary member from SyncSessionJob | rlarocque@chromium.org | 2013-03-05 | 6 | -56/+44 |
* | Remove connection_code_ from SyncSchedulerImpl. | pavely@chromium.org | 2013-03-05 | 5 | -59/+17 |
* | Remove SyncSessionJob's location member | rlarocque@chromium.org | 2013-03-02 | 6 | -67/+22 |
* | Separate invalidator and sync client ID (part 1/2) | rlarocque@chromium.org | 2013-03-02 | 7 | -7/+19 |
* | sync: Drop fully datatype throttled sync jobs rather than saving them. | tim@chromium.org | 2013-03-01 | 2 | -2/+3 |
* | Backoff retry time on about:sync page | pavely@chromium.org | 2013-02-26 | 4 | -0/+25 |
* | Remove SyncSessionJob::DidReachServer() flag | rlarocque@chromium.org | 2013-02-26 | 1 | -8/+4 |