summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Implement multi-step auth support in PepperSession.sergeyu@chromium.org2011-12-149-40/+449
* Fix valgrind warning in remoting_unittests due to uninitialized memory.sergeyu@chromium.org2011-12-131-1/+6
* Multi-step authentication support in JingleSession.sergeyu@chromium.org2011-12-137-38/+141
* Separate Authenticator and Session unittests.sergeyu@chromium.org2011-12-1315-704/+942
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-0919-212/+72
* Removing MessageLoop::QuitTask() from remoting/dcheng@chromium.org2011-12-091-1/+1
* Revert 113699 - base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-094-57/+8
* base::Bind: Convert Socket::Write.jhawkins@chromium.org2011-12-084-8/+57
* base::Bind: Convert Socket::Read.jhawkins@chromium.org2011-12-074-12/+93
* base::Bind: Convert StreamSocket::Connect.jhawkins@chromium.org2011-12-064-12/+49
* 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