summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplify VideoEncoder interface.sergeyu@chromium.org2013-09-131-3/+1
* Remove obsolete audio codecs and channel configurations.sergeyu@chromium.org2013-09-121-5/+2
* Implement test-echo extension message and reply.jamiewalch@chromium.org2013-09-021-0/+10
* Add missing NULL pointer check for pairing_registry_lambroslambrou@chromium.org2013-08-131-1/+1
* Added JsonMessage to the control channel.jamiewalch@chromium.org2013-08-131-0/+7
* Changes to PairingRegistry to facilitate per-platform implementions.jamiewalch@chromium.org2013-06-181-2/+2
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in remoting/.dcheng@chromium.org2013-06-141-2/+2
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-101-1/+1
* Remove screen capturers from media/video/capture/screen.sergeyu@chromium.org2013-06-071-1/+1
* This CL adds the "request pairing" implementation between the web-app and the...jamiewalch@chromium.org2013-06-041-2/+17
* Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than impli...rsleevi@chromium.org2013-06-011-8/+8
* Use webrtc::DesktopCapturer for screen capturer implementation.sergeyu@chromium.org2013-05-161-5/+9
* Do not show the in-session UI in a curtained session.alexeypa@chromium.org2013-05-081-1/+7
* Create the desktop environment before any of the channel were connected.alexeypa@chromium.org2013-05-011-40/+44
* remoting: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-271-1/+1
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-191-1/+64
* Removed task runners from the DesktopEnviroment interface and introduced Scre...alexeypa@chromium.org2013-03-251-25/+27
* Rename EventExecutor to InputInjector.wez@chromium.org2013-03-241-8/+8
* Reworked the plumbing required to pass the client resolution to the desktop r...alexeypa@chromium.org2013-03-181-14/+20
* Create a desktop environment instance late so that it will see the curtain_re...alexeypa@chromium.org2013-03-151-11/+12
* Use separate implementations of DesktopEnvironmentFactory for It2Me and Me2Me.alexeypa@chromium.org2013-03-141-3/+5
* Made ClientSession a non ref-counted class.alexeypa@chromium.org2013-03-131-23/+10
* ResizingHostObserver is created by the desktop environment together with othe...alexeypa@chromium.org2013-03-091-4/+11
* Pass the |curtain_activated| flag to IpcDesktopEnvironmentFactory.alexeypa@chromium.org2013-03-051-0/+2
* Do not suppress local echo in RemoteInputFilter on Windows.alexeypa@chromium.org2013-02-251-0/+6
* Fix logging of DIPs width & height in host.wez@chromium.org2013-02-191-2/+2
* Rename ClientDimensions to ClientResolution and add pixel-size and DPI fields.wez@chromium.org2013-02-131-7/+15
* Move screen capturers from remoting/capturer to media/video/capturer/screensergeyu@chromium.org2013-01-281-1/+1
* Making DesktopEnvironment a factory class used by ClientSession to create aud...alexeypa@chromium.org2013-01-161-62/+42
* The client's connection video stub is created only after the connection has b...alexeypa@chromium.org2013-01-101-1/+2
* Revert 176126 - the reverted change depends on another CL, so reverting it br...alexeypa@google.com2013-01-101-8/+9
* Revert 175648 because it causes http://crbug.com/169126.alexeypa@google.com2013-01-101-9/+8
* Connect to DesktopEnvironment's stubs only when audio/video schedulers are ab...alexeypa@chromium.org2013-01-091-8/+9
* Show the disconnect window and monitor the local mouse input when running the...alexeypa@chromium.org2012-12-271-5/+12
* Move screen capturers to remoting/capturer.sergeyu@chromium.org2012-12-181-1/+1
* Fix AudioScheduler and VideoScheduler creation.wez@chromium.org2012-12-081-8/+9
* Fix ClientSession to not access ConnectionToClient stubs after Disconnect().wez@chromium.org2012-12-071-19/+31
* 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-1/+3
* Pause/resume the VideoScheduler in response to messages from the client.wez@chromium.org2012-10-271-2/+3
* Clean up remoting::VideoScheduler implementation: wez@chromium.org2012-10-261-6/+7
* Rename ScreenRecorder to VideoScheduler.wez@chromium.org2012-10-261-21/+23
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+3
* Revert 163650 - Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-3/+0
* Add opus audio codec support in remotingsergeyu@chromium.org2012-10-231-0/+3
* Simplify the AudioScheduler implementation.wez@chromium.org2012-10-231-1/+0
* Implementation for a lightweight audio toggle.rmsousa@chromium.org2012-10-191-0/+3
* [Chromoting] Request the daemon to open a terminal once a connection has been...alexeypa@chromium.org2012-10-181-2/+4
* Protocol plumbing for audio toggle.rmsousa@chromium.org2012-10-181-0/+7
* Remove ZLib codec support from chromoting host and client.sergeyu@chromium.org2012-10-181-4/+2