summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/syncapi.cc
Commit message (Expand)AuthorAgeFilesLines
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-271-1/+1
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-71/+99
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-261-5/+2
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-221-60/+7
* Fix an observed shutdown crash after downgrading to an older Chrome release.nick@chromium.org2010-01-211-2/+4
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-201-0/+148
* Revert 36604 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-201-138/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-201-0/+138
* Revert 36586 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-201-141/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-201-0/+141
* 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
* 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
* 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-011-17/+34
* Final part of PathString cleanup.munjal@chromium.org2009-11-241-3/+3
* Add browser_sync 'sessions' to relieve SyncCycleState, SyncProcessState, Sync...tim@chromium.org2009-11-211-24/+17
* Remove unique naming from syncer! This reduces the complexity. Modify the ind...chron@google.com2009-11-201-32/+10
* Implement the gaia captcha state and unlock capability in the sync setup wizard.tim@chromium.org2009-11-121-10/+13
* Part 1 of implementing captcha for sync dialog. tim@chromium.org2009-11-111-16/+31
* Part 2 of string cleanup in Sync:munjal@chromium.org2009-11-061-65/+44
* Clean up the strings for sync code:munjal@chromium.org2009-11-041-56/+20
* Fix sync bug where notifications were being sent for unsuccessful commit atte...chron@chromium.org2009-10-161-2/+4
* If chrome starts without a network connection, the sync serverconnectionmanag...tim@chromium.org2009-10-161-0/+4
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-161-2/+2
* Fix a bug that would cause spurious commits from the bookmark modelnick@chromium.org2009-10-141-4/+9
* Fixed some more Google Sync mac build compile errors.akalin@chromium.org2009-10-131-1/+1
* Sync: Remove pthreads from syncapi. Convert AddressWatchThread from pthreads ...tim@chromium.org2009-10-091-51/+57
* Replace pthreads locks with chrome locks in syncable.cc.chron@chromium.org2009-10-091-0/+1
* Sync: Remove pthreads from ServerConnectionManager and notifier.tim@chromium.org2009-10-081-2/+2
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-071-11/+12
* Change the Windows build to statically link the sync library.nick@chromium.org2009-10-061-23/+4
* Balance call to CommandLine::Init in syncapi with call to CommandLine::Termin...tim@chromium.org2009-09-271-0/+2
* Second attempt at the new syncer thread impl, now with less crashes!tim@chromium.org2009-09-251-6/+13
* Reverting 27117.davemoore@chromium.org2009-09-241-7/+6
* Use chrome/base synchronization primitives and threads instead oftim@chromium.org2009-09-241-6/+7
* Fix compiling of sync on linux.zork@chromium.org2009-09-221-2/+4
* Remove syncer_paused from syncapi.tim@chromium.org2009-09-211-1/+0
* Build sync engine as part of the browser build.nick@chromium.org2009-09-151-7/+10
* Review URL: http://codereview.chromium.org/201087idana@chromium.org2009-09-111-35/+34
* Fix compiler warnings in chrome\browser\sync.nick@chromium.org2009-09-111-0/+1
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-101-0/+1565