| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement new invalidations ack tracking system | rlarocque@chromium.org | 2013-11-26 | 1 | -12/+0 |
* | Don't clear debug info until after it has been sent to the server. | maniscalco@chromium.org | 2013-11-21 | 1 | -1/+13 |
* | sync: Implement per-type update processing | rlarocque@chromium.org | 2013-10-30 | 1 | -6/+4 |
* | Remove OAuth2 token commandline switch | pavely@chromium.org | 2013-10-23 | 1 | -1/+1 |
* | sync: Refactor update verification and processing | rlarocque@chromium.org | 2013-10-23 | 1 | -0/+3 |
* | sync: Gracefully handle early shutdown | rlarocque@chromium.org | 2013-09-19 | 1 | -2/+3 |
* | Revert 222154 "sync: Gracefully handle very early shutdown" | vitalybuka@chromium.org | 2013-09-10 | 1 | -1/+1 |
* | sync: Gracefully handle very early shutdown | rlarocque@chromium.org | 2013-09-10 | 1 | -1/+1 |
* | sync: Improve testing of download functions | rlarocque@chromium.org | 2013-08-23 | 1 | -6/+0 |
* | Sync periodic polls always fail because of expired access tokens. | pavely@chromium.org | 2013-07-13 | 1 | -0/+5 |
* | Use OAuth2 token for sync | pavely@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in sync/. | dcheng@chromium.org | 2013-06-12 | 1 | -2/+0 |
* | Use a direct include of strings headers in rlz/, sandbox/, skia/, sql/, sync/. | avi@chromium.org | 2013-06-11 | 1 | -2/+1 |
* | [Sync] Log age of auth tokens on authentication failure | zea@chromium.org | 2013-05-06 | 1 | -1/+1 |
* | Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>. | erg@chromium.org | 2013-04-30 | 1 | -2/+2 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+0 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -0/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+0 |
* | sync: Bookmark unique position end-to-end support | rlarocque@chromium.org | 2013-04-02 | 1 | -2/+27 |
* | Remove some members from SyncSession | rlarocque@chromium.org | 2013-03-15 | 1 | -12/+29 |
* | Add originator_* fields to mock connection tests | rlarocque@chromium.org | 2013-02-21 | 1 | -17/+92 |
* | [Sync] Add support for proxy types | zea@chromium.org | 2013-02-08 | 1 | -2/+4 |
* | [sync] Componentize sync: Part 5: Eliminate filename collisions in sync.gyp | rsimha@chromium.org | 2012-12-19 | 1 | -2/+2 |
* | [Sync] Add support for keystore key rotation. | zea@chromium.org | 2012-12-19 | 1 | -1/+1 |
* | sync: add Google API Key to all ClientToServerMessages. | tim@chromium.org | 2012-09-17 | 1 | -0/+2 |
* | sync: Process client commands on commit response | rlarocque@chromium.org | 2012-09-12 | 1 | -8/+19 |
* | Refactor ModelTypePayloadMap and ObjectIdPayloadMap to StateMaps. | dcheng@chromium.org | 2012-08-24 | 1 | -2/+2 |
* | [Sync] Add support for performing a GetKey on startup. | zea@chromium.org | 2012-07-31 | 1 | -1/+12 |
* | [Sync] Remove unneeded 'using syncer::' lines and 'syncer::' scopings | akalin@chromium.org | 2012-07-20 | 1 | -9/+8 |
* | Remove syncproto.h | rlarocque@chromium.org | 2012-07-12 | 1 | -1/+2 |
* | [Sync] Move ModelType and related classes to 'syncer' namespace | akalin@chromium.org | 2012-07-03 | 1 | -11/+8 |
* | [Sync] Move sync/{internal_api,syncable} into syncer namespace | akalin@chromium.org | 2012-07-02 | 1 | -50/+54 |
* | base: Remove dereference structure operator (i.e ->) from ScopedVector. | tfarina@chromium.org | 2012-06-30 | 1 | -5/+5 |
* | [Sync] Rename csync namespace to syncer | akalin@chromium.org | 2012-06-28 | 1 | -7/+7 |
* | sync: Set explicit protocol_version on commit | rlarocque@chromium.org | 2012-06-27 | 1 | -0/+1 |
* | [Sync] Move HttpBridge to sync/ | akalin@chromium.org | 2012-06-22 | 1 | -1/+1 |
* | [Sync] Rename browser_sync to csync in sync/ | akalin@chromium.org | 2012-06-21 | 1 | -7/+7 |
* | Split syncable.{h,cc} into several files | rlarocque@chromium.org | 2012-06-20 | 1 | -1/+2 |
* | sync: Remove ClearUserData command. | tim@chromium.org | 2012-06-20 | 1 | -17/+0 |
* | sync: split SyncSessionSnapshot, SyncerStatus, ErrorCounters, and SyncSourceI... | tim@chromium.org | 2012-06-06 | 1 | -1/+2 |
* | sync: Loop committing items without downloading updates | rlarocque@chromium.org | 2012-05-26 | 1 | -0/+1 |
* | Abort sync cycles when download step fails | rlarocque@chromium.org | 2012-04-24 | 1 | -27/+4 |
* | Revert 132455 - Abort sync cycles when download step fails | rlarocque@chromium.org | 2012-04-16 | 1 | -4/+3 |
* | Abort sync cycles when download step fails | rlarocque@chromium.org | 2012-04-16 | 1 | -3/+4 |
* | Trim code form sync's ServerConnectionManager | rlarocque@chromium.org | 2012-03-17 | 1 | -49/+22 |
* | [Sync] Move 'sync' target to sync/ | akalin@chromium.org | 2012-03-15 | 1 | -0/+659 |