summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Remove remoting.HostController.state()sergeyu@chromium.org2012-11-294-45/+41
* Added support of mouse cursor shape updates to DesktopSessionAgent.alexeypa@chromium.org2012-11-286-6/+65
* Capturing and encoding time are now calculated by the thread doing the operat...alexeypa@chromium.org2012-11-2810-24/+43
* Handle resize of any display on a multi-monitor system.wez@chromium.org2012-11-281-13/+36
* Do not include memory referenced by locals and other stack memory to the dump...alexeypa@chromium.org2012-11-281-4/+2
* Renamed VideoFrameCapturer::CaptureInvalidRegion() to VideoFrameCapturer::Cap...alexeypa@chromium.org2012-11-2815-27/+27
* Add COM initialization support to AutoThread.wez@chromium.org2012-11-283-11/+169
* The video capturer now runs in a separate process.alexeypa@chromium.org2012-11-2715-88/+578
* Allow wildcard matching for redirect URL.jamiewalch@google.com2012-11-271-7/+8
* Revert 169595 - Add AutoThread types for Windows that initialize COM.joi@chromium.org2012-11-273-148/+11
* Add AutoThread types for Windows that initialize COM.wez@chromium.org2012-11-273-11/+148
* DesktopSessionAgent now hosts the video capturer and provides necessary plumb...alexeypa@chromium.org2012-11-2711-66/+415
* Enforce username policy on Mac.jamiewalch@chromium.org2012-11-271-10/+20
* Add status service for remoting host.sergeyu@chromium.org2012-11-264-0/+319
* Deleted unused UserAuthenticator classes.jamiewalch@chromium.org2012-11-227-315/+0
* Add simple WebSocket server implementation.sergeyu@chromium.org2012-11-226-0/+1137
* Don't relaunch the host process on logout.jamiewalch@chromium.org2012-11-211-1/+2
* Collapse AudioRendererMixer and OnMoreDataResampler into AudioTransform.dalecurtis@chromium.org2012-11-212-2/+4
* Reinstate --distribution setting for Chromoting Debian packagelambroslambrou@chromium.org2012-11-211-0/+2
* Linux: fix header includes for system protobuf.phajdan.jr@chromium.org2012-11-212-0/+10
* Adds an icon to the final confirmation dialog after uninstall succeeds (or fa...skonig@chromium.org2012-11-202-10/+68
* Adding support of shared memory buffers to the video capturer (Windows only).alexeypa@chromium.org2012-11-2013-24/+360
* Rename ipc_consts.h to ipc_constants.hwez@chromium.org2012-11-208-13/+13
* Tear down AudioPipeReader on host shutdown, to release audio thread.wez@chromium.org2012-11-202-2/+15
* Reinstate curtain mode on non-Lion Mac.jamiewalch@chromium.org2012-11-201-4/+27
* Tweak VideoFrameCapturer::Create() to return a scoped_ptr.wez@chromium.org2012-11-208-26/+21
* Fix Linux AudioPipeReader creation & teardown.wez@chromium.org2012-11-203-11/+37
* Fixed l10n verification warning.jamiewalch@chromium.org2012-11-201-0/+1
* Move PluginThreadTaskRunner to HostNPPlugin.wez@chromium.org2012-11-193-23/+27
* Tweak the HostProcess lifetime in preparation for AutoThread.wez@chromium.org2012-11-191-67/+102
* Remove ChromotingHostContext::ReleaseTaskRunners(), which is unused.wez@chromium.org2012-11-192-13/+0
* Delete trigger file if the host ID has been deleted.jamiewalch@chromium.org2012-11-171-0/+10
* Linux clipboard support for Chromoting host.lambroslambrou@chromium.org2012-11-173-47/+108
* Fixed potential umask bug.jamiewalch@chromium.org2012-11-171-2/+3
* Add an option to run the remoting session script with a specific config.wez@chromium.org2012-11-171-8/+21
* Fixed gyp to work with both xcodebuild and ninja.jamiewalch@chromium.org2012-11-173-3/+31
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-175-5/+343
* Revert 168349 - Native remoting host configurer for linux.sergeyu@chromium.org2012-11-174-35/+5
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-174-5/+35
* Make all pdb file names follow the same naming convention.iannucci@chromium.org2012-11-171-1/+0
* Restrict the Chromoting client plugin to use by extensions & apps.wez@chromium.org2012-11-162-0/+29
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-4/+4
* Removed shortcut text from disconnect buttons.jamiewalch@chromium.org2012-11-167-32/+3
* Chromoting Debian package improvementslambroslambrou@chromium.org2012-11-163-4/+20
* Revert 168056 - Enable PAM-based local login check on Mac.jamiewalch@google.com2012-11-163-31/+3
* Enable PAM-based local login check on Mac.jamiewalch@chromium.org2012-11-153-3/+31
* Remove remoting.cancelConnect, since it doesn't update the URL correctly.jamiewalch@google.com2012-11-152-5/+12
* Fix DCHECK when sharing is aborted on the host while connecting.sergeyu@chromium.org2012-11-151-4/+1
* Remove UI dependencies from remoting.HostController.sergeyu@chromium.org2012-11-155-144/+166
* Treat switching to the desktop that the thread is currently assigned to a suc...alexeypa@chromium.org2012-11-152-8/+22