summaryrefslogtreecommitdiffstats
path: root/remoting/host
Commit message (Expand)AuthorAgeFilesLines
* Define Chromoting's differ block size in one (and only one) place.garykac@chromium.org2011-08-046-20/+18
* Fix crash in ScreenRecordersergeyu@chromium.org2011-08-042-2/+9
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-048-109/+82
* Use correct OpenGL test.jamiewalch@google.com2011-08-041-1/+1
* Fix remoting_simple_host to use Access Code as session shared-secret for auth.wez@chromium.org2011-08-031-24/+32
* Add support for diffing partial blocks in Chromoting.garykac@chromium.org2011-08-034-64/+143
* Changed disconnect shortcut to Ctrl+Alt+Esc.jamiewalch@chromium.org2011-08-033-6/+9
* XIB: change remoting window back to a panel so it stays on top.dmaclach@chromium.org2011-08-031-2/+2
* Propagate connected user to web app.jamiewalch@google.com2011-08-038-11/+51
* Add support for hotkey to quit chromoting.dmaclach@chromium.org2011-08-022-34/+101
* Fix up window not closing on Mac.dmaclach@chromium.org2011-08-022-32/+14
* Send a small empty video packet when capturer returns no dirty recthclam@chromium.org2011-08-011-2/+7
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-011-13/+50
* Fix memory leaks in remoting_unittests.sergeyu@chromium.org2011-07-307-34/+43
* 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