summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Enable session resumption in SSLServerSocketNSS and unit testshclam@chromium.org2011-01-211-1/+0
* Fix memory leak in JingleSessionTest.Connect and friendshclam@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-215-18/+16
* Enable JingleSessionTest on windowshclam@chromium.org2011-01-191-23/+1
* Simplified MessageReader and MessageDecoder classes.sergeyu@chromium.org2011-01-1417-164/+110
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Disable JingleSessionTests on Windowshclam@chromium.org2010-12-231-1/+2
* Use certificate and key files instead of generating them each time for unit t...hclam@chromium.org2010-12-233-10/+58
* Send certificate in content description in jingle for Chromotinghclam@chromium.org2010-12-235-61/+96
* Add an extra SSL layer in JingleSession for Chromotinghclam@chromium.org2010-12-235-66/+341
* Chromoting protocol layers to receive and send login messageshclam@chromium.org2010-12-2315-110/+274
* Fix leaks in RtpVideoReaderTest.sergeyu@chromium.org2010-12-101-0/+4
* Simplified frame rate control in the chromoting host.sergeyu@chromium.org2010-12-097-32/+64
* Remove ChromotingClientMessagegarykac@chromium.org2010-12-082-14/+14
* Move more code from headers to implementation.erg@google.com2010-12-072-20/+24
* Removed stream_writer.[cc|h]sergeyu@chromium.org2010-12-075-109/+0
* Refactor ZLib and Verbatim encoders.sergeyu@chromium.org2010-12-061-1/+0
* Move move classes to the remoting::protocol namespace. Minor cleanups.sergeyu@chromium.org2010-12-0211-6/+20
* Fix threading problem caught by DCHECKs in ChromotingHosthclam@chromium.org2010-11-301-3/+15
* Properly parse multiple channel configs.sergeyu@chromium.org2010-11-301-3/+3
* Fix 2 crashers in remoting client.sergeyu@chromium.org2010-11-301-1/+4
* Hook up client events to new protocol stubs.sergeyu@chromium.org2010-11-2910-25/+79
* Begin adding mutual authentication into the SessionManager::connect() call.ajwong@chromium.org2010-11-2411-50/+153
* 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-2411-17/+296
* 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-233-45/+44
* Use VideoStub interface on the host side.sergeyu@chromium.org2010-11-1912-80/+73
* Use CompoundBuffer in MessageDecoder.sergeyu@chromium.org2010-11-182-79/+22
* Unittests for RTP packetizer and depacketizer.sergeyu@chromium.org2010-11-177-36/+688
* Implement input stub in the host side for chromotinghclam@chromium.org2010-11-169-44/+72
* 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-1614-49/+62
* 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