summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine
Commit message (Expand)AuthorAgeFilesLines
* Part 2 of string cleanup in Sync:munjal@chromium.org2009-11-062-92/+61
* Clean up the strings for sync code:munjal@chromium.org2009-11-0416-115/+46
* Remove context-based dependencies on SyncerSession from ApplyUpdatesCommand.tim@chromium.org2009-11-038-46/+48
* Take 2 at browser_sync::ExtensionsActivityMonitor.tim@chromium.org2009-10-287-4/+76
* linux: fix gcc 4.3 issues (for arm)piman@chromium.org2009-10-272-3/+4
* Revert (4 of 4) 30153 - Introduce browser_sync::ExtensionsActivityMonitor to ...tim@chromium.org2009-10-277-79/+4
* Introduce browser_sync::ExtensionsActivityMonitor to collect extensions API u...tim@chromium.org2009-10-277-4/+79
* Hook up "remaining changes" to sync client. Remove "latest timestamp".chron@chromium.org2009-10-239-36/+34
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-173-4/+4
* Fix sync bug where notifications were being sent for unsuccessful commit atte...chron@chromium.org2009-10-162-2/+8
* If chrome starts without a network connection, the sync serverconnectionmanag...tim@chromium.org2009-10-161-0/+4
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-2/+2
* Reverted 29258.akalin@chromium.org2009-10-162-2/+2
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-2/+2
* Reverted 29255.akalin@chromium.org2009-10-162-2/+2
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-162-2/+2
* Reverted 29253.akalin@chromium.org2009-10-161-1/+1
* Made sync code build and pass unit tests on OS X.akalin@chromium.org2009-10-161-1/+1
* Hook up ClientToServerResponse::THROTTLED to the client sync loop.tim@chromium.org2009-10-1613-36/+113
* Fix some warnings on Mac that are treated as errors:munjal@chromium.org2009-10-153-25/+12
* For sync exponential backoff, allow one nudge per exponential backoff interva...tim@chromium.org2009-10-143-151/+347
* Readability fixes for server_connection_manager.nick@chromium.org2009-10-142-67/+93
* 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-132-5/+6
* Patched in 265058 (which was uploaded under akalin@gmail.com). Originalakalin@chromium.org2009-10-132-3/+7
* Remove pthreads from build and installer files.tim@chromium.org2009-10-103-870/+0
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-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-083-57/+23
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-087-16/+20
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-076-253/+384
* Update sync unit tests to build on linuxzork@chromium.org2009-10-075-436/+424
* Sync: Replace pthread mutex with base::Lock in a few more places.timsteele@google.com2009-10-075-10/+6
* Change the Windows build to statically link the sync library.nick@chromium.org2009-10-062-34/+7
* Initialize message_loop_ in gaia authenticator.timsteele@google.com2009-10-061-1/+2
* Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...timsteele@google.com2009-10-0310-119/+88
* Replace Read/Write lock with a plain old chrome lock.chron@chromium.org2009-10-021-2/+2
* Rename EscapeUrl and expand the code comment.brg@chromium.com2009-10-011-1/+1
* Add EscapeURL to the ASCII escape methods.EscapeURL escapes all forbidden asc...brg@chromium.com2009-10-011-1/+1
* Remove the syncapi stub.nick@chromium.org2009-09-301-305/+0
* Unflakify SyncerThreadWithSyncerTest.Polling by using TimeTicks instead of sy...tim@chromium.org2009-09-291-15/+7
* Make two members private in sync and add getters/setters for them. tim@chromium.org2009-09-294-9/+30
* Disable it for real this time.nsylvain@chromium.org2009-09-291-1/+3
* Disable SyncerThreadWithSyncerTest.Polling because it's flaky.nsylvain@chromium.org2009-09-291-1/+2
* 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-258-248/+1556
* Reverting 27117.davemoore@chromium.org2009-09-248-1550/+248
* Use chrome/base synchronization primitives and threads instead oftim@chromium.org2009-09-248-248/+1550
* Fix compiling of sync on linux.zork@chromium.org2009-09-2219-74/+94