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