summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-2/+2
* Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.wez@chromium.org2011-05-251-0/+2
* Don't use letters in me2mom access code.sergeyu@chromium.org2011-05-211-22/+1
* Host access code verification for Me2Mom scenario.sergeyu@chromium.org2011-05-115-51/+145
* Roll new libjingle. Use the new incoming_only flag in chromoting host.sergeyu@chromium.org2011-05-103-21/+62
* Added nonce to client interface.jamiewalch@chromium.org2011-05-092-0/+8
* Chromoting to report roundtrip latencyhclam@chromium.org2011-05-067-12/+32
* Rename ClientSocket to StreamSocket.sergeyu@chromium.org2011-05-052-2/+2
* Log an error and fail to connect on invalid Host response, rather than crashing.wez@chromium.org2011-04-283-39/+74
* Remove StreamSocketAdapter.sergeyu@chromium.org2011-04-231-1/+0
* Use PseudoTcpAdapter in Chromotingsergeyu@chromium.org2011-04-222-87/+52
* Move crypto files out of base, to a top level directory.rvargas@google.com2011-04-146-19/+19
* Revert r61181.agl@chromium.org2011-04-121-1/+0
* The authenticated_ fields are moved out of stubs and intosimonmorris@chromium.org2011-03-3113-274/+51
* Moved socket adapters from remoting/jingle_glue to jingle/glue.sergeyu@chromium.org2011-03-313-16/+19
* Fix a few uninitialized members in remoting classes.finnur@chromium.org2011-03-285-10/+17
* Move some files from base to base/memory.levin@chromium.org2011-03-2822-44/+44
* ChromotingHost can have multiple connections, but only onesimonmorris@chromium.org2011-03-236-27/+44
* 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