summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier
Commit message (Expand)AuthorAgeFilesLines
* Fix the memset call from my previous CL.phajdan.jr@chromium.org2010-02-201-1/+1
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-202-5/+20
* Implemented new notification methods.akalin@chromium.org2010-02-1120-48/+689
* linux: build with -Wextraevan@chromium.org2010-02-051-2/+2
* Fixed notifications-related bug on network reconnections.akalin@chromium.org2010-02-043-7/+13
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-011-0/+1
* Add an implementation for async_network_alive to Linuxzork@chromium.org2010-01-272-15/+124
* Fixed bug involving destruction order in GaiaAuth.akalin@chromium.org2010-01-272-8/+25
* Made GaiaAuth use Chrome threads instead of libjingle threads.akalin@chromium.org2010-01-112-71/+106
* Use the right SSL adapter on Linux/OS X. This is a partial fix for the crash...akalin@chromium.org2010-01-076-23/+86
* Added check for Chrome message loop in SSLSocketAdapter::BeginSSL().akalin@chromium.org2010-01-051-0/+10
* Fix SSL Socket adapter to handle the case where StartSSL is called before the...zork@chromium.org2009-12-292-7/+37
* Implemented OS X version of NetworkStatusDetectorTaskMac.akalin@chromium.org2009-12-153-3/+514
* Removed sync/notifier/base/mac/time_mac.cc (which just includes time_posix.cc).akalin@chromium.org2009-12-041-8/+0
* Add a "// namespace" comment after the closing curly bracewtc@chromium.org2009-12-011-1/+1
* Define the GetPeerName method of the ClientSocket interface for allwtc@chromium.org2009-11-302-7/+2
* Update Signal Thread to use ref counting and locks to ensure thread safety.zork@chromium.org2009-11-242-2/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-133-4/+6
* Fix mediator_thread_impl.cc to run timer tasks when the task runner iszork@google.com2009-11-121-9/+10
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-2/+2
* Check for an active network connection when network adapter status changes.zork@google.com2009-11-111-1/+17
* Fix the mediator thread to check for a valid xmpp client before trying tozork@google.com2009-11-061-3/+18
* Add LoadLog to ClientSocket::Connect().willchan@chromium.org2009-11-022-3/+9
* Linux: Remove unnecessary time_linux.cc from sync code.craig.schlenter@chromium.org2009-10-291-7/+0
* Fix the notifier SSL layer to make notifications work for Linux Bookmark sync.zork@chromium.org2009-10-292-53/+43
* linux: fix gcc 4.3 issues (for arm)piman@chromium.org2009-10-272-3/+3
* Run a Chrome message loop on the mediator thread, allowing certificates to be...zork@chromium.org2009-10-271-1/+8
* Add SSL wrapper for linux and mac. This allows notifier to use chrome's SSL ...zork@chromium.org2009-10-263-1/+490
* Fix unit test compiling on Linuxzork@chromium.org2009-10-211-1/+1
* Rename CHROME_PERSONALIZATION to BROWSER_SYNC.nick@chromium.org2009-10-178-12/+17
* Within libjingle, add an abstraction of winsock initialization.nick@chromium.org2009-10-161-0/+4
* Fix pieces of syncapi that aren't implemented on Linux.zork@chromium.org2009-10-151-15/+18
* Patched in 265058 (which was uploaded under akalin@gmail.com). Originalakalin@chromium.org2009-10-132-0/+24
* Sync: Remove pthreads from ServerConnectionManager and notifier.tim@chromium.org2009-10-083-17/+15
* Part 1 of making sync work on Mac:munjal@chromium.org2009-10-081-2/+3
* Sync: Remove pthreads from auth_watcher.tim@chromium.org2009-10-071-0/+1
* Update sync unit tests to build on linuxzork@chromium.org2009-10-071-46/+46
* Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...timsteele@google.com2009-10-031-1/+1
* Convert the SslInitializationSingleton over to a base/singleton.nick@chromium.org2009-10-011-14/+3
* Use base/logging from chrome/browser/sync. Add a macro to libjingle'snick@chromium.org2009-09-267-41/+45
* Rename "xmpp/constants.*" to" xmpp/xmppconstants.*"nick@chromium.org2009-09-255-5/+5
* Remove string.h/.cc, xml_parse_helpers.h/.cc, and date- parsing codenick@chromium.org2009-09-2511-1958/+1
* Fix compiling of sync on linux.zork@chromium.org2009-09-223-2/+7
* Build the sync unit tests:nick@chromium.org2009-09-161-10/+0
* Build sync engine as part of the browser build.nick@chromium.org2009-09-153-0/+0
* Made some style fixes in the remaining code under chrom/browser/sync and unde...idana@chromium.org2009-09-1469-698/+708
* Don't depend on scoped_any.nick@chromium.org2009-09-112-26/+27
* Fix compiler warnings in chrome\browser\sync.nick@chromium.org2009-09-112-5/+7
* Fix checkdeps by removing some include pathsnick@chromium.org2009-09-104-3/+9
* Initial commit of sync engine code to browser/sync.nick@chromium.org2009-09-1083-0/+10218