summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Fold jingle_connection_to_host into connection_to_host.garykac@chromium.org2011-02-284-305/+221
* [chromoting] Fix crash in JingleSession.sergeyu@chromium.org2011-02-091-2/+3
* Another big out-of-lining of test code. Hits a lot of gmock objectserg@google.com2011-02-081-1/+1
* Fix and enable JingleSessionTest.*. Disable these tests under TSan.sergeyu@chromium.org2011-02-084-57/+58
* More out-of-lining of test code, along with a bunch of GMOCK objects.erg@google.com2011-02-083-13/+59
* Disable JingleSessionTest.TestEventChannel, flakily triggersphajdan.jr@chromium.org2011-02-071-1/+2
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-045-53/+45
* Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannelphajdan.jr@chromium.org2011-02-021-2/+4
* Chromoting host to respond to BeginSessionRequesthclam@chromium.org2011-01-292-0/+15
* Resubmit "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-282-6/+35
* Remove aggressive DCHECK in remoting::protocol::MessageReader()hclam@chromium.org2011-01-281-2/+0
* Use a random number to generate a self-signed certiciate for chromotinghclam@chromium.org2011-01-271-1/+5
* Revert "Fix crashes in ChromotingHost"hclam@chromium.org2011-01-262-35/+6
* Fixed memory leaks in remoting_unittests.sergeyu@chromium.org2011-01-261-6/+11
* Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdownhclam@chromium.org2011-01-261-1/+0
* Fix crashes in ChromotingHosthclam@chromium.org2011-01-252-6/+35
* Changed MessageReader so that it doesn't read from the socket if there aresergeyu@chromium.org2011-01-2216-138/+418
* 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