summaryrefslogtreecommitdiffstats
path: root/sync
Commit message (Expand)AuthorAgeFilesLines
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-105-5/+5
* sync: Allow commit of successors of conflict itemsrlarocque@chromium.org2013-06-083-75/+60
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-06-081-0/+1
* Use a direct include of utf_string_conversions.h in google_apis/, gpu/, ipc/,...avi@chromium.org2013-06-074-4/+4
* sync: Refactor NudgeTrackerrlarocque@chromium.org2013-06-075-116/+258
* Always sync managed users.bauerb@chromium.org2013-06-071-1/+1
* sync: Cleanups in and around directory.hrlarocque@chromium.org2013-06-0719-267/+144
* Make some more code use "if (weak_ptr)" styleakalin@chromium.org2013-06-072-7/+7
* [Sync] Allow enabling partial sets of types instead of blockingzea@chromium.org2013-06-0714-91/+382
* Flip the "acknowledged" flag for managed users in the Python Sync test server.bauerb@chromium.org2013-06-053-4/+65
* Use hash_map for syncable::Directory indicesrlarocque@chromium.org2013-06-0418-554/+497
* Fix even more remaining uses of WeakPtr<T>'s operator T* conversionakalin@chromium.org2013-06-042-7/+7
* Update sync::WeakHandle to use WeakPtr<T>::get()akalin@chromium.org2013-06-031-5/+5
* Update sync/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-031-1/+1
* Roll DEPS for googleurl. Second try.tfarina@chromium.org2013-06-033-4/+4
* Update sync/, sql/, and printing/ to use scoped_refptr<T>::get() rather than ...rsleevi@chromium.org2013-06-036-21/+19
* Prioritize configuration of data types in data type manager.haitaol@chromium.org2013-05-3110-28/+111
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-304-5/+5
* sync: Count nodes more efficientlyrlarocque@chromium.org2013-05-295-25/+55
* Client changes for disabled dasher accountpavely@chromium.org2013-05-298-1/+21
* Worker changes to prepare for lock-free shutdown.haitaol@chromium.org2013-05-2914-26/+149
* sync: Better iteration in GenericChangeProcessorrlarocque@chromium.org2013-05-284-0/+19
* Record blocked navigations for managed users.bauerb@chromium.org2013-05-244-6/+27
* Add Sync data type for managed users.bauerb@chromium.org2013-05-2415-5/+111
* sync: Use a specialized transaction version setterrlarocque@chromium.org2013-05-233-1/+17
* [Android] Hardcode InvalidationService as the Ticl service.yfriedman@chromium.org2013-05-232-98/+4
* sync: Test and improve bookmark performancerlarocque@chromium.org2013-05-211-3/+1
* sync: Process conflicts out of orderrlarocque@chromium.org2013-05-171-39/+6
* sync: Fix handling of data type throttlingrlarocque@chromium.org2013-05-167-27/+167
* Initial version of Test Accounts service client (attempt #2)pvalenzuela@chromium.org2013-05-137-0/+464
* Fix mem leak in DownloadUpdatesCommandTestrlarocque@chromium.org2013-05-101-2/+4
* Add time tracking to association stats:haitaol@chromium.org2013-05-093-1/+34
* sync: Report GetUpdate triggers to the serverrlarocque@chromium.org2013-05-0922-409/+978
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-081-1/+1
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-081-1/+1
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-073-3/+3
* Use the machine hostname on Linux machines for the sync session name rather thanheuristicist@gmail.com2013-05-074-2/+47
* sync: Use base::MessageLoop.xhwang@chromium.org2013-05-0733-82/+80
* [Sync] Log age of auth tokens on authentication failurezea@chromium.org2013-05-065-13/+58
* sync: SyncableService support for starting sync.tim@chromium.org2013-05-041-0/+10
* Add more information to sync protocol GU messagesrlarocque@chromium.org2013-05-036-0/+149
* [Sync] Fix gu source generation when downloading control typeszea@chromium.org2013-05-032-1/+16
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-032-11/+13
* Revert "Initial version of Test Accounts service client. This client will" wh...mattm@chromium.org2013-05-034-319/+0
* Initial version of Test Accounts service client. This client willpvalenzuela@chromium.org2013-05-034-0/+319
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-1/+1
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-3017-27/+27
* Split NetworkTimeTracker into service part and observer part.zea@chromium.org2013-04-304-12/+68
* Add way to tell if device can add google accountsdtrainor@chromium.org2013-04-294-0/+30
* sync: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-2710-14/+13