summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Remove chromotocol_test_clientsergeyu@chromium.org2011-11-181-367/+0
* Refactor client channel dispatchers.sergeyu@chromium.org2011-11-1812-340/+222
* Cleanup: Remove forward declarations in various directories.thestig@chromium.org2011-11-182-9/+1
* Refactor channel dispatchers on the host side.sergeyu@chromium.org2011-11-1811-272/+235
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-1720-42/+116
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-156-53/+51
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-154-11/+33
* Initial Authenticator interface.sergeyu@chromium.org2011-11-151-0/+92
* Report correct error when connection cannot be established.sergeyu@chromium.org2011-11-121-0/+9
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-1118-60/+22
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-115-40/+40
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-115-27/+27
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-105-29/+22
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-107-18/+7
* Remove SecureP2PSocket, since we'll be using DTLS in future.wez@chromium.org2011-11-053-522/+0
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-0512-71/+19
* React to error messages received in response to transport-info.sergeyu@chromium.org2011-11-052-3/+23
* Refactor IqRequest.sergeyu@chromium.org2011-11-044-23/+21
* removing unnecessary includeamit@chromium.org2011-11-021-1/+0
* Roll libjingle 88:92sergeyu@chromium.org2011-11-011-1/+1
* Switch remoting/protocol to new callbackssergeyu@chromium.org2011-10-0748-170/+197
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-0115-52/+52
* Expose connection error code to the web app.sergeyu@chromium.org2011-10-013-37/+74
* Fix uninitialized value in JingleMessage that causes DCHECK failure.sergeyu@chromium.org2011-09-301-1/+2
* Replace LOG(INFO) with VLOG(1) to avoid excessive logging.sergeyu@chromium.org2011-09-292-7/+7
* Marked JingleSessionTest.TestSpeed as flakyrickcam@chromium.org2011-09-281-1/+1
* Revert 103178 - Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Marked JingleSessionTest.TestSpeed flakyrickcam@chromium.org2011-09-281-1/+1
* Parse termination reason and propagate the error to the Session interface.sergeyu@chromium.org2011-09-2711-70/+142
* Remove session-reject message from jingle_messages.sergeyu@chromium.org2011-09-264-28/+2
* Implement PepperTransportSocketAdapter::Disconnect() and add missing DCHECKs.sergeyu@chromium.org2011-09-231-2/+29
* Remove old sandboxing-related code.sergeyu@chromium.org2011-09-236-63/+13
* Cleanup ConnectionToHost of non-P2P-API code.sergeyu@chromium.org2011-09-222-46/+2
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-216-1/+7
* Add DISABLE_TCP_TRANSPORT flag in the Transport API.sergeyu@chromium.org2011-09-211-0/+5
* Relay server support for P2P Transport API.sergeyu@chromium.org2011-09-151-3/+9
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-151-1/+2
* Revert 101189 - Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-2/+1
* Use enum instead of string to specify transport type.sergeyu@chromium.org2011-09-141-1/+2
* Refactor InputStub interface to pass events by value (const reference).lambroslambrou@chromium.org2011-09-135-22/+18
* Access Session::config() and Session::jid() on the correct thread only.sergeyu@chromium.org2011-09-131-8/+2
* Add flag to use P2P Transport API.sergeyu@chromium.org2011-09-132-9/+23
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-1212-13/+1275
* Revert 100589 - Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-121-2/+8
* Access Session::config() on the correct thread.sergeyu@chromium.org2011-09-101-8/+2
* Pass SessionConfig by reference instead of pointer.sergeyu@chromium.org2011-09-1017-90/+73
* Fix stuck keys problem with Chromoting when host disconnects while keys aregarykac@chromium.org2011-08-301-1/+5
* Trampoline MessageReader::OnMessageDone() to correct thread.lambroslambrou@chromium.org2011-08-245-7/+92
* Remove DisableOCSP().sergeyu@chromium.org2011-08-231-0/+5
* Use plugin main thread for network code on the client sidesergeyu@chromium.org2011-08-223-15/+11