summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.h
Commit message (Expand)AuthorAgeFilesLines
* [Chromoting] Add a ChromotingHost unit test for rejecting client authentication.simonmorris@chromium.org2012-06-261-1/+1
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-231-0/+7
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-151-6/+2
* Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host.sergeyu@chromium.org2012-05-291-5/+6
* Don't restart the host to disconnect clientssergeyu@chromium.org2012-05-251-1/+7
* Implement HostPortAllocator.sergeyu@chromium.org2012-05-011-43/+1
* Move PortAllocator creation out of LibjingleTransportFactory.sergeyu@chromium.org2012-04-301-2/+45
* 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-0/+1
* Log connection type to syslogs and to the server.sergeyu@chromium.org2012-03-201-2/+1
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-241-9/+0
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-021-3/+5
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-251-0/+3
* Remove set_it2me() from ChromotingHost.sergeyu@chromium.org2012-01-181-9/+9
* Add ChromotingHost::RemoveStatusObserver().sergeyu@chromium.org2012-01-171-7/+6
* Make sure that ScreenRecorder is never reused for multiple connections.sergeyu@chromium.org2012-01-141-0/+1
* Restrict Me2Me host to the 12400-12409 port range.sergeyu@chromium.org2012-01-131-2/+2
* Remove dependency on HostConfig from ChromotingHost and other classes.sergeyu@chromium.org2012-01-071-8/+9
* Move ChromotingHost initialization to the network thread.sergeyu@chromium.org2012-01-071-3/+3
* Move signaling connection creation out of ChromotingHost.sergeyu@chromium.org2012-01-041-22/+9
* Refactor SignalStrategy so that it can be reused for multiple connections.sergeyu@chromium.org2012-01-031-6/+5
* Set empty shared secret for Me2Me hosts.lambroslambrou@chromium.org2011-12-011-0/+9
* Refactor IT2Me-specific functions into a HostObserver subclass.lambroslambrou@chromium.org2011-12-011-3/+0
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-301-3/+7
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-291-10/+5
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-111-5/+3
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-111-1/+1
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-111-23/+14
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-101-22/+9
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-101-3/+3
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-051-3/+2
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Revert 103523 - Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Move us fully from gfx:: over to skia types for consistency.dmaclach@chromium.org2011-09-301-1/+1
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-0/+5
* Revert 100589 - Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-121-5/+0
* Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-101-0/+5
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-101-1/+1
* Make ChromotingHost::ui_strings() immutable. Use string16 for localized strings.sergeyu@chromium.org2011-08-181-1/+4
* Host process i18n and Linux implementation.jamiewalch@google.com2011-08-161-0/+5
* Properly handle screen recorder shutdown in ChromotingHost.sergeyu@chromium.org2011-08-121-0/+9
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-041-7/+1
* Fix crashes when shutting down DesktopEnvironmentsergeyu@chromium.org2011-07-291-5/+6
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-291-0/+5
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-281-4/+6
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-271-5/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-271-0/+5
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-261-27/+20
* Purge references to JingleClient.wez@chromium.org2011-07-201-1/+1
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-071-3/+12