summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/engine/net
Commit message (Expand)AuthorAgeFilesLines
* Enable valgrind for sync tests (and fix valgrind errors)skrul@chromium.org2010-01-271-1/+7
* Fixed race condition with AddressWatchTask and ServerConnectionManager.akalin@chromium.org2010-01-262-17/+9
* Removed #ifdef in IncrementErrorCount() now that it's platform-independent.akalin@chromium.org2010-01-211-3/+0
* 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-202-0/+30
* Revert 36604 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-202-26/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-202-0/+26
* Revert 36586 - Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-202-26/+0
* Implemented AddressWatchTask for OS X.akalin@chromium.org2010-01-202-0/+26
* Plumping for taking LSID cookie from ProfileSyncService to GaiaAuthenticator.albertb@google.com2009-12-012-0/+18
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-6/+6
* Part 1 of removing PathSTring. I scrubbed files that are notmunjal@chromium.org2009-11-132-2/+2
* Clean up the strings for sync code:munjal@chromium.org2009-11-042-3/+1
* Fix some warnings on Mac that are treated as errors:munjal@chromium.org2009-10-151-6/+5
* Readability fixes for server_connection_manager.nick@chromium.org2009-10-142-67/+93
* Sync: Remove pthreads from ServerConnectionManager and notifier.tim@chromium.org2009-10-082-55/+21
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-072-4/+9
* 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-034-93/+43
* 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
* Fix compiling of sync on linux.zork@chromium.org2009-09-222-12/+16
* Build sync engine as part of the browser build.nick@chromium.org2009-09-151-1/+2
* Made some style fixes in the remaining code under chrom/browser/sync and unde...idana@chromium.org2009-09-144-13/+11
* Fix compiler warnings in chrome\browser\sync.nick@chromium.org2009-09-112-4/+7
* Remove openssl_init from sync\engine.nick@chromium.org2009-09-102-149/+0
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-1012-0/+1943