summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* disable unittest XServerClipboardTest.CopyPastelambroslambrou@chromium.org2012-12-061-1/+2
* Reset retry flag on successful connection.jamiewalch@google.com2012-12-061-0/+1
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-12-0511-214/+148
* Clear the usagestats flag created by the host versions that mishandled the flag.alexeypa@chromium.org2012-12-051-0/+20
* Serialize shutdown of the service and main threads to make sure that all loca...alexeypa@chromium.org2012-12-052-55/+70
* Fixed consent checkbox test.jamiewalch@google.com2012-12-051-2/+2
* (1) Added a recursive boolean param to FilePathWatcher::Watch() function to w...kmadhusu@chromium.org2012-12-052-3/+3
* Add rmsousa@ and remove simonmorris@ from remoting/OWNERS.wez@chromium.org2012-12-031-1/+1
* Revert 170360jamiewalch@google.com2012-11-3011-137/+191
* Avoid posting tasks from a constructor of a ref-counted object because doing ...alexeypa@chromium.org2012-11-301-4/+5
* Correctly detect Windows XP Pro x64 and Windows 2003 as not supporting elevat...alexeypa@chromium.org2012-11-302-3/+3
* Improve curtain mode error message.jamiewalch@chromium.org2012-11-302-8/+19
* Don't log 'connection failed' for session errors that occur after connection ...jamiewalch@chromium.org2012-11-303-5/+13
* Added support of keyboard, mouse and clipboard events to DesktopSessionAgent.alexeypa@chromium.org2012-11-3015-5/+441
* Mac Breakpad integration for Chromoting Host (disabled for now)lambroslambrou@chromium.org2012-11-305-5/+123
* Making sure that IPC::ChannelProxy is destroyed on the same thread it has bee...alexeypa@chromium.org2012-11-301-0/+4
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-3011-191/+137
* Ensure that the NetworkChangeNotifier is torn down on the UI thread.wez@chromium.org2012-11-301-0/+1
* Revert 170150 - Use AutoThread in ChromotingHostContext & NPAPI plugin.timurrrr@chromium.org2012-11-2911-131/+190
* Use AutoThread in ChromotingHostContext & NPAPI plugin.wez@chromium.org2012-11-2911-190/+131
* 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