summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug 21102 where shutdown while starting Sync leaves things weird.nick@chromium.org2010-01-295-23/+108
* Don't acquire a database lock in syncable::DirectoryBackingStore::SaveChanges...nick@chromium.org2010-01-281-1/+10
* Revert 37367 - Implementation of the database safe worker model.viettrungluu@chromium.org2010-01-289-174/+12
* Revert 37372 - Fix leak in DatabaseWorkerModelTest.viettrungluu@chromium.org2010-01-281-2/+2
* Fix leak in DatabaseWorkerModelTest.albertb@google.com2010-01-281-2/+2
* Implementation of the database safe worker model.albertb@google.com2010-01-289-12/+174
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-273-16/+125
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-273-1/+9
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-2723-325/+1404
* Fixed bug involving destruction order in GaiaAuth.akalin@chromium.org2010-01-272-8/+25
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-263-22/+11
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-266-0/+0
* 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-222-3/+5
* Fix stupid mistake in sync_session.h, I thought the tests were run on mac/lin...tim@chromium.org2010-01-221-1/+1
* Support for multiple sync ModelSafeWorkers.tim@chromium.org2010-01-2222-247/+396
* 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
* Update the kHasSyncSetupCompleted preference when the bootstrapedalbertb@google.com2010-01-211-22/+26
* 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-204-166/+1
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-204-1/+166
* Revert 36586 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-204-169/+1
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-204-1/+169
* 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-1616-53/+192
* mac/sync: Use sync_ui_util::GetStatus when we just want to know the status.akalin@chromium.org2010-01-161-5/+2
* Change processor and model associator for preferences.albertb@google.com2010-01-124-0/+512
* Made GaiaAuth use Chrome threads instead of libjingle threads.akalin@chromium.org2010-01-112-71/+106
* EntryKernel: change from assignable refs to puts.nick@chromium.org2010-01-093-68/+77
* Finish removing query_helpers.*zork@google.com2010-01-085-1006/+26
* Use the right SSL adapter on Linux/OS X. This is a partial fix for the crash...akalin@chromium.org2010-01-076-23/+86
* Fix for sync bug 31566. Return const& rather than a copy fromtim@chromium.org2010-01-072-4/+22
* sync: Add two functions to sync_ui_util header and update the callers accordi...akalin@chromium.org2010-01-062-0/+25
* Fix a crash when enabling bookmark sync.zork@google.com2010-01-051-9/+9
* Added check for Chrome message loop in SSLSocketAdapter::BeginSSL().akalin@chromium.org2010-01-051-0/+10
* Updated user_settings.* to use Chromium's sqlite helper functions.zork@google.com2010-01-045-157/+315
* Use https for GAIA URL.cevans@chromium.org2009-12-301-1/+1
* Continue migration from query_helpers.* to sqlite_utils.*zork@google.com2009-12-294-153/+158
* Fix SSL Socket adapter to handle the case where StartSSL is called before the...zork@chromium.org2009-12-292-7/+37
* atl: Remove unused <atlbase.h> header from some source files.jhawkins@chromium.org2009-12-291-72/+72
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-6/+1
* Fix a crash when you use incorrect credentials to log into bookmark sync.zork@chromium.org2009-12-221-2/+1
* Fix a release mode crash. Work should not be done inside of DCHECK()s.zork@google.com2009-12-191-2/+2
* Continuing migration of directory_backing_store.cc to Chromium sqlite wrappers.zork@google.com2009-12-183-41/+45
* Update DirectoryBackingStore::SaveChanges() to use Chromium's SQlite helper f...zork@chromium.org2009-12-181-45/+37
* Added switch to invalidate sync login.akalin@chromium.org2009-12-181-0/+7