| Commit message (Expand) | Author | Age | Files | Lines |
* | sync: tiny cleanup in syncer.h/cc | tim@chromium.org | 2011-02-01 | 1 | -2/+3 |
* | Recommit attempt for rev 72685. | zea@chromium.org | 2011-01-27 | 1 | -2/+8 |
* | Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval... | zea@chromium.org | 2011-01-26 | 1 | -8/+2 |
* | [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ... | zea@chromium.org | 2011-01-26 | 1 | -2/+8 |
* | The sync server supports a new "progress token" scheme that allows data types... | nick@chromium.org | 2011-01-13 | 1 | -9/+15 |
* | sync: Make SyncSession take most of its required state at construction time. | tim@chromium.org | 2010-11-24 | 1 | -215/+228 |
* | sync: use ObserverList instead of EventChannel (deprecated) for syncer events. | tim@chromium.org | 2010-10-11 | 1 | -63/+52 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -1/+1 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -1/+1 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -1/+1 |
* | FBTF: Remove unneeded headers from base/ (part 5) | thestig@chromium.org | 2010-08-07 | 1 | -2/+0 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | Sync: set BASE_VERSION to entry.version() instead of 0 when changing | nick@chromium.org | 2010-07-28 | 1 | -6/+6 |
* | sync: fixes crash that happens when you disable a datatype while there are un... | tim@chromium.org | 2010-07-21 | 1 | -0/+88 |
* | Handle client-tag duplicates on server items. | nick@chromium.org | 2010-07-20 | 1 | -0/+175 |
* | sync: Get rid of duplicated typedef Closure definition. | tfarina@chromium.org | 2010-07-16 | 1 | -2/+1 |
* | Handle birthday errors by disabling sync and deleting sync data. Also added s... | tim@chromium.org | 2010-07-14 | 1 | -0/+2 |
* | Fix handling of undeletion within the syncer. | nick@chromium.org | 2010-07-13 | 1 | -43/+589 |
* | Mark PauseWhenNotConnected as flaky as it keeps timing out, | tim@chromium.org | 2010-07-02 | 1 | -1/+1 |
* | Remove extended attributes. The lame broken codepath in the DBS was causing | nick@chromium.org | 2010-06-30 | 1 | -64/+0 |
* | A few cleanups to the sync unit tests. | nick@chromium.org | 2010-06-25 | 1 | -4/+6 |
* | TTF: Disabled test, SyncerTest.FAILS_ServerDeletingFolderWeHaveAnOpenEntryIn | vandebo@chromium.org | 2010-06-18 | 1 | -1/+2 |
* | FAILS tests should not turn the bot red. | vandebo@chromium.org | 2010-06-18 | 1 | -1/+0 |
* | TTF: Reenable some disabled tests. | vandebo@chromium.org | 2010-06-18 | 1 | -0/+1 |
* | Replace changes_channel with an observer list. | zork@chromium.org | 2010-06-11 | 1 | -5/+5 |
* | Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ... | sanjeevr@chromium.org | 2010-04-26 | 1 | -1/+1 |
* | Make last_download_timestamp and initial_sync_ended per-datatype. | nick@chromium.org | 2010-04-01 | 1 | -1/+1 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 1 | -0/+0 |
* | Multi-pass ModelChangingSyncerCommands. | tim@chromium.org | 2010-02-25 | 1 | -8/+22 |
* | Pulled out Callback code into base/callback.h. This is the first step toward... | akalin@chromium.org | 2010-02-19 | 1 | -0/+1 |
* | Add support for the Update-Client-Auth header to sync. Add a mutex to the aut... | chron@google.com | 2010-02-17 | 1 | -2/+2 |
* | For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa... | tim@chromium.org | 2010-02-16 | 1 | -77/+7 |
* | For sync, add OrderedCommitSet::Projection, a helper for iterating over | tim@chromium.org | 2010-02-11 | 1 | -2/+85 |
* | Hook up client side of per-datatype GetUpdates. | nick@chromium.org | 2010-02-11 | 1 | -2/+56 |
* | Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ... | chron@google.com | 2010-02-09 | 1 | -13/+172 |
* | Implementation of the DatabaseModelWorker, take 2. | albertb@google.com | 2010-02-01 | 1 | -2/+2 |
* | Revert 37367 - Implementation of the database safe worker model. | viettrungluu@chromium.org | 2010-01-28 | 1 | -2/+2 |
* | Implementation of the database safe worker model. | albertb@google.com | 2010-01-28 | 1 | -2/+2 |
* | Enable valgrind for sync tests (and fix valgrind errors) | skrul@chromium.org | 2010-01-27 | 1 | -0/+1 |
* | In the sync database, use protobuf-based storage. Drop the old | nick@chromium.org | 2010-01-27 | 1 | -15/+187 |
* | Support for multiple sync ModelSafeWorkers. | tim@chromium.org | 2010-01-22 | 1 | -3/+17 |
* | sync: Fix license copyright text. | evan@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | Fix some minor things that were in the unique naming CL that I forgot to addr... | chron@google.com | 2009-11-25 | 1 | -1/+2 |
* | Final part of PathString cleanup. | munjal@chromium.org | 2009-11-24 | 1 | -143/+141 |
* | Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync... | tim@chromium.org | 2009-11-21 | 1 | -310/+273 |
* | Remove unique naming from syncer! This reduces the complexity. Modify the ind... | chron@google.com | 2009-11-20 | 1 | -1225/+699 |
* | Removes blocked items. Also, some minor cleanup in preparation for (and to he... | tim@chromium.org | 2009-11-10 | 1 | -5/+0 |
* | Clean up the strings for sync code: | munjal@chromium.org | 2009-11-04 | 1 | -7/+4 |
* | Hook up "remaining changes" to sync client. Remove "latest timestamp". | chron@chromium.org | 2009-10-23 | 1 | -3/+3 |
* | Rename CHROME_PERSONALIZATION to BROWSER_SYNC. | nick@chromium.org | 2009-10-17 | 1 | -1/+1 |