summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Revert 165605 - Fix branding in chromoting string resources.hbono@chromium.org2012-11-027-160/+262
* Fix branding in chromoting string resources.sergeyu@chromium.org2012-11-027-262/+160
* Implement resize-to-client for Windows hosts.wez@chromium.org2012-11-021-20/+139
* Add executable bit to remoting/tools/win/chromoting-set-channel.bat to pass p...tzik@chromium.org2012-11-021-0/+0
* [Chromoting] Handle a response status 0 for a list-hosts request more helpfully.simonmorris@chromium.org2012-11-021-1/+3
* Calling SendSAS() from a service to make sure that Secure Attention Sequence ...alexeypa@chromium.org2012-11-0211-34/+112
* Don't invoke DesktopResizer::SetSize() if the size isn't changing.wez@chromium.org2012-11-012-20/+38
* Do not use GetNamedPipeClientProcessId() which is available starting from Vis...alexeypa@chromium.org2012-11-011-3/+7
* [Chromoting] Script to switch release channels on Windows.garykac@chromium.org2012-11-011-0/+49
* remoting: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-019-43/+43
* Avoid letterboxing when connecting to multi-monitor hosts in full-screen.wez@chromium.org2012-11-011-13/+38
* Convert cursors captured on Windows to premultiplied alpha.wez@chromium.org2012-11-011-6/+15
* Use correct thread for audio capturing and encoding.sergeyu@chromium.org2012-11-018-1/+15
* Don't colour visited links differently.jamiewalch@chromium.org2012-11-011-4/+0
* Add net/base/test_data_directory.htoyoshim@chromium.org2012-11-012-2/+2
* Fix AudioCapturer implementation to read from audio pipe even when there are ...sergeyu@chromium.org2012-11-017-182/+309
* Resize host desktop to match client dimensions.jamiewalch@chromium.org2012-10-312-13/+16
* [Chromoting] Stop the Linux policy watcher treating a failure to read policiessimonmorris@chromium.org2012-10-311-10/+15
* [Chromoting] Stop the Windows host configurer trying to use an empty auth code.simonmorris@chromium.org2012-10-311-0/+3
* Remove before-unload prompt from Me2Me client mode.wez@chromium.org2012-10-311-3/+7
* [Chromoting] Make the AuthCodeGetter component of the Windows host configurersimonmorris@chromium.org2012-10-302-8/+4
* Move Chromoting strings to string_resources.grd.sergeyu@chromium.org2012-10-3090-16746/+5554
* [Chromoting] Add a username policy, and implement it for the Linux Me2Me host.simonmorris@chromium.org2012-10-307-15/+81
* Disable resize-to-client on non-Linux systems.jamiewalch@chromium.org2012-10-301-0/+5
* remoting/host: Remove forbidden using namespace directive.tfarina@chromium.org2012-10-301-1/+3
* remoting/host: Remove nonexistent entry from DEPS list.tfarina@chromium.org2012-10-291-1/+0
* Rolling libjingle r220.ronghuawu@chromium.org2012-10-292-4/+4
* Add timout for the stop command in the chromoting init script.sergeyu@chromium.org2012-10-271-1/+18
* Remove unused constant in IT2Me host implementation.wez@chromium.org2012-10-271-5/+0
* Implemented local login check for PAM (only enabled on Linux for now).jamiewalch@chromium.org2012-10-274-0/+204
* [Chromoting] Make the HostStarter unregister a new host if it couldn't start it.simonmorris@chromium.org2012-10-274-9/+80
* Pause/resume the VideoScheduler in response to messages from the client.wez@chromium.org2012-10-273-6/+32
* Remove GaiaOauthClient and GaiaUserEmailFetcher from remoting.sergeyu@chromium.org2012-10-2710-527/+60
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-2611-363/+225
* Build real dSYM for remoting_me2me_hostlambroslambrou@chromium.org2012-10-261-0/+8
* Use PpCompletionCallback in PepperPortAllocatorSession.sergeyu@chromium.org2012-10-262-39/+23
* Fix inline javascript code.rmsousa@chromium.org2012-10-261-1/+1
* Rename ScreenRecorder to VideoScheduler.wez@chromium.org2012-10-266-106/+111
* Fixing threading issues in remoting::DesktopProcess. The UI thread is now own...alexeypa@chromium.org2012-10-264-82/+132
* Fix remoting me2me host to properly process --host-config option.sergeyu@chromium.org2012-10-251-0/+6
* Remove old unused OAuth client id from remoting_me2me_host.ccsergeyu@chromium.org2012-10-251-4/+0
* [Chromoting] The desktop process now creates a pre-connected pipe and passes ...alexeypa@chromium.org2012-10-2531-325/+1264
* Step #1: Move HostProcess method implementations out-of-line.wez@chromium.org2012-10-241-527/+579
* Cleanups in remoting::HostStarter.sergeyu@chromium.org2012-10-243-41/+31
* Remove the remoting_simple_host target.wez@chromium.org2012-10-232-488/+0
* [Chromoting] Change ScreenRefresh to use 'if' instead of 'DCHECK'.garykac@chromium.org2012-10-231-1/+3
* Crash the network process when a fatal daemon-to-network protocol error encou...alexeypa@chromium.org2012-10-236-42/+63
* Improve codec tests to test a broader variety of dimensions.wez@chromium.org2012-10-231-10/+16
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-2310-0/+684
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-2310-684/+0