summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/session_manager.h
Commit message (Expand)AuthorAgeFilesLines
* Use callback interface for state notifications in Session interface.sergeyu@chromium.org2012-07-121-3/+1
* RefCounted types should not have public destructors, delegate cleanuprsleevi@chromium.org2012-06-261-4/+6
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-32/+1
* Address remaining nits for r129104.sergeyu@chromium.org2012-03-281-1/+1
* Implement exponential backoff for failed Me2Me authentication attemptssergeyu@chromium.org2012-03-271-0/+10
* Making sure NetworkSettings is always properly initialized.alexeypa@chromium.org2012-03-081-0/+1
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-021-4/+12
* Libjingle-based TransportFactory implementation.sergeyu@chromium.org2012-02-211-0/+1
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-15/+4
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-1/+22
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-3/+5
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-7/+5
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-061-5/+13
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-9/+11
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-2/+0
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-071-1/+1
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-20/+35
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-6/+10
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-161-5/+1
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-24/+22
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-19/+17
* Remove JingleClient.sergeyu@chromium.org2011-06-291-0/+25
* Initial key exchange implementation.sergeyu@chromium.org2011-06-011-1/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-241-3/+14
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-081-6/+4
* Rename classes for Chromoting:garykac@chromium.org2010-11-031-0/+106