summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 56403 - Handling empty ScopedDirLookup username in HandleDirectoryManag...rsimha@chromium.org2010-08-191-0/+7
* Merge 55808 - sync: dont synchronously check server reachability during synca...tim@chromium.org2010-08-121-2/+16
* Merge 55644 - sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-26/+20
* Revert 55770 - Merge 55644 - sync: Fix backend configuration to support sync ...tim@chromium.org2010-08-111-20/+26
* Merge 55644 - sync: Fix backend configuration to support sync db refresh.tim@chromium.org2010-08-111-26/+20
* Merge 54633 - Fix for RenewAuthToken crash. Extend life of AuthWatcher.chron@chromium.org2010-08-021-1/+9
* Merge 54516 - Stopgap fix for bug 48502. Stop syncing on db corruption.tim@chromium.org2010-08-021-1/+12
* Merge 53223 - Fix deadlock by introducing a new transaction event.chron@chromium.org2010-07-211-12/+27
* Added switch to use ChromeAsyncSocket for sync.akalin@chromium.org2010-07-161-2/+8
* sync: Get rid of duplicated typedef Closure definition.tfarina@chromium.org2010-07-161-1/+0
* sync: Remove unused path_helpers.h file.tfarina@chromium.org2010-07-141-1/+0
* Handle birthday errors by disabling sync and deleting sync data. Also added s...tim@chromium.org2010-07-141-0/+5
* Pass an EntitySpecifics with delete changes to generalize delete handling (an...johnnyg@chromium.org2010-07-091-25/+4
* Fix sync startup ordering to make sense and be less broken (though not perfec...tim@chromium.org2010-07-071-13/+19
* sync: Get rid of the now obsolete character_set_converters.h API.tfarina@chromium.org2010-07-031-1/+0
* Remove NIGORI from the sync routing info.albertb@chromium.org2010-07-011-1/+0
* Nudge syncer thread when notifications are enabled.rsimha@chromium.org2010-07-011-0/+8
* Added checks for server-issued notifications.akalin@chromium.org2010-07-011-3/+6
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ...ajwong@chromium.org2010-06-301-4/+4
* Make sure sync starts up on browser restart as well as initial sync flow.tim@chromium.org2010-06-291-4/+11
* This change allows the syncer thread to be paused and resumed when the syncer...skrul@chromium.org2010-06-291-1/+1
* Update the Nigori node when the passphrase changes.albertb@chromium.org2010-06-281-1/+11
* Massively simplify the NetworkChangeNotifier infrastructure:pkasting@chromium.org2010-06-251-34/+12
* Take 2: sync changes to support encryptionalbertb@chromium.org2010-06-231-14/+97
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-13/+29
* Revert 50550 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-29/+13
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-231-13/+29
* TBR: willchanalbertb@chromium.org2010-06-221-97/+14
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-221-14/+97
* Revert 50479 - Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-221-29/+13
* Implemented initial version of server-issued notification client.akalin@chromium.org2010-06-221-13/+29
* Allow InitByTagLookup for WriteNodes.albertb@chromium.org2010-06-181-0/+15
* Reland: Client side changes to set and get nigori specifics with passingalbertb@chromium.org2010-06-161-0/+19
* Revert 49967 - Client side changes to set and get nigori specifics.skerner@chromium.org2010-06-161-19/+0
* Client side changes to set and get nigori specifics.albertb@chromium.org2010-06-161-0/+19
* Combined both constructors of TalkMediatorImpl into one.akalin@chromium.org2010-06-161-1/+5
* Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM...ajwong@chromium.org2010-06-161-5/+1
* sync: null-check the Directory ChannelHookup before adding a new observer so ...tim@chromium.org2010-06-151-1/+6
* Implemented initial version of extension syncing.akalin@chromium.org2010-06-141-7/+20
* NULL out talk_mediator_ in Shutdown() to avoid crash.akalin@chromium.org2010-06-111-3/+9
* Replace changes_channel with an observer list.zork@chromium.org2010-06-111-16/+13
* Added extensions sync-related constants, switches, and clauses.akalin@chromium.org2010-06-091-0/+19
* Changed syncable::PASSWORD to syncable::PASSWORDS for consistencyakalin@chromium.org2010-06-091-2/+2
* Sync backend changes to allow login and initial sync to happen at two differe...dantasse@chromium.org2010-06-071-10/+19
* Make sure XMPP logins and notification sends are done on the syncakalin@chromium.org2010-06-011-40/+118
* Converted TalkMediator to use a delegate instead of a channelakalin@chromium.org2010-06-011-45/+68
* Remove signin and persist from gaia_authenticator. This fixes an issue where ...chron@chromium.org2010-05-281-1/+1
* Add logging and remove pref for bootstrapping. ChromeOS always bootstraps now.chron@chromium.org2010-05-221-1/+8
* Replaced AddressWatcherTask with net::NetworkChangeNotifier.akalin@chromium.org2010-05-191-318/+35
* Replaced NetworkStatusDetector with use of NetworkChangeNotifierakalin@chromium.org2010-05-151-2/+13