summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove various DoNothing functions in favor of base::DoNothingakalin@chromium.org2012-11-151-9/+8
* Revert 167794 - Native remoting host configurer for linux.ilevy@chromium.org2012-11-155-342/+4
* Native remoting host configurer for linux.sergeyu@chromium.org2012-11-155-4/+342
* Fixed start-up crash with curtain mode.jamiewalch@google.com2012-11-151-1/+2
* Move eintr_wrapper.h from base to base/posixbrettw@chromium.org2012-11-145-5/+5
* Check for negative cursor width and height.wez@chromium.org2012-11-141-6/+10
* Rename capture and encode threads to make it clear that they are for video.sergeyu@chromium.org2012-11-149-52/+56
* [Chromoting] Add option to Mac host installer build script to skip signing.garykac@chromium.org2012-11-141-8/+31
* Add DebugOverridePolicies preference to debug host builds.wez@chromium.org2012-11-133-0/+75
* Enforce the RemoteAccessHostRequireCurtain policy on all platforms.wez@chromium.org2012-11-136-36/+62
* remoting: Switch PolicyWatcherLinux to use the callback interface of FilePath...tfarina@chromium.org2012-11-131-39/+9
* Unselect GDI bitmaps after use to make sure that the device context and bitma...alexeypa@chromium.org2012-11-121-6/+10
* Revert "Linux: change protobuf default option to allow building"nyquist@chromium.org2012-11-126-0/+12
* replace verify-webapp.py script with verify_resources.pysergeyu@chromium.org2012-11-124-147/+191
* Simplify remoting::PolicyWatcher's cross-platform core.wez@chromium.org2012-11-104-139/+87
* Rename SocketReaderBase to SocketReader and move it to remoting/basesergeyu@chromium.org2012-11-105-103/+129
* Brushing up video capturers to make them more uniform.alexeypa@chromium.org2012-11-108-325/+477
* Security team as IPC message file owners.tsepez@chromium.org2012-11-091-0/+8
* Converted VideoFrameCapturer callbacks into a VideoFrameCapturer::Delegate in...alexeypa@chromium.org2012-11-0814-238/+211
* Linux: change protobuf default option to allow buildingphajdan.jr@chromium.org2012-11-076-12/+0