summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-308-11/+5
* FBTF: Remove unneeded headers from base/ (part 10)thestig@chromium.org2010-11-308-5/+11
* Fix 2 crashers in remoting client.sergeyu@chromium.org2010-11-302-16/+25
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-2920-325/+234
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-2419-67/+239
* Build fix for Clang. const type qualifier on return type has no effect.hans@chromium.org2010-11-241-1/+1
* Implemented RtcpWriter for sending RTCP Receiver Reports.sergeyu@chromium.org2010-11-2412-17/+298
* Refactoring in RTP reader code: sequence number wrapping logic moved tosergeyu@chromium.org2010-11-249-35/+114
* Use VP8 over PseudoTCP by default.sergeyu@chromium.org2010-11-2317-122/+204
* Fix ThreadChecker to use Locks and not use scoped_ptr.willchan@chromium.org2010-11-211-0/+2
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-1916-85/+89
* Fix up mac capturerdmaclach@chromium.org2010-11-192-1/+2
* Fix GDI capturer initialization.sergeyu@chromium.org2010-11-191-0/+1
* Remove capture thread in Chromoting hosthclam@chromium.org2010-11-185-25/+17
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-185-79/+106
* Unittests for RTP packetizer and depacketizer.sergeyu@chromium.org2010-11-178-37/+690
* Move creation of capturer, input stub into ChromotingHosthclam@chromium.org2010-11-173-49/+57
* Introduce a fake HostStub since there's no need to handle it nowhclam@chromium.org2010-11-175-4/+60
* Inject MessageLoop into Capturerhclam@chromium.org2010-11-1715-23/+37
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-1624-246/+292
* Fixed checkdeps error.sergeyu@chromium.org2010-11-161-0/+1
* Packetizer/Depacketizer for RTP.sergeyu@chromium.org2010-11-169-70/+437
* Added CompoundBuffer that will be used to store data in the encoding/decodingsergeyu@chromium.org2010-11-1621-294/+666
* Reset decompressor after each frame in DecoderRowBased::DecodePacket().sergeyu@chromium.org2010-11-161-6/+11
* Correctly handle SSL Client Authentication requests when connectingrch@chromium.org2010-11-121-1/+2
* Handle error in BufferedStreamWriter and friendshclam@chromium.org2010-11-112-2/+29
* Reapply of r65413. Add linux executor support for Chromoting host.ajwong@chromium.org2010-11-114-4/+405
* 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