summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows Chromoting host by setting pixel format.garykac@google.com2010-11-111-0/+1
* Revert "Reapply of r65413. XTest dependencies added to _chroots_ on linux bots."ajwong@chromium.org2010-11-104-405/+4
* Reapply of r65413. XTest dependencies added to _chroots_ on linux bots.ajwong@chromium.org2010-11-104-4/+405
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-0942-363/+332
* Fix build breakhclam@chromium.org2010-11-092-3/+1
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-0912-37/+242
* Revert "Reapply of r65413. XTest dependencies added to linux bots."ajwong@chromium.org2010-11-094-405/+4
* Use the XTest extension to execute mouse and keyboard events.ajwong@chromium.org2010-11-094-4/+405
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-0820-167/+152
* Revert "Use the XTest extension to execute mouse and keyboard events."ajwong@chromium.org2010-11-084-405/+4
* Use the XTest extension to execute mouse and keyboard events.ajwong@chromium.org2010-11-084-4/+405
* Switch to using TimeTicks rather than Time in message loopsjar@chromium.org2010-11-061-3/+3
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-0514-31/+51
* Removed dependence on remoting/client from remoting/protocol.sergeyu@chromium.org2010-11-058-52/+67
* Implementation of ClientStubImplhclam@chromium.org2010-11-054-3/+93
* Comment out broken chromoting targetsgarykac@chromium.org2010-11-041-27/+27
* Chromoting: Rename HostConnection to ConnectionToHostgarykac@chromium.org2010-11-0415-82/+83
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-0411-192/+225
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-0447-79/+148
* Rename classes for Chromoting:garykac@chromium.org2010-11-0333-654/+716
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-0338-143/+647
* Stub classes for Chromoting and use them in HostMessageDispatcher.ajwong@chromium.org2010-11-0210-132/+184
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-025-6/+8
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...brettw@chromium.org2010-11-0213-30/+30
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-0213-30/+30
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0213-30/+30
* Revert PPAPI change.brettw@chromium.org2010-11-0213-30/+30
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-0213-30/+30
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS entr...brettw@chromium.org2010-11-0213-30/+30
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-0213-30/+30
* Fix arm build.sergeyu@chromium.org2010-11-021-0/+3
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0242-510/+424
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0142-424/+510
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-0142-510/+424
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-0112-40/+41
* Fix mac compilation issuehclam@chromium.org2010-10-281-1/+2
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-2829-465/+579
* Fix Chromoting's verbatim decoder to work with the new protocol.garykac@google.com2010-10-272-69/+107
* Remove NOTREACHED from UsingTCPFastOpengarykac@chromium.org2010-10-271-1/+0
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-2730-426/+469
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-272-2/+8
* Add experimental option for TCP FastOpen.mbelshe@chromium.org2010-10-262-0/+6
* Add asserts for timeouts in JingleChromotingConnectionTest.sergeyu@chromium.org2010-10-261-8/+12
* Added control channel in ChromotingConnection. Moved channelsergeyu@chromium.org2010-10-268-60/+142
* Revert 63809 - Remove TSan supporessions on windows for remoting_unittests.sergeyu@chromium.org2010-10-261-12/+8
* Remove TSan supporessions on windows for remoting_unittests.sergeyu@chromium.org2010-10-261-8/+12
* Implemented chromotocol configuration negotiation.sergeyu@chromium.org2010-10-2424-144/+954
* Fix remoting to use scoped_refptr.willchan@chromium.org2010-10-231-3/+3
* Implement basic X11 screen capture on linux.ajwong@chromium.org2010-10-216-3/+332
* Simple RTP reader/writer.sergeyu@chromium.org2010-10-2013-142/+607