summaryrefslogtreecommitdiffstats
path: root/remoting/host/client_session.cc
Commit message (Expand)AuthorAgeFilesLines
* Host extensionsdcaiafa@chromium.org2014-05-301-1/+31
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-301-1/+11
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-301-31/+1
* Host extensionsdcaiafa@chromium.org2014-05-291-1/+31
* Implement VP9/I444 encode support in the Chromoting host.wez@chromium.org2014-05-121-1/+1
* Cause:kelvinp@chromium.org2014-04-071-0/+5
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-311-0/+2
* Revert 255208 "Add VP9 encode support to the remoting host."oshima@chromium.org2014-03-061-2/+0
* Add VP9 encode support to the remoting host.wez@chromium.org2014-03-061-0/+2
* Add gnubby authentication to remoting hostpsj@chromium.org2014-02-201-1/+16
* Revert 248045 "Use webrtc::MouseCursorMonitor for cursor shapes"benwells@chromium.org2014-01-311-1/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-301-0/+1
* Revert 247689 "Use webrtc::MouseCursorMonitor for cursor shapes"gavinp@chromium.org2014-01-291-1/+0
* Use webrtc::MouseCursorMonitor for cursor shapesdcaiafa@chromium.org2014-01-291-0/+1
* Remove dependency on skia from remotingsergeyu@chromium.org2013-12-161-1/+1
* Replace all usage of LOG(INFO) in Chromoting host with HOST_LOG to bypass the...weitaosu@chromium.org2013-11-261-1/+2
* Move VideoDecoderVp8 to VideoDecoderVpx base that will support VP8/9.wez@chromium.org2013-10-191-2/+2
* 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