| Commit message (Expand) | Author | Age | Files | Lines |
* | Use CompoundBuffer in MessageDecoder. | sergeyu@chromium.org | 2010-11-18 | 5 | -79/+106 |
* | Unittests for RTP packetizer and depacketizer. | sergeyu@chromium.org | 2010-11-17 | 8 | -37/+690 |
* | Move creation of capturer, input stub into ChromotingHost | hclam@chromium.org | 2010-11-17 | 3 | -49/+57 |
* | Introduce a fake HostStub since there's no need to handle it now | hclam@chromium.org | 2010-11-17 | 5 | -4/+60 |
* | Inject MessageLoop into Capturer | hclam@chromium.org | 2010-11-17 | 15 | -23/+37 |
* | Implement input stub in the host side for chromoting | hclam@chromium.org | 2010-11-16 | 24 | -246/+292 |
* | Fixed checkdeps error. | sergeyu@chromium.org | 2010-11-16 | 1 | -0/+1 |
* | Packetizer/Depacketizer for RTP. | sergeyu@chromium.org | 2010-11-16 | 9 | -70/+437 |
* | Added CompoundBuffer that will be used to store data in the encoding/decoding | sergeyu@chromium.org | 2010-11-16 | 21 | -294/+666 |
* | Reset decompressor after each frame in DecoderRowBased::DecodePacket(). | sergeyu@chromium.org | 2010-11-16 | 1 | -6/+11 |
* | Correctly handle SSL Client Authentication requests when connecting | rch@chromium.org | 2010-11-12 | 1 | -1/+2 |
* | Handle error in BufferedStreamWriter and friends | hclam@chromium.org | 2010-11-11 | 2 | -2/+29 |
* | Reapply of r65413. Add linux executor support for Chromoting host. | ajwong@chromium.org | 2010-11-11 | 4 | -4/+405 |
* | Fix Windows Chromoting host by setting pixel format. | garykac@google.com | 2010-11-11 | 1 | -0/+1 |
* | Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots." | ajwong@chromium.org | 2010-11-10 | 4 | -405/+4 |
* | Reapply of r65413. XTest dependencies added to _chroots_ on linux bots. | ajwong@chromium.org | 2010-11-10 | 4 | -4/+405 |
* | Add VideoPacket struct for video packets. Refactor Decode interface to use it. | sergeyu@chromium.org | 2010-11-09 | 42 | -363/+332 |
* | Fix build break | hclam@chromium.org | 2010-11-09 | 2 | -3/+1 |
* | Implementation of InputStub for chromoting | hclam@chromium.org | 2010-11-09 | 12 | -37/+242 |
* | Revert "Reapply of r65413. XTest dependencies added to linux bots." | ajwong@chromium.org | 2010-11-09 | 4 | -405/+4 |
* | Use the XTest extension to execute mouse and keyboard events. | ajwong@chromium.org | 2010-11-09 | 4 | -4/+405 |
* | Chromoting: Rename ChromotocolConfig -> SessionConfig | garykac@chromium.org | 2010-11-08 | 20 | -167/+152 |
* | Revert "Use the XTest extension to execute mouse and keyboard events." | ajwong@chromium.org | 2010-11-08 | 4 | -405/+4 |
* | Use the XTest extension to execute mouse and keyboard events. | ajwong@chromium.org | 2010-11-08 | 4 | -4/+405 |
* | Switch to using TimeTicks rather than Time in message loops | jar@chromium.org | 2010-11-06 | 1 | -3/+3 |
* | Add DEPS files in remoting subdirectories. | sergeyu@chromium.org | 2010-11-05 | 14 | -31/+51 |
* | Removed dependence on remoting/client from remoting/protocol. | sergeyu@chromium.org | 2010-11-05 | 8 | -52/+67 |
* | Implementation of ClientStubImpl | hclam@chromium.org | 2010-11-05 | 4 | -3/+93 |
* | Comment out broken chromoting targets | garykac@chromium.org | 2010-11-04 | 1 | -27/+27 |
* | Chromoting: Rename HostConnection to ConnectionToHost | garykac@chromium.org | 2010-11-04 | 15 | -82/+83 |
* | Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc} | ajwong@chromium.org | 2010-11-04 | 11 | -192/+225 |
* | Move protocol classes to the remoting::protocol namespace | sergeyu@chromium.org | 2010-11-04 | 47 | -79/+148 |
* | Rename classes for Chromoting: | garykac@chromium.org | 2010-11-03 | 33 | -654/+716 |
* | Add VideoReader and VideoWriter interfaces. | sergeyu@chromium.org | 2010-11-03 | 38 | -143/+647 |
* | Stub classes for Chromoting and use them in HostMessageDispatcher. | ajwong@chromium.org | 2010-11-02 | 10 | -132/+184 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 2 | thakis@chromium.org | 2010-11-02 | 5 | -6/+8 |
* | Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f... | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Revert PPAPI change due to Linux compile failures. | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Revert PPAPI change. | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Use PPAPI from chrome trunk rather than pulling via deps. | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr... | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Switch to the new PPAPI repository. This removes the DEPS entry that refers to | brettw@chromium.org | 2010-11-02 | 13 | -30/+30 |
* | Fix arm build. | sergeyu@chromium.org | 2010-11-02 | 1 | -0/+3 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-02 | 42 | -510/+424 |
* | Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 42 | -424/+510 |
* | Cleanups in the video encoding decoding code. Reenable VP8. | sergeyu@chromium.org | 2010-11-01 | 42 | -510/+424 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 12 | -40/+41 |
* | Fix mac compilation issue | hclam@chromium.org | 2010-10-28 | 1 | -1/+2 |
* | HostMessageDispatcher to parse control messages | hclam@chromium.org | 2010-10-28 | 29 | -465/+579 |