summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup related to allowed_bad_certs.wtc@chromium.org2011-03-141-1/+2
* Clear authenticated state on client disconnection.lambroslambrou@chromium.org2011-03-147-0/+40
* Inject custom NetworkManager to JingelClienthclam@google.com2011-03-091-0/+2
* Fix handling of invalid certificates in JingleSessionManager.sergeyu@chromium.org2011-03-081-1/+4
* Replace libjingle's HttpPortAllocatorSession with Pepper's http clienthclam@google.com2011-03-083-5/+16
* Chromoting client don't submit login info if not connectedhclam@chromium.org2011-03-072-6/+24
* Configure Nagle's & Delayed ACK settings for Chromoting channels.wez@chromium.org2011-03-071-0/+13
* Wire up the codepath from Javascript into Jingle for IQ packets.ajwong@chromium.org2011-03-072-10/+32
* Block event processing on host/client until the client has authenticated.garykac@chromium.org2011-03-0414-46/+253
* Integrate P2P Sockets IPC with chromoting plugin.sergeyu@chromium.org2011-03-042-5/+19
* Switch to new libjingle branch.sergeyu@chromium.org2011-03-042-1/+7
* Refactor JingleClient to support thunking the xmpp signaling into Javascript.ajwong@chromium.org2011-03-033-5/+17
* SocketWrapper for interfacing between JingleSession and SSL socketshclam@chromium.org2011-03-024-15/+122
* Fix up mac test client and simple host for remoting.dmaclach@chromium.org2011-03-021-0/+5
* 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