summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/util
Commit message (Expand)AuthorAgeFilesLines
...
* Revert 52336 - More header cleanup:erg@chromium.org2010-07-141-2/+0
* More header cleanup:erg@chromium.org2010-07-141-0/+2
* sync: Remove unused path_helpers.h file.tfarina@chromium.org2010-07-141-80/+0
* sync: Get rid of the now obsolete character_set_converters.h API.tfarina@chromium.org2010-07-034-64/+5
* sqlite_utils: don't dereference an empty vector.nick@chromium.org2010-06-242-5/+35
* Take 2: sync changes to support encryptionalbertb@chromium.org2010-06-232-2/+4
* TBR: willchanalbertb@chromium.org2010-06-222-4/+2
* DRAFT: sync_api changes to support password encryptionalbertb@chromium.org2010-06-222-2/+4
* This is the first patch to support encryption. The Cryptographer classalbertb@chromium.org2010-06-115-0/+409
* Replace changes_channel with an observer list.zork@chromium.org2010-06-112-0/+172
* Make Nigori method const and keep track of key parameters.albertb@chromium.org2010-06-072-7/+17
* Wrap Sqlite utils functions into a sqlite_utils namespace.tfarina@chromium.org2010-06-032-9/+11
* Remove signin and persist from gaia_authenticator. This fixes an issue where ...chron@chromium.org2010-05-283-48/+87
* Add logging and remove pref for bootstrapping. ChromeOS always bootstraps now.chron@chromium.org2010-05-221-0/+10
* Add unit tests for Nigori permute and decrypt.albertb@chromium.org2010-05-191-0/+29
* Moved GaiaAuthenticator from chrome/browser/sync/engine/net to chrome/common/...sanjeevr@chromium.org2010-05-073-23/+9
* Make the Nigori user salt key 128-bits to be FIPS compliant.albertb@chromium.org2010-04-281-1/+1
* Move event_sys.h, event_sys-inl.h and event_sys_unittest.cc to chrome/common ...sanjeevr@chromium.org2010-04-263-654/+0
* Enable Nigori unit tests on all platforms.albertb@chromium.org2010-04-233-13/+7
* Move the Nigori classes from base to sync.albertb@chromium.org2010-04-013-0/+405
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-1/+1
* Remove a bunch of 0 byte files. (due to git-svn misbehavior?)thestig@chromium.org2010-01-266-0/+0
* Finish removing query_helpers.*zork@google.com2010-01-083-1003/+0
* Updated user_settings.* to use Chromium's sqlite helper functions.zork@google.com2010-01-045-157/+315
* Handle errors in DoesTableExist() gracefully instead of crashing.zork@google.com2009-12-162-4/+19
* sync: Fix license copyright text.evan@chromium.org2009-12-115-7/+7
* sync: clean up a little bit the character_set_converters code.nick@chromium.org2009-12-022-10/+0
* sync: get rid of path_helpers files.nick@chromium.org2009-11-257-216/+0
* Final part of PathString cleanup.munjal@chromium.org2009-11-245-97/+1
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-133-11/+10
* Part 1 of removing PathSTring. I scrubbed files that are notmunjal@chromium.org2009-11-139-22/+26
* Got rid of DieFileDie in user_settings_unittest.cc.idana@chromium.org2009-11-062-32/+49
* Revert 31122 - Revert 31109 Avoid calling PlatformThread::Sleep(1) from even...idana@chromium.org2009-11-061-1/+1
* Remove the high res timer, which is unused.nick@chromium.org2009-11-058-410/+0
* Fix the extensions activity monitor test for POSIX (c:\? Really?)nick@chromium.org2009-11-051-12/+17
* Revert 31109 - Avoid calling PlatformThread::Sleep(1) from event_sys_unittest...ben@chromium.org2009-11-051-1/+1
* Avoid calling PlatformThread::Sleep(1) from event_sys_unittests.ccidana@chromium.org2009-11-051-1/+1
* Clean up the strings for sync code:munjal@chromium.org2009-11-0422-1059/+259
* Use the password_manager encryptor to encrypt the sync credentials under Linu...davemoore@chromium.org2009-10-301-9/+43
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-283-0/+412
* linux: fix gcc 4.3 issues (for arm)piman@chromium.org2009-10-271-4/+6
* Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...tim@chromium.org2009-10-273-401/+0
* Revert (2 of 4) 30156 - Add newline to end of file to fix compile. again :(tim@chromium.org2009-10-271-1/+1
* Revert (1 of 4) 30157 - Add newline to end of another file.tim@chromium.org2009-10-271-1/+1
* Add newline to end of another file.tim@chromium.org2009-10-271-1/+1
* Add newline to end of file to fix compile. again :(tim@chromium.org2009-10-271-1/+1
* Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...tim@chromium.org2009-10-273-0/+401
* Remove +x bit from files that shouldn't have it.evan@chromium.org2009-10-201-0/+0
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-1710-34/+23
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-163-9/+22