| Commit message (Expand) | Author | Age | Files | Lines |
* | Update a bunch of files to the new location of browser_thread.h | jam@chromium.org | 2011-03-01 | 1 | -1/+1 |
* | [Sync] Attach payload to appropriate progress marker + unit tests. | zea@chromium.org | 2011-02-28 | 2 | -0/+12 |
* | [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -3/+306 |
* | Revert 74489 - [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -306/+3 |
* | [Sync] Add more conversions to Value for sync types | akalin@chromium.org | 2011-02-10 | 3 | -3/+306 |
* | sync: add a SyncSessionJobPurpose for clearing private data. | tim@chromium.org | 2011-02-03 | 2 | -8/+17 |
* | Cleanup everything but net/ for our first clang plugins. | erg@google.com | 2011-02-02 | 2 | -0/+3 |
* | sync: tiny cleanup in syncer.h/cc | tim@chromium.org | 2011-02-01 | 2 | -1/+13 |
* | Recommit attempt for rev 72685. | zea@chromium.org | 2011-01-27 | 5 | -11/+159 |
* | Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval... | zea@chromium.org | 2011-01-26 | 3 | -140/+1 |
* | [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ... | zea@chromium.org | 2011-01-26 | 3 | -1/+140 |
* | sync: beginnings of MessageLoop based SyncerThread | tim@chromium.org | 2011-01-26 | 8 | -11/+191 |
* | The sync server supports a new "progress token" scheme that allows data types... | nick@chromium.org | 2011-01-13 | 7 | -146/+111 |
* | sync: Make SyncSession take most of its required state at construction time. | tim@chromium.org | 2010-11-24 | 3 | -28/+34 |
* | Plumb datatype information to syncer from nudges. | zea@chromium.org | 2010-11-11 | 2 | -9/+16 |
* | Rename ChromeThread to BrowserThread Part22: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | sync: use ObserverList instead of EventChannel (deprecated) for syncer events. | tim@chromium.org | 2010-10-11 | 7 | -57/+22 |
* | Rename ChromeThread to BrowserThread Part5: | tfarina@chromium.org | 2010-10-08 | 1 | -1/+1 |
* | Reapply r61237: FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-04 | 10 | -50/+141 |
* | Revert "FBTF: Another big ctor/dtor cleanup found by automated tools." | erg@google.com | 2010-10-01 | 10 | -141/+50 |
* | FBTF: Another big ctor/dtor cleanup found by automated tools. | erg@google.com | 2010-10-01 | 10 | -50/+141 |
* | Treat "changes_remaining == 0" as a firm bound that indicates | nick@chromium.org | 2010-09-15 | 1 | -2/+8 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 2 | -11/+4 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 2 | -4/+11 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 2 | -11/+4 |
* | FBTF: Remove unneeded STL includes from src/chrome. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+1 |
* | Remove sync_types.h. No functions from this file are used, and some of them are | brettw@chromium.org | 2010-08-08 | 1 | -0/+2 |
* | Unplumb AllStatus from SyncerThread. | tim@chromium.org | 2010-08-05 | 1 | -0/+11 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 5 | -0/+5 |
* | Handle birthday errors by disabling sync and deleting sync data. Also added s... | tim@chromium.org | 2010-07-14 | 2 | -0/+9 |
* | Fix handling of undeletion within the syncer. | nick@chromium.org | 2010-07-13 | 1 | -0/+3 |
* | sync: add CleanupDisabledTypesCommand to purge data pertaining to previously | tim@chromium.org | 2010-07-02 | 1 | -0/+12 |
* | Replace changes_channel with an observer list. | zork@chromium.org | 2010-06-11 | 1 | -2/+2 |
* | Update routing info and nudge syncer in ConfigureDataTypes(). | skrul@chromium.org | 2010-04-02 | 2 | -5/+13 |
* | Make last_download_timestamp and initial_sync_ended per-datatype. | nick@chromium.org | 2010-04-01 | 6 | -28/+105 |
* | Fix for negative routing info problem. We were replacing tokens after | nick@chromium.org | 2010-03-26 | 1 | -2/+14 |
* | Make it clear what last_sync_timestamp actually tracks. Update | nick@chromium.org | 2010-03-24 | 6 | -44/+70 |
* | More code cleanups found by -Wextra. | evan@chromium.org | 2010-03-09 | 2 | -2/+2 |
* | svn prop fixes. Applied to all files not in third_party. | pkasting@chromium.org | 2010-03-09 | 3 | -0/+0 |
* | Fix one valgrind bug. | chron@google.com | 2010-03-04 | 1 | -1/+2 |
* | Multi-pass ModelChangingSyncerCommands. | tim@chromium.org | 2010-02-25 | 8 | -263/+479 |
* | Add support for the Update-Client-Auth header to sync. Add a mutex to the aut... | chron@google.com | 2010-02-17 | 2 | -2/+9 |
* | For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa... | tim@chromium.org | 2010-02-16 | 10 | -156/+435 |
* | Hook up client side of per-datatype GetUpdates. | nick@chromium.org | 2010-02-11 | 2 | -3/+10 |
* | Enable valgrind for sync tests (and fix valgrind errors) | skrul@chromium.org | 2010-01-27 | 1 | -0/+1 |
* | Fix stupid mistake in sync_session.h, I thought the tests were run on mac/lin... | tim@chromium.org | 2010-01-22 | 1 | -1/+1 |
* | Support for multiple sync ModelSafeWorkers. | tim@chromium.org | 2010-01-22 | 4 | -10/+67 |
* | Merge protocol buffer changes from server back into client. | chron@google.com | 2010-01-16 | 2 | -5/+5 |
* | Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync... | tim@chromium.org | 2009-11-21 | 9 | -0/+1522 |