summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Add AUTHENTICATED session state.sergeyu@chromium.org2011-12-069-51/+75
* Implement RSAPrivateKey::Copy()sergeyu@chromium.org2011-12-032-14/+8
* Clean up some indentation and explicits that got missed in code review.wez@chromium.org2011-11-301-8/+9
* Fix leak in remoting_unittests caused by crrev.com/112127sergeyu@chromium.org2011-11-301-1/+1
* Use Authenticator interface in Session and SessionManager.sergeyu@chromium.org2011-11-3016-487/+399
* Remove AccessVerifier interface.sergeyu@chromium.org2011-11-298-8/+21
* Remove JingleSessionManager::set_allow_local_ips().sergeyu@chromium.org2011-11-293-13/+2
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-292-3/+2
* Don't delete channels in JingleSession::CloseInternal().sergeyu@chromium.org2011-11-292-4/+3
* Add implementation for current IT2Me auth.sergeyu@chromium.org2011-11-234-5/+396
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-2319-575/+537
* Remove event_channel() and control_channel() from Session interface.sergeyu@chromium.org2011-11-2233-314/+270
* Callback API Change: Reimplement Bind(); support IgnoreResult, full currying,...ajwong@chromium.org2011-11-211-1/+1
* Add OVERRIDE to remoting/.avi@chromium.org2011-11-195-18/+18
* 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