summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Chromoting: Move host input and window mgmt into DesktopEnvironmentgarykac@chromium.org2011-07-071-20/+0
* Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...sergeyu@chromium.org2011-07-071-0/+1
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-061-2/+1
* Remove JingleClient.sergeyu@chromium.org2011-06-291-11/+10
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-211-1/+1
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-201-19/+25
* Completed basic implementation.jamiewalch@google.com2011-06-201-0/+17
* Revert 89370 - Notify calling web-app when Host plugin becomes connected to a...creis@chromium.org2011-06-161-1/+2
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-161-2/+1
* Block remote mouse inputs for a short time when local input is received.jamiewalch@google.com2011-06-131-1/+7