summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* Update webrtc&libjingle 6774:6825.ronghuawu@chromium.org2014-08-061-1/+1
* Revert "Update webrtc&libjingle 6774:6799."erikchen@chromium.org2014-07-311-1/+1
* Update webrtc&libjingle 6774:6799.ronghuawu@chromium.org2014-07-311-1/+1
* Remove remoting/jingle_gluesergeyu@chromium.org2014-07-171-2/+2
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-41/+10
* Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."sergeyu@chromium.org2013-12-161-10/+41
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-41/+10
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-4/+2
* Reland 137824 - was reverted by mistakesergeyu@chromium.org2012-05-221-1/+2
* This broke M20 build.dharani@chromium.org2012-05-221-2/+1
* Properly handle accounts that don't have GMail account.sergeyu@chromium.org2012-05-181-1/+2
* Pass TransportConfig to TransportFactory instead of Transport.sergeyu@chromium.org2012-04-301-6/+12
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-10/+6
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-2/+2
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+4
* Cleanups in the host authentication state handling.sergeyu@chromium.org2012-03-271-1/+16
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-021-2/+3
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-0/+183
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-271/+0
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-081-0/+1
* Add scoped_ptr<>::PassAs<>().sergeyu@chromium.org2012-01-251-1/+1
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-11/+11
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-3/+6
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-2/+4
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-3/+2
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-13/+26
* Cleanup JingleInfoRequest on JingleSessionManager::Closeamit@chromium.org2011-12-201-0/+1
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-96/+29
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-291-7/+2
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-4/+2
* Refactor IqRequest.sergeyu@chromium.org2011-11-041-2/+1
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+1
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-291-4/+4
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-271-5/+6
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-36/+6
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+0
* Parsers and formatters for jingle messages.sergeyu@chromium.org2011-08-191-2/+2
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-5/+9
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-6/+4
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-091-2/+8
* Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.wez@chromium.org2011-08-091-1/+1
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-10/+16
* Cleanups and bugfixes for JingleInfoRequest.sergeyu@chromium.org2011-07-261-17/+13
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+8
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-4/+4
* Disable TCP connections for chromotinghclam@chromium.org2011-07-131-2/+8
* Roll new libjingle with asynchronous NetworkManager.sergeyu@chromium.org2011-07-131-1/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-17/+18
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-071-10/+6