summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Handle error in BufferedStreamWriter and friendshclam@chromium.org2010-11-112-2/+29
* Add VideoPacket struct for video packets. Refactor Decode interface to use it.sergeyu@chromium.org2010-11-0914-53/+62
* Implementation of InputStub for chromotinghclam@chromium.org2010-11-0910-28/+221
* Chromoting: Rename ChromotocolConfig -> SessionConfiggarykac@chromium.org2010-11-0817-151/+137
* Add DEPS files in remoting subdirectories.sergeyu@chromium.org2010-11-053-2/+6
* Removed dependence on remoting/client from remoting/protocol.sergeyu@chromium.org2010-11-053-21/+28
* Implementation of ClientStubImplhclam@chromium.org2010-11-053-3/+90
* Chromoting: Rename HostConnection to ConnectionToHostgarykac@chromium.org2010-11-043-0/+348
* Moving/Rename host/ClientConnection.{h,cc} -> protocol/ConnectionToClient.{h,cc}ajwong@chromium.org2010-11-044-0/+405
* Move protocol classes to the remoting::protocol namespacesergeyu@chromium.org2010-11-0424-11/+49
* Rename classes for Chromoting:garykac@chromium.org2010-11-0325-526/+588
* Add VideoReader and VideoWriter interfaces.sergeyu@chromium.org2010-11-0323-26/+489
* Stub classes for Chromoting and use them in HostMessageDispatcher.ajwong@chromium.org2010-11-027-108/+173
* Convert implicit scoped_refptr constructor calls to explicit ones, part 2thakis@chromium.org2010-11-023-4/+5
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-022-28/+8
* Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-012-8/+28
* Cleanups in the video encoding decoding code. Reenable VP8.sergeyu@chromium.org2010-11-012-28/+8
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-016-21/+22
* HostMessageDispatcher to parse control messageshclam@chromium.org2010-10-2813-410/+516
* Cleanups in the chromotocol code.sergeyu@chromium.org2010-10-2713-331/+387
* FBTF: Hopefully, the last ctor patch.erg@google.com2010-10-272-2/+8
* Add asserts for timeouts in JingleChromotingConnectionTest.sergeyu@chromium.org2010-10-261-8/+12
* Added control channel in ChromotingConnection. Moved channelsergeyu@chromium.org2010-10-267-57/+139
* 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-2417-120/+901
* Simple RTP reader/writer.sergeyu@chromium.org2010-10-2012-142/+599
* HostMessageDispatcher to dispatch messages received on a chromoting connectionhclam@chromium.org2010-10-195-1/+159
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-183-5/+15
* Move chromotocol.proto to remoting/protocolhclam@chromium.org2010-10-182-2/+3
* Remove old tunneling code from remoting/jingle_glue.sergeyu@chromium.org2010-10-141-15/+0
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-0616-18/+1140
* Use TestTimeouts in JingleChromotingConnectionTestsergeyu@chromium.org2010-10-061-11/+10
* FBTF: Continue fixing nits found by my automated source scanner.erg@google.com2010-10-052-0/+3
* Fix races in JingleChromotingConnectionTest.sergeyu@chromium.org2010-10-051-3/+3
* Fix flakiness in JingleChromotingConnectionTestsergeyu@chromium.org2010-10-022-4/+12
* Disable TestVideoRtpChannel of remoting_unittests because of flakinesshclam@chromium.org2010-10-011-1/+3
* Unittests for chromotocol code.sergeyu@chromium.org2010-10-016-8/+759
* Implemented basic support Chromotocol connection.sergeyu@chromium.org2010-09-287-0/+1138