| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | [Sync] Move TypePayloadMap into its own file | akalin@chromium.org | 2011-03-22 | 1 | -5/+6 |
* | Cleanup everything but net/ for our first clang plugins. | erg@google.com | 2011-02-02 | 1 | -8/+3 |
* | Recommit attempt for rev 72685. | zea@chromium.org | 2011-01-27 | 1 | -6/+21 |
* | Revert 72685 - [SYNC] Refactor SyncSourceInfo and add support in chrome inval... | zea@chromium.org | 2011-01-26 | 1 | -21/+6 |
* | [SYNC] Refactor SyncSourceInfo and add support in chrome invalidation client ... | zea@chromium.org | 2011-01-26 | 1 | -6/+21 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Move base/lock and base/condition_variable to base/synchronization/ | brettw@chromium.org | 2011-01-01 | 1 | -6/+7 |
* | Move base/thread.h to base/threading, fix up callers to use the new location. | brettw@chromium.org | 2011-01-01 | 1 | -1/+1 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -15/+5 |
* | sync: Make SyncSession take most of its required state at construction time. | tim@chromium.org | 2010-11-24 | 1 | -11/+25 |
* | sync: union model type nudge source before dropping coalesced nudge. | tim@chromium.org | 2010-11-18 | 1 | -1/+5 |
* | Revert 66513 - sync: remove event_sys from ServerConnectionManager and Syncer... | tim@chromium.org | 2010-11-18 | 1 | -5/+9 |
* | sync: remove event_sys from ServerConnectionManager and SyncerThread | tim@chromium.org | 2010-11-17 | 1 | -9/+5 |
* | Plumb datatype information to syncer from nudges. | zea@chromium.org | 2010-11-11 | 1 | -1/+19 |
* | sync: use ObserverList instead of EventChannel (deprecated) for syncer events. | tim@chromium.org | 2010-10-11 | 1 | -24/+5 |
* | Replaced sync thread nudge queue with a single pending nudge. | akalin@chromium.org | 2010-09-14 | 1 | -16/+8 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -8/+3 |
* | Implements the backend for clearing data from the server | tim@chromium.org | 2010-09-08 | 1 | -1/+2 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -3/+8 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -8/+3 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -2/+1 |
* | Unplumb AllStatus from SyncerThread. | tim@chromium.org | 2010-08-05 | 1 | -4/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Handle birthday errors by disabling sync and deleting sync data. Also added s... | tim@chromium.org | 2010-07-14 | 1 | -0/+7 |
* | This change allows the syncer thread to be paused and resumed when the syncer... | skrul@chromium.org | 2010-06-29 | 1 | -3/+15 |
* | Replace changes_channel with an observer list. | zork@chromium.org | 2010-06-11 | 1 | -3/+4 |
* | [GTTF] Use FRIEND_TEST_ALL_PREFIXES in chrome/browser/sync | phajdan.jr@chromium.org | 2010-06-10 | 1 | -8/+8 |
* | Converted TalkMediator to use a delegate instead of a channel | akalin@chromium.org | 2010-06-01 | 1 | -10/+1 |
* | Changed namespace of the TalkMediator and related classes from browser_sync t... | sanjeevr@chromium.org | 2010-05-03 | 1 | -3/+6 |
* | 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 |
* | Fix bustage by adding friend decl. | tim@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | Change observer expectations | skrul@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | Implement SyncerThread::RequestPause and SyncerThread::RequestResume | skrul@chromium.org | 2010-03-15 | 1 | -1/+25 |
* | Make SyncerThread stop polling if an AUTH_INVALID response is parsed. | tim@chromium.org | 2010-02-09 | 1 | -0/+1 |
* | Add support for UserIdleTime to Linux. | zork@chromium.org | 2010-01-26 | 1 | -0/+10 |
* | Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync... | tim@chromium.org | 2009-11-21 | 1 | -44/+27 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Hook up ClientToServerResponse::THROTTLED to the client sync loop. | tim@chromium.org | 2009-10-16 | 1 | -3/+11 |
* | For sync exponential backoff, allow one nudge per exponential backoff interva... | tim@chromium.org | 2009-10-14 | 1 | -18/+48 |
* | Patched in 265058 (which was uploaded under akalin@gmail.com). Original | akalin@chromium.org | 2009-10-13 | 1 | -3/+3 |
* | Part 1 of making sync work on Mac: | munjal@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Second attempt at the new syncer thread impl, now with less crashes! | tim@chromium.org | 2009-09-25 | 1 | -68/+122 |
* | Reverting 27117. | davemoore@chromium.org | 2009-09-24 | 1 | -122/+68 |
* | Use chrome/base synchronization primitives and threads instead of | tim@chromium.org | 2009-09-24 | 1 | -68/+122 |
* | Review URL: http://codereview.chromium.org/201087 | idana@chromium.org | 2009-09-11 | 1 | -18/+14 |
* | Initial commit of sync engine code to browser/sync. | nick@chromium.org | 2009-09-10 | 1 | -0/+235 |