summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-1/+2
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-0/+19
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-4/+2
* Made the ChromotingHost class not ref-counted.alexeypa@chromium.org2013-04-301-106/+35
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Revert 196343 "Made the ChromotingHost class not ref-counted."alexeypa@chromium.org2013-04-251-31/+104
* Made the ChromotingHost class not ref-counted.alexeypa@chromium.org2013-04-251-104/+31
* The continue window is owned by the desktop environment now.alexeypa@chromium.org2013-04-241-13/+0
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-251-14/+0
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-5/+5
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-1/+1
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-131-18/+14
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-9/+0
* Moving host status events monitoring to a separate interface (HostStatusMonit...alexeypa@chromium.org2013-03-021-1/+4
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-3/+5
* Moved the localized strings from ChromotinHost to HostUserInterface, closer t...alexeypa@chromium.org2013-01-161-7/+0
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-14/+13
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-11/+0
* Rename capture and encode threads to make it clear that they are for video.sergeyu@chromium.org2012-11-141-6/+6
* Use correct thread for audio capturing and encoding.sergeyu@chromium.org2012-11-011-0/+3
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-6/+12
* Fix ChromotingHost and DesktopEnvironmentFactory references to TaskRunners.wez@chromium.org2012-10-021-37/+45
* Cross-platform plumbing for resize-to-client and Linux implementation.jamiewalch@chromium.org2012-09-261-0/+7
* Always enabled audio in remoting host, disable it for It2Me, minor cleanups.sergeyu@chromium.org2012-09-131-8/+5
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-141/+37
* Revert 156297 - [Chromoting] Refactoring DesktopEnvironment and moving screen...peter@chromium.org2012-09-121-37/+141
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-121-141/+37
* Implement audio capturer for chromoting host on Linux.sergeyu@chromium.org2012-09-111-1/+2
* Revert 155574 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@chromium.org2012-09-091-28/+129
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-081-129/+28
* Revert 155219 - [Chromoting] Refactoring DesktopEnvironment and moving screen...alexeypa@google.com2012-09-061-18/+132
* [Chromoting] Refactoring DesktopEnvironment and moving screen/audio recorders...alexeypa@chromium.org2012-09-061-132/+18
* Use a separate thread for audio capturing and encoding.sergeyu@chromium.org2012-09-011-1/+1
* Log when the host is started for an account.rmsousa@chromium.org2012-08-311-1/+4
* Renamed Encoder -> VideoEncoder.kxing@chromium.org2012-08-241-6/+8
* Moved the video encoders/decoders to the codec directory.kxing@chromium.org2012-08-231-3/+3
* Improve handling of NONE transport in channel configuration.sergeyu@chromium.org2012-08-221-3/+1
* Speex encoding/decoding.kxing@chromium.org2012-08-211-0/+3
* Disable audio when audio capturer is not available on the host platform.sergeyu@chromium.org2012-08-181-0/+10
* Remove the HostEventStub aggregate interface.wez@chromium.org2012-08-101-2/+6
* Piping for audio encoding.kxing@chromium.org2012-08-011-0/+18
* Piping for host-side audio capturekxing@chromium.org2012-07-131-3/+28
* Don't post NULL tasks from ChromotingHost::Start().sergeyu@chromium.org2012-07-091-25/+31
* Use SingleThreadTaskRunner instead of MessageLoopProxy in remoting/host.sergeyu@chromium.org2012-07-031-31/+31
* This CL sets a maximum session duration only for Linux Me2Me, and hard-codes ...simonmorris@chromium.org2012-06-231-1/+6
* [Chromoting] Make ChromotingHost's dependency on libjingle injected, instead ...simonmorris@chromium.org2012-06-151-23/+3
* [Chromoting] Let the Windows IT2Me host send clipboard events to the client.simonmorris@chromium.org2012-05-311-1/+1
* Fix Ctrl+Alt+Esc keyboard shortcut in Me2Me host.sergeyu@chromium.org2012-05-291-2/+3
* Don't restart the host to disconnect clientssergeyu@chromium.org2012-05-251-0/+14