summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Don't use base::OneShotTimer on plugin main thread.sergeyu@chromium.org2011-07-295-34/+58
* Fix crashes when shutting down DesktopEnvironmentsergeyu@chromium.org2011-07-298-60/+146
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-293-0/+11
* Asynchronous initialization in SessionManager.sergeyu@chromium.org2011-07-282-9/+18
* Revert 94247 - Add an authentication step to stream channel setup in JingleSt...wez@chromium.org2011-07-273-11/+0
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-273-0/+11
* Expose nat_traversal flag to host and client plugins.sergeyu@chromium.org2011-07-265-50/+44
* Get the timeout period from the cloud instead of hard-coding it (b/5049410).jamiewalch@chromium.org2011-07-236-17/+68
* Message validation in message dispatchers.sergeyu@chromium.org2011-07-212-13/+0
* Implement Ctrl+ESC to disconnect (Linux).jamiewalch@google.com2011-07-203-35/+72
* Purge references to JingleClient.wez@chromium.org2011-07-202-3/+3
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* Make Chromoting plugin name consistent - change Windows to match other platfo...garykac@google.com2011-07-191-3/+3
* Don't use X509Certificate in chromoting code.sergeyu@chromium.org2011-07-162-10/+10
* Workaround for bad driver issue with NVIDIA GeForce 7300 GT on Mac 10.5.dmaclach@chromium.org2011-07-151-0/+10
* Fixup threading for Chromoting's logging code.garykac@chromium.org2011-07-133-64/+4
* Move base/values.h into the base namespace. This includes a cros DEPS rolldmazzoni@chromium.org2011-07-122-3/+5
* Don't hide host plugin. Temporary fix for host plugin logging crash.jamiewalch@google.com2011-07-081-0/+2
* Conenct Chromoting plugin debug log to JS UI.garykac@chromium.org2011-07-078-37/+178
* Chromoting: Move host input and window mgmt into DesktopEnvironmentgarykac@chromium.org2011-07-076-129/+175
* Minor cleanups in JingleSession and JingleSessionManager.sergeyu@chromium.org2011-07-071-1/+1
* Remove DCHECK from HeartbeatSender::OnSignallingDisconnected()lambroslambrou@chromium.org2011-07-071-1/+0
* Shutdown JingleSessionManager and SingalStartegy and send OnSignallingDisconn...sergeyu@chromium.org2011-07-072-18/+29
* Cleanup Chromoting's Continue window:garykac@google.com2011-07-063-7/+38
* Improvements to Linux Disconnect/Continue windows.lambroslambrou@chromium.org2011-07-062-63/+64
* Make Session and SessionManager not thread-safe and not ref-counted.sergeyu@chromium.org2011-07-063-36/+25
* Fix test for disabling curtain mode (and hiding DisconnectWindow, etc).wez@chromium.org2011-06-301-2/+2
* Initial continue window implementation on mac.dmaclach@chromium.org2011-06-304-13/+121
* Remove JingleClient.sergeyu@chromium.org2011-06-296-54/+39
* Chromoting: Release all currently pressed keys when disconnecting.garykac@chromium.org2011-06-293-10/+64
* Use shared UI strings for Chromoting's Disconnect window (in Windows).garykac@google.com2011-06-292-3/+17
* Move UI strings from Chromoting's Disconnect window into base class.garykac@chromium.org2011-06-283-15/+29
* Fix buglet calling out to JS from plugin.wez@chromium.org2011-06-272-19/+12
* The design docs say 10 minutes before continue window. So fixed to match desi...dmaclach@chromium.org2011-06-271-1/+1
* Fix the problem of linux host mouse not movinghclam@chromium.org2011-06-242-3/+3
* Cleanup client shutdown sequence.sergeyu@chromium.org2011-06-241-2/+2
* Cleanup usage of JingleThread in the protocol code.sergeyu@chromium.org2011-06-241-2/+2
* Chromoting's ContinueWindow implementation for Windows.garykac@google.com2011-06-224-41/+158
* Use the correct Chrome UI thread when creating the chromoting continue window.garykac@google.com2011-06-224-12/+13
* Fix crash in ChromotingHost::Shutdown().sergeyu@chromium.org2011-06-221-1/+1
* Chromoting's ContinueWindow implementation for Linux.lambroslambrou@chromium.org2011-06-221-4/+74
* Move SignalStrategy and its implementations to separate files.sergeyu@chromium.org2011-06-211-0/+1
* Reduced host secret to five digits. Removed hyphen from access code and displ...jamiewalch@google.com2011-06-213-7/+7
* Move the Remoting Host plugin into its own sub-directory.wez@chromium.org2011-06-2110-11/+13
* Don't tell the webapp that someone is connected in OnSignallingConnected.jamiewalch@google.com2011-06-211-1/+0
* Notify calling web-app when Host plugin becomes connected to a client.wez@chromium.org2011-06-219-7/+40
* Split host plugin into multiple files.sergeyu@chromium.org2011-06-216-639/+756
* Improve error/debug messaging for Chromoting host plugin:garykac@google.com2011-06-201-4/+55
* Limit number of failed connection attempts.sergeyu@chromium.org2011-06-207-4/+32
* Cleanups in the host shutdown logic and some minor fixes.sergeyu@chromium.org2011-06-2013-297/+383