summaryrefslogtreecommitdiffstats
path: root/remoting/protocol/pepper_stream_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Use scoped_ptr<>.Pass() to pass ownership in the remoting protocol code.sergeyu@chromium.org2012-01-201-4/+5
* Remove old DCHECK from ~PepperStreamChannel().sergeyu@chromium.org2012-01-021-2/+0
* Migrate net/socket/socket.h, net/socket/stream_socket.h to base::Bind().ajwong@chromium.org2011-12-091-4/+3
* Move SSL layer initialization into ChannelAuthenticator implementations.sergeyu@chromium.org2011-11-231-88/+12
* Add CancelChannelCreation() in protocol::Session interface.sergeyu@chromium.org2011-11-171-4/+9
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-151-5/+4
* 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
* Chromoting protocol implementation based on P2P Transport API.sergeyu@chromium.org2011-09-121-0/+264