summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* For sync, make ProcessCommitResponseCommand handle commit entries one ModelSa...tim@chromium.org2010-02-1616-310/+253
* Per-datatype filtering of change notifications.nick@chromium.org2010-02-122-29/+48
* Two fixes from preference sync bringup: (a) Nudge the syncer on morenick@chromium.org2010-02-112-7/+13
* For sync, add OrderedCommitSet::Projection, a helper for iterating overtim@chromium.org2010-02-115-39/+238
* Implemented new notification methods.akalin@chromium.org2010-02-113-8/+14
* Hook up client side of per-datatype GetUpdates.nick@chromium.org2010-02-1112-64/+215
* Refactor PostClientToServer message, include new unit tests for it. In prep f...chron@google.com2010-02-103-73/+243
* Added UNIQUE_CLIENT_TAG to sync engine. Added some syncapi unit tests. Added ...chron@google.com2010-02-098-53/+593
* Make SyncerThread stop polling if an AUTH_INVALID response is parsed.tim@chromium.org2010-02-098-78/+168
* Moved all sync-related command-line logic to profile_sync_service.akalin@chromium.org2010-02-094-7/+10
* Fix a bug where positions inside of a newly-committed folder would benick@chromium.org2010-02-094-60/+279
* Fixed notifications-related bug on network reconnections.akalin@chromium.org2010-02-041-0/+3
* Sync api changes to support preferences.albertb@google.com2010-02-023-0/+38
* Implementation of the DatabaseModelWorker, take 2.albertb@google.com2010-02-013-5/+8
* Speculative fix for thread sanitizer failures in ProfileSyncServiceTest.tim@chromium.org2010-02-011-1/+1
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-283-8/+5
* Implementation of the database safe worker model.albertb@google.com2010-01-283-5/+8
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-271-1/+1
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-272-1/+8
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-2712-197/+438
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-263-22/+11
* Add support for UserIdleTime to Linux.zork@chromium.org2010-01-264-74/+177
* Remove SYNC_EXPORT macro and all it's uses.munjal@chromium.org2010-01-221-13/+7
* Fix leaks due to not deleting closures.tim@chromium.org2010-01-221-1/+2
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-2212-124/+116
* Removed #ifdef in IncrementErrorCount() now that it's platform-independent.akalin@chromium.org2010-01-211-3/+0
* Fix an observed shutdown crash after downgrading to an older Chrome release.nick@chromium.org2010-01-211-2/+4
* Move two generic string split functions from sync API to their own API in bas...timsteele@google.com2010-01-211-61/+4
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-0/+178
* Revert 36604 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-164/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-0/+164
* Revert 36586 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-167/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-203-0/+167
* Fix the linux perf build by checking the return value on write()zork@chromium.org2010-01-191-1/+6
* Add an implementation of AddressWatchTask for linux.zork@chromium.org2010-01-191-2/+64
* Merge protocol buffer changes from server back into client.chron@google.com2010-01-1612-38/+121
* Use https for GAIA URL.cevans@chromium.org2009-12-301-1/+1
* Added switch to invalidate sync login.akalin@chromium.org2009-12-181-0/+7
* sync: Fix license copyright text.evan@chromium.org2009-12-117-7/+7
* Give the proper error message in the case where you attempt to log intzork@google.com2009-12-101-0/+6
* Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.albertb@google.com2009-12-016-19/+81
* Fix some minor things that were in the unique naming CL that I forgot to addr...chron@google.com2009-11-255-8/+11
* sync: get rid of path_helpers files.nick@chromium.org2009-11-253-3/+0
* Remove a TODO in post_commit_command.cc. Clarify what's going on.nick@chromium.org2009-11-241-3/+4
* Final part of PathString cleanup.munjal@chromium.org2009-11-248-157/+157
* build fix: missing includeevan@chromium.org2009-11-221-0/+1
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-2154-2880/+949
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-4/+6
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-2022-1815/+844
* sync: add some "static"s to functionsevan@chromium.org2009-11-171-12/+14