summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/jingle_session_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-12/+1
* Revert 240926 "Fix LibjingleTransportFactory to refresh STUN/Relay."sergeyu@chromium.org2013-12-161-1/+12
* Fix LibjingleTransportFactory to refresh STUN/Relay.sergeyu@chromium.org2013-12-161-12/+1
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-291-2/+2
* Fix invalid header guards in jingle_session(_manager)?.hsergeyu@chromium.org2012-07-251-3/+3
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-2/+1
* Pass TransportConfig to TransportFactory instead of Transport.sergeyu@chromium.org2012-04-301-4/+1
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-3/+10
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-241-0/+109
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-221-125/+0
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-7/+7
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-1/+1
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-1/+1
* base::Bind: Remove ScopedRunnableMethodFactory.jhawkins@chromium.org2012-01-031-3/+1
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-8/+13
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-19/+14
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-291-4/+0
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+1
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-231-21/+3
* Use MessageLoopProxy for network message loop.sergeyu@chromium.org2011-08-121-1/+6
* Remove key exchange code from JingleSession.sergeyu@chromium.org2011-08-111-2/+1
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-091-0/+4
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-2/+2
* Cleanups and bugfixes for JingleInfoRequest.sergeyu@chromium.org2011-07-261-3/+0
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+3
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-4/+3
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-9/+9
* Fix Valgrind errors in remoting_unittests.sergeyu@chromium.org2011-07-071-2/+3
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-24/+20
* Don't use HttpPortAllocator when it is not neccessary.sergeyu@chromium.org2011-06-301-2/+4
* Remove JingleClient.sergeyu@chromium.org2011-06-291-25/+46
* Move ContentDescription class to a separate file.sergeyu@chromium.org2011-06-271-39/+1
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-8/+3
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-5/+15
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-141-3/+3
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-041-7/+9
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Use certificate and key files instead of generating them each time for unit t...hclam@chromium.org2010-12-231-1/+12
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-231-14/+10
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-231-0/+13
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-23/+34
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-6/+6
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+129