summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sync/notifier
Commit message (Expand)AuthorAgeFilesLines
* TBR: chron@chromium.orgzork@chromium.org2010-04-071-4/+4
* Send a notification when we connect to p2pzork@chromium.org2010-04-071-0/+5
* Fix for a problem introduced by 41865 which causes sync notificationsakalin@chromium.org2010-04-011-0/+16
* Use the invalid file handle value instead of 0 when creating pipes.zork@chromium.org2010-03-291-12/+16
* Clean up read FDs in async network alive. This prevents chrome from eating a...zork@chromium.org2010-03-251-1/+17
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-241-1/+1
* Removed win32socketserver and its use in mediator_thread_impl.cc.akalin@chromium.org2010-03-231-25/+0
* Removed auth_task.* and talk_auth_task.* (dead code)akalin@chromium.org2010-03-1721-1435/+21
* Revert 41790 - Removed auth_task.* and talk_auth_task.* (dead code) because W...hbono@google.com2010-03-1721-18/+1436
* Removed auth_task.* and talk_auth_task.* (dead code)akalin@chromium.org2010-03-1721-1436/+18
* Split up PreXmppAuth and SaslHandler.akalin@chromium.org2010-03-165-72/+55
* Change MediatorThreadImpl::Run to process messages forever and periodically c...tim@chromium.org2010-03-162-15/+34
* Generalize the net module's LoadLog facility from a passive container, to an ...eroman@chromium.org2010-03-162-3/+3
* Added switch to invalidate the sync xmpp auth token for testing.akalin@chromium.org2010-03-123-6/+13
* Ripped out talk/p2p directory from third_party/libjingle.akalin@chromium.org2010-03-105-5/+5
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-092-0/+0
* 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