| Commit message (Expand) | Author | Age | Files | Lines |
* | Notify cacheinvalidations about network status | pavely@chromium.org | 2014-03-28 | 4 | -4/+66 |
* | sync: Add NonBlockingTypeProcesssor and SyncCore | rlarocque@chromium.org | 2014-03-27 | 20 | -19/+541 |
* | Small changes around GCMNetworkChannel | pavely@chromium.org | 2014-03-25 | 1 | -41/+40 |
* | sync: Filter types to apply in configure cycle | rlarocque@chromium.org | 2014-03-25 | 9 | -35/+176 |
* | Cleanup: Change some DLOG(WARNINGS) to DVLOG(1). Change DLOG(FATAL) to NOTREA... | thestig@chromium.org | 2014-03-25 | 1 | -10/+10 |
* | [invalidations] RequestDetailedStatus is now const function | mferreria@chromium.org | 2014-03-24 | 12 | -14/+18 |
* | Add histograms for invalidations network channel | pavely@chromium.org | 2014-03-24 | 1 | -11/+75 |
* | Control invalidations network channel from syncer experiment | pavely@chromium.org | 2014-03-21 | 4 | -2/+27 |
* | sync: Expose ProtocolEvents on ProfileSyncService | rlarocque@chromium.org | 2014-03-21 | 34 | -25/+128 |
* | Move SystemAccountManagerDelegate to app context | dtrainor@chromium.org | 2014-03-21 | 1 | -1/+1 |
* | [invalidations] Added internal debugging information for push and GCM | mferreria@chromium.org | 2014-03-21 | 9 | -6/+145 |
* | sync: Add NonBlockingSyncTypeProcessorCore (again) | rlarocque@chromium.org | 2014-03-20 | 12 | -36/+330 |
* | Revert of sync: Add NonBlockingSyncTypeProcessorCore (https://codereview.chro... | pneubeck@chromium.org | 2014-03-20 | 12 | -330/+36 |
* | Replace the proto-based AttachmentId with a simple class. | maniscalco@chromium.org | 2014-03-20 | 18 | -112/+172 |
* | Standalone c++ Sync test server | resetswitch@chromium.org | 2014-03-19 | 4 | -0/+180 |
* | sync: Add NonBlockingSyncTypeProcessorCore | rlarocque@chromium.org | 2014-03-19 | 12 | -36/+330 |
* | Revert of Include sync.pb.h in sync_data.h. (https://chromiumcodereview.appsp... | maniscalco@chromium.org | 2014-03-19 | 1 | -1/+0 |
* | [Sync] Remove/refactor unnecessary command line switches | zea@chromium.org | 2014-03-18 | 4 | -2/+44 |
* | [Sync] Move debug info events into enums proto | zea@chromium.org | 2014-03-18 | 8 | -76/+56 |
* | Fix "unreachable code" warnings (MSVC warning 4702), misc. edition. | pkasting@chromium.org | 2014-03-18 | 1 | -27/+2 |
* | sync: Add definitions for ProtocolEvents | rlarocque@chromium.org | 2014-03-18 | 17 | -2/+783 |
* | Include sync.pb.h in sync_data.h. | maniscalco@chromium.org | 2014-03-18 | 1 | -0/+1 |
* | Remove akalin and szym from OWNERS files. | mmenke@chromium.org | 2014-03-18 | 2 | -2/+0 |
* | [invalidations] Add the scaffolding for NetworkChannel logging | mferreria@chromium.org | 2014-03-18 | 12 | -0/+125 |
* | Revert 257524 "Move IsStringASCII/UTF8 to base namespace." | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move IsStringASCII/UTF8 to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 2 | -2/+2 |
* | Removed redundant notifications info from about:sync-internals | mferreria@chromium.org | 2014-03-14 | 4 | -271/+3 |
* | Change DCHECK_IS_ON() to DCHECK_IS_ON | wangxianzhu@chromium.org | 2014-03-14 | 1 | -3/+9 |
* | More sync of PRESUBMIT with what CQ runs | phajdan.jr@chromium.org | 2014-03-13 | 1 | -2/+2 |
* | Receive invalidation messages through GCM | pavely@chromium.org | 2014-03-12 | 4 | -5/+147 |
* | [Sync] Fix long bookmark title syncing | zea@chromium.org | 2014-03-12 | 3 | -19/+25 |
* | Convert most Chromium presubmit files to use new multiple-tryserver-compatibl... | phajdan.jr@chromium.org | 2014-03-11 | 1 | -6/+8 |
* | Changes to sync/api/attachment in prep for integrating with sync API. | maniscalco@chromium.org | 2014-03-11 | 7 | -123/+102 |
* | Build correct URL for cacheinvalidation endpoint. | pavely@chromium.org | 2014-03-09 | 3 | -21/+154 |
* | Refactor GCMNetworkChannelDelegateImpl | pavely@chromium.org | 2014-03-06 | 3 | -0/+4 |
* | Reland r254672. | wtc@chromium.org | 2014-03-05 | 1 | -19/+3 |
* | Add use_allocator instead of linux_use_tcmalloc to switch the allocator. | dmikurube@chromium.org | 2014-03-05 | 1 | -1/+2 |
* | Reland "Add base::TimeDelta::Max()" again. | gavinp@chromium.org | 2014-03-05 | 1 | -4/+2 |
* | Reorganize test cases in directory_backing_store_unittest.cc. | maniscalco@chromium.org | 2014-03-05 | 1 | -139/+143 |
* | Revert 254672 "Replace the custom ProxyConfigServiceDirect class..." | ricow@chromium.org | 2014-03-04 | 1 | -3/+19 |
* | Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or... | apavlov@chromium.org | 2014-03-04 | 1 | -2/+4 |
* | Reland "Add base::TimeDelta::Max()" | gavinp@chromium.org | 2014-03-04 | 1 | -4/+2 |
* | Rewrite instructions on how to dump sync database for unit test. | maniscalco@chromium.org | 2014-03-04 | 2 | -13/+36 |
* | Replace the custom ProxyConfigServiceDirect class with the equivalent | wtc@chromium.org | 2014-03-04 | 1 | -19/+3 |
* | sync: Merge GU retry logic into normal GU | rlarocque@chromium.org | 2014-03-04 | 15 | -158/+109 |
* | Implement Commit in the Sync C++ fake server | pvalenzuela@chromium.org | 2014-03-04 | 17 | -170/+1024 |
* | Don't call RefreshColumns() in directory_backing_store_unittest.cc. | maniscalco@chromium.org | 2014-03-01 | 1 | -4/+5 |
* | Implememt garbage collection of old entries according to | haitaol@chromium.org | 2014-03-01 | 9 | -5/+209 |
* | Wrapping message into ClientGatewayMessage is specific to PushClient | pavely@chromium.org | 2014-03-01 | 8 | -305/+264 |