summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/listener
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variable declaration.etienneb@chromium.org2013-08-141-3/+1
* Use a direct include of the message_loop header in dbus/, device/, extensions...avi@chromium.org2013-07-173-3/+3
* Use a direct include of strings headers in ipc/, jingle/, media/.avi@chromium.org2013-06-115-5/+5
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Update remaining files to use WeakPtr<T>::get() instead of "operator T*"akalin@chromium.org2013-06-041-4/+5
* jingle: Use base::MessageLoop.xhwang@chromium.org2013-04-273-3/+3
* jingle: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* [Sync] Treat XMPP auth errors as sync auth errorsakalin@chromium.org2012-12-051-0/+2
* jingle: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-302-11/+11
* Reland 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-2/+4
* Revert 167337 - Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-4/+2
* Move url_request_test_util into net namespacejochen@chromium.org2012-11-132-2/+4
* Adding XMPP ping functionality to CloudPrint. XMPP ping and timeout is contro...gene@chromium.org2012-10-2617-7/+278
* [Sync] Fix crash when converting Notification to stringakalin@chromium.org2012-08-172-9/+34
* Clean up logging for push_notifications_*.ccakalin@chromium.org2012-08-134-10/+22
* Enforce all the source files to be encoded in UTF-8.maruel@chromium.org2012-07-191-3/+3
* Use base::ThreadChecker as a member var, rather than base::NonThreadSafersleevi@chromium.org2012-06-254-25/+25
* [Sync] Propagate XMPP auth errors to SyncNotifierObserversakalin@chromium.org2012-06-1811-52/+122
* Replace GetIOMessageLoopProxy() with GetNetworkTaskRunner() in UrlRequestCont...sergeyu@chromium.org2012-06-162-3/+3
* RefCounted types should not have public destructors - sync and jinglersleevi@chromium.org2012-06-111-4/+5
* [Sync] Make InvalidationNotifier use PushClientakalin@chromium.org2012-05-303-2/+22
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2317-440/+1112
* Revert 138216 - [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2217-1127/+440
* [Sync] Turn notifier::PushClient into an interfaceakalin@chromium.org2012-05-2217-440/+1127
* [Sync] Replace TalkMediator*/MediatorThread* with PushClientakalin@chromium.org2012-05-1713-1181/+523
* [Sync] Clean up XMPP connection codeakalin@chromium.org2012-05-151-5/+1
* Roll libjingle 132:135sergeyu@chromium.org2012-04-261-0/+1
* Move TestURLRequestContextGetter to url_request_test_util.{h,cc}akalin@chromium.org2012-03-021-28/+3
* - replace custom <iq>-stanza protocol with push notifications (using PushNoti...ghc@google.com2012-01-273-3/+41
* Revert 119171 - Maybe introduced a static initializer - or may be 119173rsleevi@chromium.org2012-01-263-41/+3
* - replace custom <iq>-stanza protocol with push notifications (using PushNoti...ghc@google.com2012-01-263-3/+41
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Add OVERRIDE to jingle/.avi@chromium.org2011-11-176-39/+50
* base::Bind: Convert jingle/.jhawkins@chromium.org2011-11-121-20/+12
* Remove 13 exit time constructors and 3 static initializersthakis@chromium.org2011-11-071-2/+2
* Update libjingle to the latest version.sergeyu@chromium.org2011-09-089-18/+18
* [Sync] Make P2PNotifier behave more like InvalidationNotifierakalin@chromium.org2011-08-273-32/+32
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-152-2/+2
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* [Sync] Simplify notifier code now that we have a single sync threadakalin@chromium.org2011-06-284-49/+26
* iwyu: Include stringprintf.h where appropriate, part 3.jhawkins@chromium.org2011-05-122-4/+4
* [Sync] Fix race condition in P2PNotifier with sending notificationsakalin@chromium.org2011-04-199-27/+186
* Changed the jingle network code in ChromeAsyncSocket to use the client socket...sanjeevr@chromium.org2011-04-151-4/+1
* [Jingle] Fix jingle_unittests failuresakalin@chromium.org2011-04-131-1/+5
* Changed jingle to use the IO thread from the passed in URLRequestContextGette...sanjeevr@chromium.org2011-04-072-195/+205
* Move sync notifier contruction out of syncer thread.nileshagrawal@chromium.org2011-04-074-30/+61
* Move some files from base to base/memory.levin@chromium.org2011-03-286-12/+12
* [Sync] Delete ServerNotifierThread and refactor InvalidationNotifierakalin@chromium.org2011-03-242-23/+3
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-225-105/+33
* Modified the jingle library to be able to able to update the auth token after...sanjeevr@chromium.org2011-03-177-2/+59